|
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. |
| MergeItemOID | int | NULL | ObjectID of the item that was merged. It can be patient visit. patient identifiers, NOK details, etc |
| RelationName | varchar(255) | NULL | Name of the related DB table for merged item. For Example: PatientIdentifiers, PatientVisit, PatientRelatedParty |
| MergeItemHFCID | varchar(255) | NULL | HFCID Name of the related DB table for merged item. For Example: hfc.PatientIdentifiers, hfc.PatientVisit, hfc.NextofKinDetails |
| OldOID | int | NULL | Not Used |
| MergeInformation_oid | int | NOT NULL | ObjectID linked to the entry in HMergeInformation table. |
|