ClarityColumnMetad
Contains a list of column (E0C) records that exist in the Clarity Compass, along with their basic information. This includes name, data type, as well as other pertinent information.
| Column Name | Type | Description |
|---|---|---|
| NumericScale | INTEGER | Scale specifies the number of digits allowed to the right of the decimal point for the NUMERIC data type. |
| ColumnPrecisionNumber | INTEGER | Precision is entered for columns using a data type of VARCHAR or NUMERIC. For VARCHAR, this specifies the maximum number of allowed characters in the column. For NUMERIC, this specifies the number of allowed digits on both sides of a decimal point, not counting the decimal point itself. |
| TableIdentifier | VARCHAR | This column contains the unique identifier of the table the column appears on. |
| ColumnIdentifier | VARCHAR | The unique identifier (.1 item) for the column record. |
| IntraConnectFormatItemNumber | NUMERIC | This column contains the item value needed by IntraConnect to properly translate internal IDs and category numbers into community IDs and categories. For any column that references a .1 of another INI, the format item should be set to .1. For any column that is a category list, this should contain the item of where the category list resides. If the format item does not apply, it should not be filled in. |
| IsColumnTranslatedIndicator | VARCHAR | Indicates whether the data this column extracts is translated prior to loading by a Column Translation Extension (E0K) record. Currently these E0K records are only used if the table is Near-Real-Time enabled. A null value for this column means that no translation is done. |
| ColumnDescriptorValue | VARCHAR | This is the descriptor value for the column. The descriptor consists of the table name and column name joined with a double underscore (__). |
| IsDeprecatedIndicator | VARCHAR | The flag used to tell if a column is deprecated and no longer extracts data from Chronicles. A null or N value indicates that the column is not deprecated. Y indicates a deprecated table. |
| LastEpicModifiedInstant | DATETIME | This item shows the last modified instant of a column by Epic. This will be used to determine if the column needs to be upgraded or not. |
| InitialTableReleaseVersionNumber | NUMERIC | This is the Epic version in which the table was initially released. You can link this column to the VERSION_C column in ZC_VERSION to get the non-numeric representation of the version. |
| AllowTruncatedValuesIndicator | VARCHAR | When a value in this column exceeds the VARCHAR limit, this indicates whether it should be nulled out instead of loading a truncated value. This is only necessary if the column does not have a format INI/item, because columns with a format INI/item always null out values that exceed the VARCHAR limit. |
| LastModifiedEpicVersion | NUMERIC | This is the Epic version in which the table was last modified. You can link this column to the VERSION_C column in ZC_VERSION to get the non-numeric representation of the version. |
| IsColumnExtractedForDatabase | VARCHAR | Indicates whether this column should exist on the database. |
| RecordStatusCategory | INTEGER | The record status category number for the column record. |
| DeprecatedFutureVersionCode | NUMERIC | This is the Epic version in which the column will be deprecated. You can link this column to the VERSION_C column in ZC_VERSION to get the non-numeric representation of the version. |
| ColumnTimeZone | VARCHAR | This item stores the time zone type associated with the column. |
| ColumnDataType | VARCHAR | The data type of the item being stored in the Clarity column. Possible data types are VARCHAR, NUMERIC, INTEGER, etc. |
| DateTimeHourFormat | VARCHAR | Hour format specifies the format for the DATETIME data type. The standard options are DATE ONLY for dates and DATETIME 24HR for dates that include times. |
| ColumnDescription | VARCHAR | This column contains a brief but poignant description for the specified column. |
| ElectronicHealthInformationExportType | INTEGER | This is the type of EHI export for this column. |
| IntraConnectTranslationIdentifier | VARCHAR | This column contains the INI value needed by IntraConnect to properly translate internal IDs and category numbers into community IDs and categories. For any column that references a .1 of another INI, the format INI should be set to the referenced INI. For any column that is a category list, this should contain the INI of where the category list resides. If the format INI does not apply, it should not be filled in. |
| TranslationExtensionIdentifier | VARCHAR | The Column Translation Extension (E0K) record this column uses to translate the data it extracts, prior to loading it. Currently these E0K records are only used if the table is Near-Real-Time enabled. |
| ColumnNameText | VARCHAR | The name of the Clarity column. |
| CommunityLogicalOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| IsDiscontinuedItem | VARCHAR | The flag used to tell if a column is sourced from a discontinued item in Chronicles and should not be used for reporting. A null or N value indicates that the column is not sourced from a discontinued item. Y indicates that the column is sourced from a discontinued item. |
| IsValidatedByEpicDisabledIndicator | VARCHAR | Indicates whether this column has been explicitly disabled for validation by Epic. |
| DeprecatedReplacementColumnList | VARCHAR | A list of database columns that should be used in place of a deprecated column. |
| UsesCharacterReplacementIndicator | VARCHAR | If a column uses the character replacement functionality, this item will return Y. If it does not use character replacement functionality it will return N. |