Table Detail Report

THERAPTC_CAT_LOAD



Column Section Top of Page


Table-level Detail

Description: THERAPEUTIC CAT LOAD
Definition: Load table for taking 3rd party content and uploading to THERAPEUTIC_CAT table. Community tables we truncate and reload in house, and ship to clients, to load 3rd party content without downtime.
Table Type: REFERENCE





Column Detail - THERAPTC_CAT_LOAD


Column Name Type Null? Definition
CATEGORY_NAME VARCHAR(255) N Source string from nomenclature table
EXTERNAL_IDENT VARCHAR(255) N Primary Key column.
SOURCE_VOCAB_MEAN VARCHAR(12) N CDF Meaning of Source Vocabulary. To be able to use these tables for other terminologies besides SNOMED in the future
UPDT_APPLCTX DOUBLE N The application context number from the record info block.
UPDT_CNT DOUBLE N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row.
UPDT_DT_TM DATETIME N The date and time the row was last inserted or updated.
UPDT_ID DOUBLE N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table.
UPDT_TASK DOUBLE N The registered (assigned) task number for the process that inserted or updated the row.


VOCAB_RELATED_CODE



Column Section Top of Page


Table-level Detail

Description: Establishes the relationships of strings from the nomenclature table.
Definition: Establishes the relationships of strings from the nomenclature table to each other.
Table Type: REFERENCE





Column Detail - VOCAB_RELATED_CODE


Column Name Type Null? Definition
ACTIVE_IND DOUBLE Y The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc.
ACTIVE_STATUS_CD DOUBLE N Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc.
ACTIVE_STATUS_DT_TM DATETIME Y The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID DOUBLE N The person who caused the active_status_cd to be set or change.
BEG_EFFECTIVE_DT_TM DATETIME N The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time.
END_EFFECTIVE_DT_TM DATETIME N The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive.
RELATED_IDENTIFIER VARCHAR(50) Y This column is the identifier from the nomenclature table. It represents the source identifier for the related code.
RELATED_VOCAB_CD DOUBLE N This is the code value for the related codes source vocabulary.Column
SOURCE_IDENTIFIER VARCHAR(50) Y This column is the identifier from the nomenclature table. It represents the source identifier for the codes to be related to.
SOURCE_VOCAB_CD DOUBLE N This is the code value for the source vocabulary.Column
UPDT_APPLCTX DOUBLE N The application context number from the record info block.
UPDT_CNT DOUBLE N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row.
UPDT_DT_TM DATETIME N The date and time the row was last inserted or updated.
UPDT_ID DOUBLE N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table.
UPDT_TASK DOUBLE N The registered (assigned) task number for the process that inserted or updated the row.
VOCAB_REL_CODE_ID DOUBLE N This is a sequence generated id.Column