|
Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
| CallbackListDefOid | INT | NOT NULL | This is the primary key. |
| CallbackListName | VARCHAR(255) | NOT NULL | This is the name assigned to the callback list. |
| CallbackListAbbr | VARCHAR(64) | NOT NULL | This is the abbreviation assigned to the callback list. |
| CallbackListType | VARCHAR(10) | NOT NULL | This indicates the type of the list("Customer", "MyItems", "Quality", "Results"). |
| CBLIsEnded | INT | NOT NULL | This indicates if the callback list definition ended. Allowable Values: 0 - No, 1 - Yes. |
| CBLStartedByUserOid | INT | NOT NULL | This is the user who added the callback list. |
| CBLStartedByUserLoginId | VARCHAR(100) | NOT NULL | This is the Login ID of the user who added the callback list. |
| CBLStartedDTimeMins | SMALLDATETIME | NOT NULL | This indicates the start date/time for the callback list. |
| CBLEndedByUserOid | INT | NULL | This is the user who ended the callback list. |
| CBLEndedByUserLoginId | VARCHAR(100) | NULL | This is the login ID of the user who ended the callback list. |
| CBLEndedDTimeMins | SMALLDATETIME | NULL | This indicates the end date/time of the callback list. |
| CBLVisibilityDays | SMALLINT | NULL | This indicates the duration in days that a callback is visible in a callback list. |
| ResultFlowSheetOid | INT | NULL | If the callback list type is "Results", then this is the flowsheet that is associated to the callback list. |
| IsResultNormal | SMALLINT | NOT NULL | This indicates that normal results will qualify a patient for the callback list. Allowable Values: 0 - No, 1 - Yes. |
| IsResultCritical | SMALLINT | NOT NULL | This indicates that critical results will qualify a patient for the callback list. Allowable Values: 0 - No, 1 - Yes. |
| IsResultAbnormal | SMALLINT | NOT NULL | This indicates that abnormal results will qualify a patient for the callback list. Allowable Values: 0 - No, 1 - Yes. |
| LastCngDtime | DATETIME | NOT NULL | This indicates the current Universal Time Coordinate or Greenwich Mean Time. |