UserIDList


Description

User identification list storing various identification numbers and credentials for healthcare staff. This table manages multiple ID types for users including license numbers, certification IDs, employee numbers, and other professional identifiers, supporting credential tracking, compliance verification, and professional qualification management.

Columns

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

Primary key - Unique identifier for each user ID record

userID int 4 null
AccessUser.UserID FK__UserIDLis__userI__34605C2B C

User reference - Links to the user account (AccessUser.UserID)

IDvalue varchar 30 null

ID value - The actual identification number or credential value

IDTypeID int 4 null

ID type reference - Links to the type of identification (license, certification, etc.)

DateID datetime 16,3 null

ID date - Date when the identification was issued or verified

fkStatusID int 4 null
UserIDStatus.pkStatusID FK__UserIDLis__fkSta__35548064 C

Status reference - Links to the status of the identification (Active, Expired, etc.)

Comments varchar 500 null

ID comments - Additional comments about the identification

Indexes

Constraint Name Type Sort Column(s)
PK__UserIDList__336C37F2 Primary key Asc pkUIDTypes
IX_UserId_IDTypeID Performance Asc/Asc userID + IDTypeID

Relationships