PatientIDTypes_vw


Description

Patient ID types configuration view providing comprehensive ID type settings with program associations and patient data for identifier management. This view combines ID type configurations with program associations and patient identifier values to support ID type management, configuration display, and patient identifier administration across different programs.

Columns

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

ID type identifier - Unique identifier for each ID type configuration

IDType varchar 30 null

ID type name - Descriptive name of the identifier type

MaxLength int 4 null

Maximum length - Maximum character length allowed for this identifier type

FormName varchar 30 null

Form name - Name of the form associated with this ID type

programID int 4 null

Program identifier - Links to program type that uses this ID type

patientID int 4 null

Patient identifier - Links to patient who has this identifier type

IDValue varchar 30 null

Identifier value - The actual identifier value for the patient

Relationships

View Definition


Possibly Referenced Tables/Views