Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pkPatientConfig | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each patient configuration association |
||||
| fkPatientID | int | 4 | √ | null |
|
|
Patient reference - Links to Patient table for the patient receiving custom configuration (foreign key to Patient.PatientID) |
||||
| fkconfigID | int | 4 | √ | null |
|
|
Configuration reference - Links to CustomConfig table for the configuration option (foreign key to CustomConfig.configID) |
||||
| DisplayOrder | int | 4 | √ | null |
|
|
Display order - Numeric order for displaying configuration options for this patient |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_PatientInCustomConfig | Primary key | Asc | pkPatientConfig |
