Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
ObjectID | int | NOT NULL | ObjectId of HPatientAdditionalInfo Rows generated by Architecture |
InstanceHFCID | smallint | NOT NULL | Instance HFC(Healthcare Foundation Class) ID generated by Architecture |
RecordId | int | NULL | Patient Record Id. |
Description | varchar(1) | NULL | Not Used |
IsVersioned | bit | NOT NULL | Indicates if the row has been modified. Allowable Values: 0 - Not Modified 1 - Modified |
CreatedUserId | int | NULL | UserId of the user who created the HPatientAdditionalInfo row |
CreationTime | smalldatetime | NULL | Creation Date and Time of the row creation. |
ResultDateTime | smalldatetime | NULL | Date and Time when the patient result was received. |
AbnormalResultDateTime | smalldatetime | NULL | Date and time when the patient result was received as abnormal. |
Patient_oid | int | NOT NULL | Patient Object ID. |
LastOrderCngDateTime | datetime | null | Date and Time when the last patient order was placed for the patient. |
LastResultChangeDT | DateTime | NULL | Date and Time when the last patient result was received. |
LastProviderDocCngDateTime | DateTime | NULL | Not in use. |
LastCngDtime | DATETIME | NOT NULL | Current Universal Time Coordinate or Greenwich Mean Time |
|
|