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 | NUMBER | N | Order Catalog Code |
| LONG_TEXT_ID | NUMBER | N | the long text id for the long text table |
| TEXT_LEVEL_FLAG | NUMBER | Y | |
| TEXT_TYPE_CD | NUMBER | N | |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | 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 | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | 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 | NUMBER | 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 | NUMBER | N | Stores the order catalog that the configuration applies to. |
| CATALOG_TYPE_CD | NUMBER | N | Stores the catalog type that the configuration applies to. |
| CONFIG_MEANING | VC2(12) | N | Stores a key for the diagnosis configuration being defined. |
| CONFIG_VALUE | NUMBER | N | Stores the value for the diagnosis configuration |
| HEALTH_PLAN_ID | NUMBER | N | Foreign key to the Health_Plan table |
| ORDER_DIAG_CONFIG_ID | NUMBER | N | The primary key of this table |
| UPDT_APPLCTX | NUMBER | 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 | NUMBER | 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 | DATE | 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 | NUMBER | 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 | NUMBER | 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 | NUMBER | 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 | NUMBER | Y | The size of the field. |
| ALLOW_MULTIPLE_IND | NUMBER | Y | An indicator on whether the field can appear multiple times on a format. |
| CATALOG_TYPE_CD | NUMBER | N | The catalog type this field may be associated with, optional. |
| CKI | VC2(30) | Y | Cerner Knowledge Index for this order entry field |
| CODESET | NUMBER | Y | If the field is verified against a codeset, this is the codeset to use. |
| COMMON_FLAG | NUMBER | Y | Flag on whether or not to show the field in common order details. |
| DESCRIPTION | VC2(100) | Y | The description of the field |
| EVENT_CD | NUMBER | N | If 'smart defaulting' is being used, the event code for the last result to retrieve as a default. |
| FIELD_TYPE_FLAG | NUMBER | Y | Flag used to identify the type of field it it. |
| FSI_MAP_TO_OBX_IND | NUMBER | Y | Indicates that this order_entry_field should be considered for outbound interface |
| HELP_CONTEXT_ID | NUMBER | N | Future. |
| HIDE_FEMALE_IND | NUMBER | Y | Indicates whether this field should be hidden for female patients. |
| HIDE_MALE_IND | NUMBER | Y | Indicates whether this field should be hidden for male patients. |
| HIDE_MAX_AGE | NUMBER | Y | The age to be older than to hide this field. |
| HIDE_MAX_AGE_IND | NUMBER | Y | whether this field should be hidden for patients older than a specified age. |
| HIDE_MAX_AGE_UNITS_FLAG | NUMBER | Y | The unit type for the max age. |
| HIDE_MIN_AGE | NUMBER | Y | The age to be younger than to hide this field. |
| HIDE_MIN_AGE_IND | NUMBER | Y | Indicates whether this field should be hidden for patients under a specified age. |
| HIDE_MIN_AGE_UNITS_FLAG | NUMBER | Y | The unit type for the minimum age. |
| MAX_VAL | FLOAT | Y | The maximum value possible for a field if it is a numeric type. |
| MIN_VAL | FLOAT | Y | The minimum value of the field if it is a numeric type. |
| OE_FIELD_ID | NUMBER | N | The id of the order entry field. |
| OE_FIELD_MEANING_ID | NUMBER | N | The Cerner defined id that identifies what the field is being used for. |
| PROMPT_ENTITY_ID | NUMBER | N | The identifier for the prompt test that is located on another table. This could be a task_assay_cd. |
| PROMPT_ENTITY_NAME | VC2(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 | NUMBER | Y | Future |
| SMART_DEFAULTING_FLAG | NUMBER | Y | Flag to identify the type of defaulting this field - update or non-update ocf. |
| SPIN_INCREMENT_CNT | NUMBER | Y | For a numeric field the amount a spin control should increment by. |
| UPDT_APPLCTX | NUMBER | 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 | NUMBER | 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 | DATE | 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 | NUMBER | 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 | NUMBER | 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 | NUMBER | 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 | NUMBER | Y | The size of the field. |
| ACTION_DT_TM | DATE | Y | date and time when the Action (delete/update) was taken |
| ACTION_TAKEN_TFLG | VC2(30) | Y | The action taken by the user (delete/update) |
| ACTION_USER_ID | NUMBER | Y | user id of the person who took the action (delete/update) |
| ALLOW_MULTIPLE_IND | NUMBER | Y | An indicator on whether the field can appear multiple times on a format. |
| CATALOG_TYPE_CD | NUMBER | N | The catalog type this field may be associated with optional. |
| CKI | VC2(30) | Y | Cerner Knowledge Index for this order entry field |
| CODESET | NUMBER | Y | If the field is verified against a codeset - this is the codeset to use. |
| COMMON_FLAG | NUMBER | Y | Flag on whether or not to show the field in common order details. |
| DESCRIPTION | VC2(100) | Y | The description of the field |
| EVENT_CD | NUMBER | N | If 'smart defaulting' is being used - the event code for the last result to retrieve as a default. |
| FIELD_TYPE_FLAG | NUMBER | Y | Flag used to identify the type of field it it. |
| FSI_MAP_TO_OBX_IND | NUMBER | Y | Indicates that this order_entry_field should be considered for outbound interface |
| HELP_CONTEXT_ID | NUMBER | N | Future. |
| HIDE_FEMALE_IND | NUMBER | Y | Indicates whether this field should be hidden for female patients. |
| HIDE_MALE_IND | NUMBER | Y | Indicates whether this field should be hidden for male patients. |
| HIDE_MAX_AGE | NUMBER | Y | The age to be older than to hide this field. |
| HIDE_MAX_AGE_IND | NUMBER | Y | whether this field should be hidden for patients older than a specified age. |
| HIDE_MAX_AGE_UNITS_FLAG | NUMBER | Y | The unit type for the max age. |
| HIDE_MIN_AGE | NUMBER | Y | The age to be younger than to hide this field. |
| HIDE_MIN_AGE_IND | NUMBER | Y | Indicates whether this field should be hidden for patients under a specified age. |
| HIDE_MIN_AGE_UNITS_FLAG | NUMBER | Y | The unit type for the minimum age. |
| MAX_VAL | FLOAT | Y | The maximum value possible for a field if it is a numeric type. |
| MIN_VAL | FLOAT | Y | The minimum value of the field if it is a numeric type. |
| OE_FIELD_ID | NUMBER | N | The id of the order entry field. |
| OE_FIELD_MEANING_ID | NUMBER | N | The Cerner defined id that identifies what the field is being used for. |
| ORDER_ENTRY_FIELDS_HIST_ID | NUMBER | N | Primary Key |
| PROMPT_ENTITY_ID | NUMBER | N | The identifier for the prompt test that is located on another table. This could be a task_assay_cd. |
| PROMPT_ENTITY_NAME | VC2(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 | NUMBER | Y | Future |
| SMART_DEFAULTING_FLAG | NUMBER | Y | Flag to identify the type of defaulting this field - update or non-update ocf. |
| SPIN_INCREMENT_CNT | NUMBER | Y | For a numeric field the amount a spin control should increment by. |
| UPDT_APPLCTX | NUMBER | 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 | NUMBER | 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 | DATE | 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 | NUMBER | 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 | NUMBER | 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 | NUMBER | 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 | NUMBER | N | The action this format is built for. |
| CATALOG_TYPE_CD | NUMBER | N | The catalog type this format is built for. |
| OE_FORMAT_ID | NUMBER | N | The id for the format. |
| OE_FORMAT_NAME | VC2(200) | Y | The name of the format. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | 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 | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | 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 | NUMBER | 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 |