UserDiscList_vw


Description

User discipline list view providing formatted user information with discipline types and role assignments for selection lists and reporting. This view consolidates user data with role-based discipline classifications, supporting user selection interfaces, assignment workflows, and role-based filtering for healthcare staff management and service coordination.

Columns

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

User identifier - Unique identifier for the user account

UserName varchar 102 null

Formatted user name - Concatenated last name, first name format for display

companyID varchar 20 null

Company identifier - Company or organization ID associated with the user

DisTypeID int 4 null

Discipline type identifier - Type of discipline based on user role (1=Provider, 2=Service Coordinator)

distypename nvarchar 400 null

Discipline type name - Name of the discipline type or role

programId int 4 null

Program identifier - Program ID associated with the user (default 118)

AgencyStatus varchar 20 null

Agency status - Status of the user within the agency

DisStatus varchar 6 null

Discipline status - Status of the user’s discipline assignment (default ‘Active’)

Relationships

View Definition


Possibly Referenced Tables/Views