Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
ObjectID | INT | NOT NULL | The object ID for the medication sign action |
InstanceHFCID | SMALLINT | NOT NULL | The HFC(Healthcare Foundation Class) ID of the object(1102). Note: The value specified in the ObjectID field and in this field enables unique indentification of an object across the application |
RecordId | INT | NULL | The record ID. Not valued in this table. Column exists as part of persistence framework implementation |
Description | VARCHAR(1) | NULL | User-defined information provided by the modules in the application. Note: The length of this field varies with tables. Not valued |
IsDeleted | TINYINT | NOT NULL | Indicates whether the record is soft deleted. Allowable Values: 0 - Active, 1 - Marked as Deleted |
IsVersioned | TINYINT | NOT NULL | Indicates whether the record was modified through persistent layer after it's initial creation. Once this field is set to True, you cannot reset it to False. If this field is set to True in a table, another table with the name HMedSign_Ver is created. Allowable Values: 0 - False, 1 - True |
CreatedUserId | INT | NULL | The Object ID of the user who created the object. This field is linked to HSUser table to get details about the user. For more information on HSUser table |
CreationTime | SMALLDATETIME | NULL | The date and time when the object is created |
SignDate | DATETIME | NOT NULL | The Date/Time when the sign ocurred |
Target_HFCID | INT | NOT NULL | Not valued |
Target_OID | INT | NOT NULL | Not valued |
Patient_oid | INT | NOT NULL | Object ID for the Patient(HPatient) |
SignedUser_OID | INT | NOT NULL | Object ID for the staff who did the sign action(HStaff) |
SignedUserName | VARCHAR(188) | NOT NULL | User Name for the staff who signed |
IsToCoSign | TINYINT | NOT NULL | Flag(0/1) indicating if order needs to be cosigned |
IsToActivate | TINYINT | NOT NULL | Flag(0/1) indicating if order needs to be activated |
PatientVisit_oid | INT | NULL | Object ID for the Patient's Visit(HPatientVisit) |
MedOrder_oid | INT | NOT NULL | Object ID of the signed medication order(HMedOrder) |
LastCngDtime | DATETIME | NOT NULL | Current Universal Time Coordinate or Greenwich Mean Time |
|