|
Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
| TBTriageLevelOid | INT | NOT NULL | This is the primary key. |
| TBVisitOid | INT | NOT NULL | This is a foreign key to HTBVisit. |
| TBVisitStatus | SMALLINT | NOT NULL | This is a foreign key to HTBVisit, it indicates the status of this visit. Allowable values: 0 - active, 1 - ended. |
| TBTriageLevel | SMALLINT | NOT NULL | This is the triage level as defined in the HDataDictionaryItem table. |
| TBTriageLevelStartDTimeMins | SMALLDATETIME | NOT NULL | This indicates the date/time when the triage value started. |
| TBTriageLevelStartedByOid | INT | NOT NULL | This indicates the user who valued the triage value. |
| TBTriageLevelEndedDTimeMins | SMALLDATETIME | NULL | This indicates the end date/time of this triage value. |
| TBTriageLevelEndedByOid | INT | NULL | This indicates the user who ended this triage value. |
| TBTriageLevelStartedBy | VARCHAR(100) | NOT NULL | This indicates the login ID of the user who started the triage value. |
| TBTriageLevelEndedBy | VARCHAR(100) | NULL | This indicates the login ID of the user who ended the triage value. |
| TBTriageLevelIsEnded | SMALLINT | NOT NULL | This indicates if the triage value ended. Allowable Values: 0 - No, 1 - Yes. |
| LastCngDtime | DATETIME | NOT NULL | This indicates the current Universal Time Coordinate or Greenwich Mean Time. |