Table Detail Report

ORDER_CATALOG_TEXT



Column Section Relationship Section Top of Page


Table-level Detail

Description:
Definition:
Table Type: REFERENCE





Column Detail - ORDER_CATALOG_TEXT


Column Name Type Null? Definition
CATALOG_CD DOUBLE N Order Catalog Code
LONG_TEXT_ID DOUBLE N the long text id for the long text table
TEXT_LEVEL_FLAG DOUBLE Y
TEXT_TYPE_CD DOUBLE N
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.



Relationship Detail - ORDER_CATALOG_TEXT


Child Column in ORDER_CATALOG_TEXT(FK) Parent Table Name Parent Column Name
Parents: CATALOG_CD ORDER_CATALOG CATALOG_CD


ORDER_DIAG_CONFIG



Column Section Relationship Section Top of Page


Table-level Detail

Description: Order Diagnosis Configuration
Definition: Stores client defined settings on how orders should behave with regards to dignoses. The client can define whether or not a diagnosis is required for an order
Table Type: REFERENCE





Column Detail - ORDER_DIAG_CONFIG


Column Name Type Null? Definition
CATALOG_CD DOUBLE N Stores the order catalog that the configuration applies to.
CATALOG_TYPE_CD DOUBLE N Stores the catalog type that the configuration applies to.
CONFIG_MEANING VARCHAR(12) N Stores a key for the diagnosis configuration being defined.
CONFIG_VALUE DOUBLE N Stores the value for the diagnosis configuration
HEALTH_PLAN_ID DOUBLE N Foreign key to the Health_Plan table
ORDER_DIAG_CONFIG_ID DOUBLE N The primary key of this table
UPDT_APPLCTX DOUBLE N The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_DT_TM DATETIME N The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_TASK DOUBLE N The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
VENUE_TYPE_FLAG DOUBLE N Stores a flag indicating the type of venue that the configuration applies to.



Relationship Detail - ORDER_DIAG_CONFIG


Child Column in ORDER_DIAG_CONFIG(FK) Parent Table Name Parent Column Name
Parents: CATALOG_TYPE_CD CODE_VALUE CODE_VALUE
HEALTH_PLAN_ID HEALTH_PLAN HEALTH_PLAN_ID
CATALOG_CD ORDER_CATALOG CATALOG_CD


ORDER_ENTRY_FIELDS



Column Section Relationship Section Top of Page


Table-level Detail

Description: ORDER ENTRY FIELDS
Definition: The table containing all the fields that may be used to capture information about an order.
Table Type: REFERENCE





Column Detail - ORDER_ENTRY_FIELDS


Column Name Type Null? Definition
ACCEPT_SIZE DOUBLE Y The size of the field.
ALLOW_MULTIPLE_IND DOUBLE Y An indicator on whether the field can appear multiple times on a format.
CATALOG_TYPE_CD DOUBLE N The catalog type this field may be associated with, optional.
CKI VARCHAR(30) Y Cerner Knowledge Index for this order entry field
CODESET DOUBLE Y If the field is verified against a codeset, this is the codeset to use.
COMMON_FLAG DOUBLE Y Flag on whether or not to show the field in common order details.
DESCRIPTION VARCHAR(100) Y The description of the field
EVENT_CD DOUBLE N If 'smart defaulting' is being used, the event code for the last result to retrieve as a default.
FIELD_TYPE_FLAG DOUBLE Y Flag used to identify the type of field it it.
FSI_MAP_TO_OBX_IND DOUBLE Y Indicates that this order_entry_field should be considered for outbound interface
HELP_CONTEXT_ID DOUBLE N Future.
HIDE_FEMALE_IND DOUBLE Y Indicates whether this field should be hidden for female patients.
HIDE_MALE_IND DOUBLE Y Indicates whether this field should be hidden for male patients.
HIDE_MAX_AGE DOUBLE Y The age to be older than to hide this field.
HIDE_MAX_AGE_IND DOUBLE Y whether this field should be hidden for patients older than a specified age.
HIDE_MAX_AGE_UNITS_FLAG DOUBLE Y The unit type for the max age.
HIDE_MIN_AGE DOUBLE Y The age to be younger than to hide this field.
HIDE_MIN_AGE_IND DOUBLE Y Indicates whether this field should be hidden for patients under a specified age.
HIDE_MIN_AGE_UNITS_FLAG DOUBLE Y The unit type for the minimum age.
MAX_VAL DOUBLE Y The maximum value possible for a field if it is a numeric type.
MIN_VAL DOUBLE Y The minimum value of the field if it is a numeric type.
OE_FIELD_ID DOUBLE N The id of the order entry field.
OE_FIELD_MEANING_ID DOUBLE N The Cerner defined id that identifies what the field is being used for.
PROMPT_ENTITY_ID DOUBLE N The identifier for the prompt test that is located on another table. This could be a task_assay_cd.
PROMPT_ENTITY_NAME VARCHAR(32) Y The table name where the prompt test field is located, for example DISCRETE_TASK_ASSAY. This field is empty for non-prompt fields.
REQUEST DOUBLE Y Future
SMART_DEFAULTING_FLAG DOUBLE Y Flag to identify the type of defaulting this field - update or non-update ocf.
SPIN_INCREMENT_CNT DOUBLE Y For a numeric field the amount a spin control should increment by.
UPDT_APPLCTX DOUBLE N The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_DT_TM DATETIME N The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_TASK DOUBLE N The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
VALIDATION_TYPE_FLAG DOUBLE Y The type of validation to verify the field.



Relationship Detail - ORDER_ENTRY_FIELDS




Parent Column in ORDER_ENTRY_FIELDS (PK) Child Table Name Child Column Name
Children: OE_FIELD_ID AP_PROMPT_FIELD OE_FIELD_ID
ORDER_DETAIL_HISTORY OE_FIELD_ID
ORDER_PROPOSAL_DETAIL OE_FIELD_ID
ORDER_SENTENCE_DETAIL OE_FIELD_ID
SCH_DETAIL OE_FIELD_ID
SCH_FLEX_LIST OE_FIELD_ID
SCH_PEND_EVENT_DETAIL OE_FIELD_ID
SCH_PEND_ORDER_DETAIL OE_FIELD_ID
SCH_REF_DETAIL OE_FIELD_ID


ORDER_ENTRY_FIELDS_HIST



Column Section Top of Page


Table-level Detail

Description: ORDER ENTRY FIELDS - hist
Definition: History-The table containing all the fields that may be used to capture information about an order.
Table Type: REFERENCE





Column Detail - ORDER_ENTRY_FIELDS_HIST


Column Name Type Null? Definition
ACCEPT_SIZE DOUBLE Y The size of the field.
ACTION_DT_TM DATETIME Y date and time when the Action (delete/update) was taken
ACTION_TAKEN_TFLG VARCHAR(30) Y The action taken by the user (delete/update)
ACTION_USER_ID DOUBLE Y user id of the person who took the action (delete/update)
ALLOW_MULTIPLE_IND DOUBLE Y An indicator on whether the field can appear multiple times on a format.
CATALOG_TYPE_CD DOUBLE N The catalog type this field may be associated with optional.
CKI VARCHAR(30) Y Cerner Knowledge Index for this order entry field
CODESET DOUBLE Y If the field is verified against a codeset - this is the codeset to use.
COMMON_FLAG DOUBLE Y Flag on whether or not to show the field in common order details.
DESCRIPTION VARCHAR(100) Y The description of the field
EVENT_CD DOUBLE N If 'smart defaulting' is being used - the event code for the last result to retrieve as a default.
FIELD_TYPE_FLAG DOUBLE Y Flag used to identify the type of field it it.
FSI_MAP_TO_OBX_IND DOUBLE Y Indicates that this order_entry_field should be considered for outbound interface
HELP_CONTEXT_ID DOUBLE N Future.
HIDE_FEMALE_IND DOUBLE Y Indicates whether this field should be hidden for female patients.
HIDE_MALE_IND DOUBLE Y Indicates whether this field should be hidden for male patients.
HIDE_MAX_AGE DOUBLE Y The age to be older than to hide this field.
HIDE_MAX_AGE_IND DOUBLE Y whether this field should be hidden for patients older than a specified age.
HIDE_MAX_AGE_UNITS_FLAG DOUBLE Y The unit type for the max age.
HIDE_MIN_AGE DOUBLE Y The age to be younger than to hide this field.
HIDE_MIN_AGE_IND DOUBLE Y Indicates whether this field should be hidden for patients under a specified age.
HIDE_MIN_AGE_UNITS_FLAG DOUBLE Y The unit type for the minimum age.
MAX_VAL DOUBLE Y The maximum value possible for a field if it is a numeric type.
MIN_VAL DOUBLE Y The minimum value of the field if it is a numeric type.
OE_FIELD_ID DOUBLE N The id of the order entry field.
OE_FIELD_MEANING_ID DOUBLE N The Cerner defined id that identifies what the field is being used for.
ORDER_ENTRY_FIELDS_HIST_ID DOUBLE N Primary Key
PROMPT_ENTITY_ID DOUBLE N The identifier for the prompt test that is located on another table. This could be a task_assay_cd.
PROMPT_ENTITY_NAME VARCHAR(32) Y The table name where the prompt test field is located - for example DISCRETE_TASK_ASSAY. This field is empty for non-prompt fields.
REQUEST DOUBLE Y Future
SMART_DEFAULTING_FLAG DOUBLE Y Flag to identify the type of defaulting this field - update or non-update ocf.
SPIN_INCREMENT_CNT DOUBLE Y For a numeric field the amount a spin control should increment by.
UPDT_APPLCTX DOUBLE N The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_DT_TM DATETIME N The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_TASK DOUBLE N The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
VALIDATION_TYPE_FLAG DOUBLE Y The type of validation to verify the field.


ORDER_ENTRY_FORMAT



Column Section Relationship Section Top of Page


Table-level Detail

Description: ORDER ENTRY FORMAT
Definition: The format that will be associated to an orderable to identify the information to be captured at order time.
Table Type: REFERENCE





Column Detail - ORDER_ENTRY_FORMAT


Column Name Type Null? Definition
ACTION_TYPE_CD DOUBLE N The action this format is built for.
CATALOG_TYPE_CD DOUBLE N The catalog type this format is built for.
OE_FORMAT_ID DOUBLE N The id for the format.
OE_FORMAT_NAME VARCHAR(200) Y The name of the format.
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.



Relationship Detail - ORDER_ENTRY_FORMAT




Parent Column in ORDER_ENTRY_FORMAT (PK) Child Table Name Child Column Name
Children: ACTION_TYPE_CD OE_FORMAT_FIELDS ACTION_TYPE_CD
OE_FORMAT_ID OE_FORMAT_FIELDS OE_FORMAT_ID
ACTION_TYPE_CD RLN_SPECIMEN_OEF ACTION_TYPE_CD
OE_FORMAT_ID RLN_SPECIMEN_OEF OEF_ID