Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
ObjectID | int | NOT NULL | Object Identifier of this record. This field is a primary key for the associated table. |
InstanceHFCID | smallint | NOT NULL | Healthcare Foundation Class(HFC) Identifier of the object.HFCID of this object is 1532. The value specified in the ObjectID field and in this field enables unique identification of an object instance across the application. |
RecordId | int | NULL | Not Valued in this table. Column exists as part of persistence framework implementation. |
Description | varchar(64) | NULL | Valued same as the CommonDefName. Can be changed to more describe the definition. |
IsVersioned | bit | NOT NULL | When set to True, the object was modified. Once this field is set to True, you cannot reset it to False. Allowable Values: 0 - False, 1 - True. Note: The presence of this field in tables depends on the configuration at the time of table design. |
CreatedUserId | int | NULL | Object ID of the logged in user who created this record. |
| | | This field is linked to HSUser table to get details about the user. For more information see description of HSUser table |
CreationTime | smalldatetime | NULL | Date and time when the record is created. |
CommonDefName | varchar(64) | NOT NULL | Unique name for the Common Definition |
Abbreviation | varchar(16) | NOT NULL | Abbreviation for the Common Definition |
StartDateTime | smalldatetime | NULL | Start Date Time since when the Common Definition is active |
EndDateTime | smalldatetime | NULL | End Date till when the Common Definition is active |
ObsoleteDateTime | smalldatetime | NULL | Date/Time when the Common definition is made obsolete |
ValidityStatus | varchar(16) | NULL | Validity Status of the Common definition |
| | | Allowable Values |
| | | Active,InActive,Incomplete,Obsolete |
ValidityStatusCode | smallint | NULL | Validity Status Code of the Common Definition |
| | | Allowable Values |
| | | 0 - Active |
| | | 1 - InActive |
| | | 2 - Incomplete |
| | | 3 - Obsolete |
|
|