AppLevels


Description

Application level definitions defining hierarchical levels and access tiers within healthcare applications. This table manages application-specific level structures, supporting role-based access control, workflow hierarchies, and graduated access permissions for different user types and responsibilities.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
LevelID int identity 4 null
StatusInLevel.fkLevelID FK_StatusInLevel_AppLevels R

Primary key - Unique identifier for each application level

LevelName varchar 50 null

Level name - Descriptive name for the application level

LevelDesc varchar 500 null

Level description - Detailed description of the level’s purpose and access rights

Indexes

Constraint Name Type Sort Column(s)
PK_AppLevels Primary key Asc LevelID

Relationships