ProgramTypeByUserID_VW


Description

Program type user access view providing user-specific program access and security information for role-based program management. This view consolidates program types with user access permissions, group associations, and security ordering to support user-specific program filtering, access control, and role-based program visibility for healthcare service delivery and administrative functions.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ProgramID int identity 4 null

Program identifier - Unique identifier for each healthcare program type

ProgramName varchar 255 null

Program name - Descriptive name of the healthcare program type

securityOrder int 4 null

Security order - Numeric order for security-based program sorting and access control

userID int 4 null

User reference - Links to AccessUser table for the user with access to this program

groupID int 4 null

Group reference - Links to user group that has access to this program type

Relationships

View Definition


Possibly Referenced Tables/Views