Table Detail Report
DRC_PREMISE_LIST_VER
| Column Section | Top of Page |
Table-level Detail
| Description: | DRC PREMISE LIST VER |
| Definition: | History of the DRC_PREMISE_LIST table. |
| Table Type: | REFERENCE |
Column Detail - DRC_PREMISE_LIST_VER
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | N | 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. |
| DRC_PREMISE_ID | NUMBER | N | The premise this list is getting built for. |
| DRC_PREMISE_LIST_ID | NUMBER | N | Unique Identifier with ver_seq |
| PARENT_ENTITY_ID | NUMBER | N | Represents the value of the date you are building the list |
| PARENT_ENTITY_NAME | VC2(50) | Y | Represents the data you are building the list for. |
| 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. |
| VER_SEQ | NUMBER | N | version of the drc_premise_list row. |
DRC_PREMISE_VER
| Column Section | Top of Page |
Table-level Detail
| Description: | DRC PREMISE VER |
| Definition: | Provides History to the DRC_PREMISE table. |
| Table Type: | REFERENCE |
Column Detail - DRC_PREMISE_VER
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | N | 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. |
| CONCEPT_CKI | VC2(255) | Y | Parent CKI to CMT_CONCEPT table. CKI stands for Cerner Knowledge Index. |
| DOSE_RANGE_CHECK_ID | NUMBER | N | The high level grouping id of all the premise groups/dose ranges that should be applied to this order. |
| DRC_PREMISE_ID | NUMBER | N | Unique Identifier with ver_seq |
| MULTUM_CASE_ID | NUMBER | N | The actual identifier for a premise from Multum. |
| PARENT_IND | NUMBER | Y | Notes whether this premise is a parent or not. 0 |
| PARENT_PREMISE_ID | NUMBER | N | If the premise is part of a premise group this will be the id of the premise group level. |
| PREMISE_TYPE_FLAG | NUMBER | Y | Identifies what type of premise this is |
| RELATIONAL_OPERATOR_FLAG | NUMBER | Y | Controls the comparison against the premise value . |
| 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. |
| VALUE1 | FLOAT | Y | Holds any numeric or code value premise values. |
| VALUE1_STRING | VC2(255) | Y | Holds any textual premise values |
| VALUE2 | FLOAT | Y | Holds any numeric or code value premise values. |
| VALUE2_STRING | VC2(255) | Y | Holds any textual premise values |
| VALUE_TYPE_FLAG | NUMBER | Y | Controls the type of data that is stored for the premise |
| VALUE_UNIT_CD | NUMBER | N | Contains the codified units of measure for the premise |
| VER_SEQ | NUMBER | N | Version of the Rule |
DRC_ROUTE_GROUP
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | DRC_ROUTE_GROUP |
| Definition: | Stores the parent-child relationships for Dose Range Checking(DRC) routes |
| Table Type: | REFERENCE |
Column Detail - DRC_ROUTE_GROUP
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CHILD_ROUTE_CD | NUMBER | Y | code_value to identify the child route. |
| DRC_ROUTE_GROUP_ID | NUMBER | N | PRIMARY KEY |
| PARENT_ROUTE_CD | NUMBER | Y | code_value to identify the parent route. |
| UPDT_APPLCTX | NUMBER | Y | 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 | Y | 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 | Y | 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 | Y | 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 | Y | 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. |
Relationship Detail - DRC_ROUTE_GROUP
| Child Column in DRC_ROUTE_GROUP(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | CHILD_ROUTE_CD | CODE_VALUE | CODE_VALUE |
| PARENT_ROUTE_CD | CODE_VALUE | CODE_VALUE |
DRC_ROUTE_GROUP_VER
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | DRC_ROUTE_GROUP_VER |
| Definition: | version table for DRC_ROUTE_GROUP table. |
| Table Type: | REFERENCE |
Column Detail - DRC_ROUTE_GROUP_VER
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | NUMBER | 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. |
| CHILD_ROUTE_CD | NUMBER | Y | code_value to identify the child route. |
| DRC_ROUTE_GROUP_ID | NUMBER | Y | ***Obsolete Column***. Made obsolete since not needed to refer back to parent row and can not maintain a foreign key on it during deletes of the parent row in table DRC_ROUTE_GROUP. |
| DRC_ROUTE_GROUP_VER_ID | NUMBER | N | PRIMARY KEY |
| PARENT_ROUTE_CD | NUMBER | Y | code_value to identify the parent route. |
| UPDT_APPLCTX | NUMBER | Y | 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 | Y | 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 | Y | 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 | Y | 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 | Y | 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. |
| VER_SEQ | NUMBER | Y | The sequence of the version |
Relationship Detail - DRC_ROUTE_GROUP_VER
| Child Column in DRC_ROUTE_GROUP_VER(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | CHILD_ROUTE_CD | CODE_VALUE | CODE_VALUE |
| PARENT_ROUTE_CD | CODE_VALUE | CODE_VALUE |
DRC_UNIT
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Dose Range Checking Unit |
| Definition: | Reference data that defines the simple units of measure for dose range checking. |
| Table Type: | REFERENCE |
Column Detail - DRC_UNIT
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ADDITION_ADDEND_AMT | FLOAT | N | This is the addend used to convert units within the same base class. |
| BASE_NBR | NUMBER | N | This identifies the base class for the unit. |
| BRANCH_NBR | NUMBER | N | This identifies the branch unit within a base class. The base unit will have a branch number of 1. |
| DRC_UNIT_CKI | VC2(255) | N | This is the CKI defined for the unit as assigned in code set 54 with the cs_54_utility tool. |
| DRC_UNIT_DESC | VC2(100) | Y | Description of the drc unit. |
| DRC_UNIT_ID | NUMBER | N | Unique identifier for unit. |
| MULTIPLY_FACTOR_AMT | FLOAT | N | This is the factor used to convert units within the same base class. |
| 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 - DRC_UNIT
| Parent Column in DRC_UNIT (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | DRC_UNIT_ID | DRC_UNIT_EXPRSN_RELTN | DRC_UNIT_ID |