PatientIDTypesBackUP_vw


Description

Patient ID types backup view providing backup access to ID type configurations with program associations for system recovery and data integrity. This backup view maintains ID type configurations, program associations, and patient identifier data to support system backup, recovery operations, and data integrity verification for patient identifier management systems.

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