Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| statusID | int identity | 4 | null |
|
|
Status identifier - Unique identifier for the patient status |
||
| statusName | varchar | 50 | √ | null |
|
|
Status name - Descriptive name of the patient status |
|
| programTypeID | int | 4 | √ | null |
|
|
Program type reference - Links to the program type that uses this status |
|
| statusType | int | 4 | √ | null |
|
|
Status type - Numeric identifier for the type or category of status |
