|
Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
| PatientOID | INT | NOT NULL | Internal Patient Identifier. ObjectID of Patient(HPatient table) |
| VisitOID | INT | NOT NULL | Internal Visit Identifier. ObjectID of Patient's visit(HPatientVisit table) |
| OrderSessionID | INT | NULL | unique Identifier of the TLC ordering session in which the Order was processed for Transfer level of care |
| OrderSessionType | CHAR(3) | NOT NULL | Values always as 'TLC' |
| LevelOfCareAction | CHAR(3) | NOT NULL | What kind of action was initiated during TLC workflow |
| | | Allowable Values: |
| | | INI - Initiated. When user clicks on the TLC link in Orders Tasckard to launch TLC worflow |
| | | PER - Performed. When user puts orders to continue/discontinue in TLC session |
| ActionByUserOID | INT | NOT NULL | ObjectID of the user(HSUser) who performed the Action |
| ActionDateTime | SMALLDATETIME | NOT NULL | DateTime at which the Action was performed. |