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 1401. 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(255) | NULL | Describes the dictionary item Type in brief as provided by the system during data entry. The record in this table is always system defined and is based on the system requirement. |
IsDeleted | tinyint | NOT NULL | Specifies whether the record is soft deleted. |
| | | Allowable Values |
| | | 0 - Active |
| | | 1 - Marked as Deleted. |
| | | Note: The presence of this field in tables depends on the configuration at the time of table design. |
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. |
Code | varchar(64) | NULL | Module defined Code for a DictionaryItemType Folder.Its used to Group together all the Data Dictionary Items that belong to a specific Type. |
Name | varchar(60) | NULL | Module defined display Name for a DictionaryItemType Folder.Its used for Display on the Administrative Desktop for the specific Data Dictionary Item Folder. |
IsDefaultRequired | bit | NULL | Whether Default Value is Needed for a specific DataDictionaryItemType. |
| | | Allowable Values |
| | | 0 - False |
| | | 1 - True |
IntCodeLabel | varchar(40) | NULL | International Label for the type of data captured in HDataDictionaryItem.InternationalCode |
ItemLabel1 | varchar(40) | NULL | Label for the type of data captured in HDataDictionaryItem.ItemValue1 |
ItemLabel2 | varchar(40) | NULL | Label for the type of data captured in HDataDictionaryItem.ItemValue2 |
|