Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| StatusCode | Unknown | 0 | null |
|
|
Status code - Short code for the patient status |
||
| StatusDescription | Unknown | 0 | null |
|
|
Status description - Full description of the patient status |
||
| statusID | int identity | 4 | √ | null |
|
|
Primary key - PatientStatus unique identifier for each status |
|
| statusName | varchar | 50 | √ | null |
|
|
Name field - Descriptive name or identifier for PatientStatus records |