Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
PtTempLocation_OID | int | NOT NULL | Next available oid generated by ADT code. |
TempLocationName | varchar(64) | NOT NULL | Temporary location Name assigned by the user. |
StartDTimeMins | smalldatetime | NOT NULL | Date and Time when patient entered temporary location. |
EndDTimeMins | smalldatetime | NULL | Date and time when patient left temporary location. |
Active | tinyint | NOT NULL | Active indicator. |
Comment | varchar(255) | NULL | Comment entered by user. |
PatientVisit_oid | int | NOT NULL | Patient visit oid as it is in HPatientVisit table. |
LastCngDtime | datetime | NULL | System UTC date /time when row was updated. |
|