|
Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
| ObjectID | int | NOT NULL | ObjectId of HAssociateModifiers Rows generated by Architecture |
| InstanceHFCID | smallint | NOT NULL | Instance HFC(Healthcare Foundation Class) ID generated by Architecture |
| RecordId | int | NULL | Not Used |
| Description | varchar(255) | NULL | Not Used |
| IsDeleted | tinyint | NOT NULL | Indicates if the row has been deleted. Allowable Values: 0 - False, 1 - True(deleted) |
| 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 HAssociateModifiers row |
| CreationTime | smalldatetime | NULL | Date and time when the object is created. |
| Code | varchar(64) | NULL | Procedure associate code |
| CodeStatus | tinyint | NULL | Procedure associate code status |
| Procedure_oid | int | NULL | Procedure Objectid |
| LastCngDtime | DATETIME | NOT NULL | Current Universal Time Coordinate or Greenwich Mean Time |
|
|