Table Detail Report
MLTM_DDM_CONDITION
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | MLTM DDM Condition |
| Definition: | Multum DDM Condition table |
| Table Type: | REFERENCE |
Column Detail - MLTM_DDM_CONDITION
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| BODY_SYSTEM_ID | NUMBER | N | Body System ID - FK from MLTM_DDM_BODY_SYSTEM table |
| CONDITION_ID | NUMBER | N | Condition ID - PK Column for this table. Also FK from MLTM_DDM_CONDITION_LIST table |
| MEDICAL_SPECIALTY_ID | NUMBER | N | Medical Specialty ID - FK from MLTM_MEDICAL_SPECIALTY table |
| 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 - MLTM_DDM_CONDITION
| Child Column in MLTM_DDM_CONDITION(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | BODY_SYSTEM_ID | MLTM_DDM_BODY_SYSTEM | BODY_SYSTEM_ID |
| Parent Column in MLTM_DDM_CONDITION (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | CONDITION_ID | MLTM_DDM_CONDITION_XREF_MAP | PARENT_CONDITION_ID |
MLTM_DDM_CONDITION_HCFA_MAP
| Column Section | Top of Page |
Table-level Detail
| Description: | MLTM DDM Condition HCFA Map |
| Definition: | Multum DDM_CONDITION_HCFA_MAP table |
| Table Type: | REFERENCE |
Column Detail - MLTM_DDM_CONDITION_HCFA_MAP
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CONDITION_ID | NUMBER | N | PK column for this table. Also FK from table MLTM_DDM_CONDITION_LIST |
| ICD_9 | VC2(6) | N | ICD_9 Text FK from MLTM_DDM_MAP table |
| 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. |
MLTM_DDM_CONDITION_LIST
| Column Section | Top of Page |
Table-level Detail
| Description: | MLTM DDM Condition List |
| Definition: | Multum DDM_CONDITION_LIST table |
| Table Type: | REFERENCE |
Column Detail - MLTM_DDM_CONDITION_LIST
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ABBREVIATION | VC2(30) | Y | Condition Abbreviation |
| CONDITION_ID | NUMBER | N | The PK Column for this table |
| DESCRIPTION | VC2(255) | Y | Condition Description |
| 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. |
MLTM_DDM_CONDITION_XREF_MAP
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | MLTM DDM Condition XREF Map |
| Definition: | Multum DDM_CONDITION_XREF_MAP table |
| Table Type: | REFERENCE |
Column Detail - MLTM_DDM_CONDITION_XREF_MAP
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| CONDITION_ID | NUMBER | N | Condition ID - 2nd column of 2-column PK. FK from MLTM_DDM_CONDITION_LIST |
| PARENT_CONDITION_ID | NUMBER | N | Parent Condition ID - 1st column of 2-column PK. FK from MLTM_DDM_CONDITION |
| 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 - MLTM_DDM_CONDITION_XREF_MAP
| Child Column in MLTM_DDM_CONDITION_XREF_MAP(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PARENT_CONDITION_ID | MLTM_DDM_CONDITION | CONDITION_ID |
MLTM_DDM_GROUP
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | MLTM DDM Group |
| Definition: | Multum DDM_GROUP table |
| Table Type: | REFERENCE |
Column Detail - MLTM_DDM_GROUP
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| GROUP_COMMENT | VC2(4000) | Y | Group Comment Text |
| GROUP_DESCRIPTION | VC2(60) | Y | Group Description Text |
| GROUP_ID | NUMBER | N | Group ID - PK Column for this table |
| 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 - MLTM_DDM_GROUP
| Parent Column in MLTM_DDM_GROUP (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | GROUP_ID | MLTM_DDM_GROUP_CONDITION_MAP | GROUP_ID |
| MLTM_DDM_GROUP_MMDC_MAP | GROUP_ID |