Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| PatientID | int | 4 | null |
|
|
Patient reference - Links to Patient table |
||
| AdmitID | int | 4 | null |
|
|
Admission reference - Links to PatientAdministration table |
||
| DateType | nvarchar | 1073741823 | √ | null |
|
|
Date type - Type or category of the date |
|
| DateValue | datetime | 16,3 | √ | null |
|
|
Date value - Actual date value for this type |
