Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
ObjectID | int | NOT NULL | ObjectId of HPatientToUnitAssociation Rows generated by Architecture |
InstanceHFCID | smallint | NOT NULL | Instance HFC(Healthcare Foundation Class) ID generated by Architecture |
RecordId | int | NULL | Not Used |
Description | varchar(10) | 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 HPatientToUnitAssociation row |
CreationTime | smalldatetime | NULL | Date and time when the object is created. |
IsActiveAssociation | bit | NULL | Active Association indicator. Allowable Values: 0 - False, 1 - True or Null |
IsActive | bit | NULL | Active row indicator. Allowable Values: 0 - False, 1 - True or Null |
AssociationType_oid | int | NULL | Not Used |
HealthCareUnit_oid | int | NOT NULL | HCU(Health Care Unit) ObjectID . Must exist in hhealthcareunit table. |
AssociatedPatient_oid | int | NOT NULL | Patient oid associated with the HCU unit. |
LastCngDtime | datetime | NULL | Last system UTC date /time when row was updated. |
|