Table Detail Report
THERAPEUTIC_CAT
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Therapautic Category |
| Definition: | Stores therapeutic category reference content across multiple vocabularies. A therapeutic category is a categorization of further sub therapeutic categories and/or drugs that pertain to a particiular therapy. |
| Table Type: | REFERENCE |
Column Detail - THERAPEUTIC_CAT
| 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. |
| EXTERNAL_IDENT | VC2(255) | N | External identifier defined by source creating a therapeutic category. This value uniquely identifies a record when compared against the source. It will allow us to create a 'key' to identify rows outside the current domain. In our current scenario, the external_ident is composed on SNOMED CT concept values. |
| SOURCE_VOCABULARY_CD | NUMBER | N | The source vocabulary from which the therapeutic category originated from. |
| SYNONYM_ID | NUMBER | N | If this therapeutic category also represents a synonym, this will be the id of the synonym. As an example, therapeutic categories in SNOMED can represent synonyms which are also drugs. This column will allow the identification of those folders which are also drugs themselves. |
| THERAPEUTIC_CAT_ID | NUMBER | N | The primary key for the Therapeutic_Cat table |
| THERAPEUTIC_CAT_NAME | VC2(255) | N | The name of the therapeutic category. |
| THERAPEUTIC_CAT_NAME_KEY | VC2(255) | N | The name of the therapeutic category converted to upper case and stripped of all non-alpha characters. |
| THERAPEUTIC_CAT_NAME_KEY_A_NLS | VC2(1020) | Y | THERAPEUTIC_CAT_NAME_KEY_A_NLS column |
| THERAPEUTIC_CAT_NAME_KEY_NLS | VC2(512) | N | The i18n name of the therapeutic category converted to upper case and stripped of all non-alpha characters. |
| 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 - THERAPEUTIC_CAT
| Parent Column in THERAPEUTIC_CAT (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | THERAPEUTIC_CAT_ID | THERAPEUTIC_CAT_ITEM | SUB_THERAPEUTIC_CAT_ID |
| THERAPEUTIC_CAT_ITEM | THERAPEUTIC_CAT_ID |
THERAPEUTIC_CAT_ITEM
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Therapeutic Category Item |
| Definition: | Stores the items of a therapeutic category. Therapeutic categories can contain other sub therapeutic category items and/or drugs. |
| Table Type: | REFERENCE |
Column Detail - THERAPEUTIC_CAT_ITEM
| 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. |
| EXTERNAL_IDENT | VC2(255) | N | External identifier for foreign systems. |
| SUB_THERAPEUTIC_CAT_ID | NUMBER | N | The ID of the therapeutic sub-category if this item represents a sub-category within a therapeutic category. |
| SYNONYM_ID | NUMBER | N | The ID of the synonym if this item represents a synonym within a therapeutic category. |
| THERAPEUTIC_CAT_ID | NUMBER | N | The ID of the parent therapeutic category. |
| THERAPEUTIC_CAT_ITEM_ID | NUMBER | N | The primary key of the Therapeutic_Cat_Item 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 - THERAPEUTIC_CAT_ITEM
| Child Column in THERAPEUTIC_CAT_ITEM(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | SYNONYM_ID | ORDER_CATALOG_SYNONYM | SYNONYM_ID |
| SUB_THERAPEUTIC_CAT_ID | THERAPEUTIC_CAT | THERAPEUTIC_CAT_ID | |
| THERAPEUTIC_CAT_ID | THERAPEUTIC_CAT | THERAPEUTIC_CAT_ID |