Table Detail Report
MLTM_DRUG_NAME_DERIVATION
Column Section | Top of Page |
Table-level Detail
Description: | Used to find and display available dosage forms and routes for a given name. |
Definition: | This table contains the mapping of generic and trade names to their respective generic product and trade product names. Only generic or trade names that have an associated MMDC will have generic or trade product names. |
Table Type: | REFERENCE |
Column Detail - MLTM_DRUG_NAME_DERIVATION
Column Name | Type | Null? | Definition |
---|---|---|---|
BASE_DRUG_SYNONYM_ID | DOUBLE | N | This field contains the drug synonym ID of the generic or trade name used to generate a particular generic or trade product name. |
BASE_FUNCTION_ID | DOUBLE | N | This field contains the function ID (generic or trade) of the base_drug_synonym_id. |
DERIVED_DRUG_SYNONYM_ID | DOUBLE | N | This field contains the drug synonym ID of the generic or trade product name that was derived from a generic or trade name combined with a Main Multum Drug Code (MMDC). |
DERIVED_FUNCTION_ID | DOUBLE | N | This field contains the function ID (59 or 60) of the derived_drug_synonym_id. |
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. |
MLTM_DRUG_NAME_GLOBAL_TYPE
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | MLTM_DRUG_NAME_GLOBAL_TYPE |
Definition: | Table for identifying a drug name type based on country data |
Table Type: | REFERENCE |
Column Detail - MLTM_DRUG_NAME_GLOBAL_TYPE
Column Name | Type | Null? | Definition |
---|---|---|---|
ABUSE_FLAG | DOUBLE | Y | Doping drug |
DRUG_NAME | VARCHAR(255) | N | Identified drug name |
DRUG_SYNONYM_ID | DOUBLE | N | Drug synonym ID as defined by external source |
GENERIC_AVAILABLE_FLAG | DOUBLE | Y | generic available flag values are: null - no data received from source; 2 = referent product; 1 = generic product; 0 = all the others products which are not registered on the generic repertory |
GLOBAL_TYPE_ID | DOUBLE | N | FK to MLTM_GLOBAL_TYPE |
HOSPITAL_USE_FLAG | DOUBLE | Y | Drug limited to hospital |
IS_OBSOLETE | VARCHAR(1) | N | Identifies if a drug_name was marked as obsolete. |
NOSWITCH_REASON | VARCHAR(255) | Y | Field denotes that a drug can be ordered utilizing the cluster drug_name, but that the same drug should be administered each time |
NOVOS_REASON | VARCHAR(255) | Y | Field is used to denote whether or not a drug is to be ordered utilizing the cluster drug name |
SLEEP_INDUCING_FLAG | DOUBLE | Y | Drug inducing sleep |
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. |
Relationship Detail - MLTM_DRUG_NAME_GLOBAL_TYPE
Child Column in MLTM_DRUG_NAME_GLOBAL_TYPE(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | DRUG_SYNONYM_ID | MLTM_DRUG_NAME | DRUG_SYNONYM_ID |
GLOBAL_TYPE_ID | MLTM_GLOBAL_TYPE | GLOBAL_TYPE_ID |
MLTM_DRUG_NAME_MAP
Column Section | Top of Page |
Table-level Detail
Description: | Used to choose a type of drug name such as generic name or a brand name. |
Definition: | This table allows a user to choose a type of drug name such as generic name or a brand name. |
Table Type: | REFERENCE |
Column Detail - MLTM_DRUG_NAME_MAP
Column Name | Type | Null? | Definition |
---|---|---|---|
DRUG_IDENTIFIER | VARCHAR(6) | N | This field contains Multum's identification codes for generic drugs. These are extremely important codes for developers who are using Multum's database products because they serve as the primary link to all of Multum's advanced clinical services. Multum's drug_id is always of the form "d#####". |
DRUG_SYNONYM_ID | DOUBLE | N | This field contains a unique numeric identifier for a description of a drug. |
FUNCTION_ID | DOUBLE | N | This field contains a numeric identifier that describes the classification of an entry. For example, a function_id of 16 represents a generic name for a drug; a function_id of 5 represents pregnancy text. |
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. |
MLTM_DUPLICATION_CATEGORIES
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Multum Duplication Categories |
Definition: | Therapeutic duplication category, as well as certain descriptive information: a display name for each therapeutic duplication category and a number representing the allowable number of active prescriptions or orders for drugs within a particular category. |
Table Type: | REFERENCE |
Column Detail - MLTM_DUPLICATION_CATEGORIES
Column Name | Type | Null? | Definition |
---|---|---|---|
CATEGORY_NAME | VARCHAR(100) | Y | Contains a textual description of the therapeutic duplication category referenced by Multum_category_id. |
MAX_THERAPEUTIC_DUPLICATION | DOUBLE | Y | How many drugs in a specified category may be prescribed before therapeutic duplication warnings should be generated. |
MULTUM_CATEGORY_ID | DOUBLE | N | The therapeutic duplication category to a specific drug. |
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. |
Relationship Detail - MLTM_DUPLICATION_CATEGORIES
Parent Column in MLTM_DUPLICATION_CATEGORIES (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | MULTUM_CATEGORY_ID | MLTM_DUPLICATION_DRUG_XREF | MULTUM_CATEGORY_ID |
MLTM_DUPLICATION_SUB_XREF | MULTUM_CATEGORY_ID | ||
MLTM_DUPLICATION_SUB_XREF | SUB_CATEGORY_ID |
MLTM_DUPLICATION_DRUG_XREF
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Multum Duplication Drug Cross Reference |
Definition: | This table assigns a drug to one or more therapeutic duplication categories. |
Table Type: | REFERENCE |
Column Detail - MLTM_DUPLICATION_DRUG_XREF
Column Name | Type | Null? | Definition |
---|---|---|---|
DRUG_IDENTIFIER | VARCHAR(6) | N | Multum's identification codes for generic drugs. |
MULTUM_CATEGORY_ID | DOUBLE | N | Used to assign a therapeutic/chemical category to a specific drug. |
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. |
Relationship Detail - MLTM_DUPLICATION_DRUG_XREF
Child Column in MLTM_DUPLICATION_DRUG_XREF(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | DRUG_IDENTIFIER | MLTM_DRUG_ID | DRUG_IDENTIFIER |
MULTUM_CATEGORY_ID | MLTM_DUPLICATION_CATEGORIES | MULTUM_CATEGORY_ID |