Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
ObjectID | int | NOT NULL | Unique ObjectId generated by Architecture. |
InstanceHFCID | smallint | NOT NULL | Instance HFCID generated by Architecture. |
RecordId | int | NULL | Not Used. |
Description | varchar(255) | 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 row. |
CreationTime | smalldatetime | NULL | Date and Time when row was created. |
UserID | varchar(255) | NULL | Not Used |
MergeDateTime | datetime | NULL | Not Used |
MergeSequenceNo | int | NULL | Next sequential number generated by Architecture. |
Reason | varchar(255) | NULL | Not Used |
OldPatientOID | int | NULL | Source patient Objectid |
Patient_oid | int | NOT NULL | Target patient Objectid |
LastCngDtime | DATETIME | NOT NULL | Current Universal Time Coordinate or Greenwich Mean Time |
|
|