Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
TBAssignmentOid | 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. |
TBColumnOid | SMALLINT | NOT NULL | This is a foreign key to the HTBColumn table. It indicates to which column does this apply to(e.g. MD, RN, etc.) |
TBAssignmentStaffOid | INT | NULL | This indicates which Soarian Clinicals staff is assigned. |
EDClinicianOid | INT | NULL | This indicates which Emergency Department staff is assigned. |
TBAssignmentIsPrimary | SMALLINT | NOT NULL | This indicates if this staff is the primary care giver. Allowable Values: 0 - No, 1 - Yes. |
TBAssignmentIsResponsible | SMALLINT | NOT NULL | This indicates if this staff is the responsible care giver. Allowable Values: 0 - No, 1 - Yes. |
TBAssignmentStartDTimeMins | SMALLDATETIME | NOT NULL | This indicates the start date/time of this assignment. |
TBAssignmentEndDTimeMins | SMALLDATETIME | NULL | This indicates the end date/time of this assignment. |
TBAssignmentStartedByOid | INT | NOT NULL | This is the user who started the assignment. |
TBAssignmentEndedByOid | INT | NULL | This is the user who ended the assignment. |
TBAssignmentStartedBy | VARCHAR(100) | NOT NULL | This is the login ID of the user who started the assignment. |
TBAssignmentEndedBy | VARCHAR(100) | NULL | This is the login ID of the user who ended the assignment. |
TBAssignmentIsEnded | SMALLINT | NOT NULL | This indicates if the assignment ended. Allowable Values: 0 - No, 1 - Yes. |
TBAssignmentIsUpdated | SMALLINT | NOT NULL | This indicates if the entry has been changed historically. Allowable Values: 0 - No, 1 - Yes. |
LastCngDtime | DATETIME | NOT NULL | This indicates the current Universal Time Coordinate or Greenwich Mean Time. |