ChroniclesItemDefinition
This table contains all of the database INI's and Items that exist in the production system and provides some information on each one. Some of this information includes: item data type, reponse type and add type. It also includes KB-SQL information for the item and the release ranges for any category lists.
| Column Name | Type | Description |
|---|---|---|
| KnowledgeBasedSqlDescription | VARCHAR | The KBSQL description field contains a brief description assigned to the item that is visible in KB-SQL column selection. It has the format of: INI Item-Item name. |
| SystemReleaseRangeForCategories | VARCHAR | The Release Range column pertains to Category items only and it contains the range(s) of values that are resevered for system to release new categories into. This is stored in the following format: n1:m1^n2:m2^... where n1 is the lower bound of the reserved range and m1 is the upper bound of the range. If multiple ranges are specified, they are separated by a caret (^). The tilde can be used as shorthand to indicate the use of the lowest or highest possible category number. Some examples of data stored in this column are the following: Sending ALL (system has reserved all values in the release range), Not sending any (system does not release any categories), Sending 1:999 (system will release categories in the range of 1-999), and ** NOT SET ** which means there is not a set release range for this item. |
| ElectronicHealthInformationExport | INTEGER | The category based EHI export type of the item. |
| KnowledgeBaseSqlColumnName | VARCHAR | The KBSQL Column Name field contains the name that has been assign to the item so that it can be referenced in the Third Party application, KB-SQL. |
| ExportGroupDocumentDefinitionIdentifier | NUMERIC | The HDD record that exports the item. |
| NetworkedDatabaseLink | VARCHAR | The Cat or Foreign Key column contains information of the database the item is networked to. This will appear in the form of: "Links to: ( |
| NotEnabledReasonCode | INTEGER | If the item is not Enterprise enabled then this contains a category based reason. |
| ItemNumber | VARCHAR | The Item column holds the Item number of the piece of data that will be stored. |
| MasterfileDesignator | VARCHAR | This column holds the three letter designator assigned to a particualr master file, which is known as an INI. For example, "EMP" is the three letter designator for user records. |
| NotEnabledReasonComment | VARCHAR | This column contains the reason comment for not being enabled, if any. |
| ItemResponseAllowedType | VARCHAR | The Response Type column holds the information of how many responses are allowed for the item. Examples are: SINGLE -> only allows one response, MULTIPLE -> Allows more than one response, RELATED -> Allows more than one response and the data stored is related and meaningful to the other data stored in the group. |
| ItemDataType | VARCHAR | The DATA_TYPE column holds the type of data that will be stored in the item. Examples are STRING, NUMBER, CATEGORY, DATE, INSTANT, etc. |
| ItemName | VARCHAR | The item name is the name assigned to the item number and gives the item number a limited descriptive context. |