Table Detail Report
WHC_D_AUGMENT_METHOD_BRIDGE
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | WHC_D_AUGMENT_METHOD_BRIDGE |
Definition: | A Dimension Bridge table to allow the Fact table row to be associated to many Augmentation Method Dimensions |
Table Type: | REFERENCE |
Column Detail - WHC_D_AUGMENT_METHOD_BRIDGE
Column Name | Type | Null? | Definition |
---|---|---|---|
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. |
WHC_D_AUGMENT_METHOD_BRIDGE_ID | DOUBLE | N | Primary Key |
WHC_D_AUGMENT_METHOD_GROUP_ID | DOUBLE | N | Foreign key to WHC_D_AUGMENT_METHOD_GROUP.WHC_D_AUGMENT_METHOD_GROUP_ID. |
WHC_D_AUGMENT_METHOD_ID | DOUBLE | N | Foreign key to WHC_D_AUGMENT_METHOD.WHC_D_AUGMENT_METHOD_ID. |
Relationship Detail - WHC_D_AUGMENT_METHOD_BRIDGE
Child Column in WHC_D_AUGMENT_METHOD_BRIDGE(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | WHC_D_AUGMENT_METHOD_ID | WHC_D_AUGMENT_METHOD | WHC_D_AUGMENT_METHOD_ID |
WHC_D_AUGMENT_METHOD_GROUP_ID | WHC_D_AUGMENT_METHOD_GROUP | WHC_D_AUGMENT_METHOD_GROUP_ID |
WHC_D_AUGMENT_METHOD_GROUP
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | WHC_D_AUGMENT_METHOD_GROUP |
Definition: | A Dimension Group table to allow the connection the Fact table row to many Augmentation Method Dimensions via the Bridge Table relationship |
Table Type: | REFERENCE |
Column Detail - WHC_D_AUGMENT_METHOD_GROUP
Column Name | Type | Null? | Definition |
---|---|---|---|
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. |
WHC_D_AUGMENT_METHOD_GROUP_ID | DOUBLE | N | Primary Key |
Relationship Detail - WHC_D_AUGMENT_METHOD_GROUP
Parent Column in WHC_D_AUGMENT_METHOD_GROUP (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | WHC_D_AUGMENT_METHOD_GROUP_ID | WHC_D_AUGMENT_METHOD_BRIDGE | WHC_D_AUGMENT_METHOD_GROUP_ID |
WHC_F_DELIVERY_CHILD | AUGMENT_METHOD_GROUP_ID |
WHC_D_COMPLICATION_BRIDGE
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | WHC_D_COMPLICATION_BRIDGE |
Definition: | A Dimension Bridge table to allow the Fact table row to be associated to many Complication Dimension rows |
Table Type: | REFERENCE |
Column Detail - WHC_D_COMPLICATION_BRIDGE
Column Name | Type | Null? | Definition |
---|---|---|---|
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. |
WHC_D_COMPLICATION_BRIDGE_ID | DOUBLE | N | PRIMARY KEY |
WHC_D_COMPLICATION_GROUP_ID | DOUBLE | N | foreign key to whc_d_complication_type.whc_d_complication_type_id |
WHC_D_COMPLICATION_TYPE_ID | DOUBLE | N | foreign key to whc_d_complication_group.whc_d_complication_group_id |
Relationship Detail - WHC_D_COMPLICATION_BRIDGE
Child Column in WHC_D_COMPLICATION_BRIDGE(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | WHC_D_COMPLICATION_GROUP_ID | WHC_D_COMPLICATION_GROUP | WHC_D_COMPLICATION_GROUP_ID |
WHC_D_COMPLICATION_TYPE_ID | WHC_D_COMPLICATION_TYPE | WHC_D_COMPLICATION_TYPE_ID |
WHC_D_COMPLICATION_GROUP
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | WHC_D_COMPLICATION_GROUP |
Definition: | A Dimension Group table to allow the connection of the Fact table row to many Complication Dimensions |
Table Type: | REFERENCE |
Column Detail - WHC_D_COMPLICATION_GROUP
Column Name | Type | Null? | Definition |
---|---|---|---|
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. |
WHC_D_COMPLICATION_GROUP_ID | DOUBLE | N | PRIMARY KEY |
Relationship Detail - WHC_D_COMPLICATION_GROUP
Parent Column in WHC_D_COMPLICATION_GROUP (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | WHC_D_COMPLICATION_GROUP_ID | WHC_D_COMPLICATION_BRIDGE | WHC_D_COMPLICATION_GROUP_ID |
WHC_F_CHILD | FETAL_COMPLICATION_GROUP_ID | ||
WHC_F_CHILD | NEONATE_COMPLICATION_GROUP_ID | ||
WHC_F_DELIVERY | MATERNAL_COMPLICATION_GROUP_ID |
WHC_D_COMPLICATION_TYPE
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | WHC_D_COMPLICATION_TYPE |
Definition: | WHC Reporting - Dimension Table identifying Complicatiion Type and associated Nomenclature |
Table Type: | REFERENCE |
Column Detail - WHC_D_COMPLICATION_TYPE
Column Name | Type | Null? | Definition |
---|---|---|---|
COMPLICATION_DESC | VARCHAR(255) | Y | user-readable description of 'complication type' value, taken from the clinical result recorded against cki cerner!07b2090c-7ae6-4e14-a702-c20ee3e7d4fd , cerner!2d13d00f-bfd4-44da-bfc3-73392a695b93 and CERNER!28CD17AC-F1BD-4AE3-A9F6-1282F19618AB |
MILL_NOMENCLATURE_ID | DOUBLE | Y | Primary Key value from nomenclature.nomenclature_id, represeting the corresponding -complication type- value in millennium. |
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. |
WHC_D_COMPLICATION_TYPE_ID | DOUBLE | N | PRIMARY KEY |
Relationship Detail - WHC_D_COMPLICATION_TYPE
Parent Column in WHC_D_COMPLICATION_TYPE (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | WHC_D_COMPLICATION_TYPE_ID | WHC_D_COMPLICATION_BRIDGE | WHC_D_COMPLICATION_TYPE_ID |