Table Detail Report

MIC_MEDIA_DEFAULT



Column Section Relationship Section Top of Page


Table-level Detail

Description: Microbiology Default Inoculation Media
Definition: This table identifies the default media associated with each procedure/source/body site and serviceresource combination.
Table Type: REFERENCE





Column Detail - MIC_MEDIA_DEFAULT


Column Name Type Null? Definition
BODY_SITE_CD DOUBLE N This field identifies the code_value of the body site used to define default media. Body sites are defined on code set 1028, Body Sites.
CATALOG_CD DOUBLE N This field contains the code value assigned to the procedure as defined in the DCPtools.exe application. Ordered procedure code values are stored on code set 200 Order Catalog.
MEDIA_CD DOUBLE N This field identifies the code_value of the media for which defaults are defined.. Media is defined on code set 2051, Container.
MEDIA_LABEL_CNT DOUBLE Y This field identifies the number of media labels that should be printed for this piece of media.
MEDIA_SEQ DOUBLE N This is the numeric sequence that determines the uniqueness of a row when more than one media is associated with the same service_resource_cd and catalog_cd.
SERVICE_RESOURCE_CD DOUBLE N This field identifies the code value of the service resource to which default media is defined. Service resources are defined on code set 221.
SOURCE_CD DOUBLE N This field identifies the code_value of the source used to define default media. All three levels of source hierarchy (source, section, and category) can be used to define interpretations.
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 - MIC_MEDIA_DEFAULT


Child Column in MIC_MEDIA_DEFAULT(FK) Parent Table Name Parent Column Name
Parents: MEDIA_CD MIC_MEDIA MEDIA_CD
CATALOG_CD ORDER_CATALOG CATALOG_CD
SERVICE_RESOURCE_CD SERVICE_RESOURCE SERVICE_RESOURCE_CD


MIC_MEDIA_LOT_RELTN



Column Section Relationship Section Top of Page


Table-level Detail

Description: Microbiology Media Lot Relation
Definition: This table stores the relationship between a media observation and the associated media lot(s) used for the observation.
Table Type: ACTIVITY





Column Detail - MIC_MEDIA_LOT_RELTN


Column Name Type Null? Definition
LOT_INFORMATION_ID DOUBLE N This field contains the unique identifier of the related PCS_LOT_INFORMATION row.
MEDIA_CD DOUBLE N This field contains the code value of the specific type of media identified for this procedure. Media types are defined on code set 2051 Specimen Containers.
MEDIA_LOT_RELTN_ID DOUBLE N This field contains the unique identifier of the media/lot relationship.
MEDIA_SEQ DOUBLE N This field contains the media_seq associated with the related MIC_ORGANISM_OBSERVATION row.
ORDER_ID DOUBLE N This field contains the unique value assigned to each orderable procedure associated with an order. For example: if there are two procedures on the same accession number, then each procedure will have a unique order id.
RESULT_SCHEDULE_ID DOUBLE N This field contains the unique identifier of the related MIC_QC_RESULT_SCHEDULE row.
TASK_LOG_ID DOUBLE N This field contains the task_log_id associated with the related MIC_ORGANISM_OBSERVATION row.
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 - MIC_MEDIA_LOT_RELTN


Child Column in MIC_MEDIA_LOT_RELTN(FK) Parent Table Name Parent Column Name
Parents: MEDIA_SEQ MIC_ORGANISM_OBSERVATION MEDIA_SEQ
TASK_LOG_ID MIC_ORGANISM_OBSERVATION TASK_LOG_ID
ORDER_ID ORDERS ORDER_ID
LOT_INFORMATION_ID PCS_LOT_INFORMATION LOT_INFORMATION_ID


MIC_MEDICATION_RANGE



Column Section Relationship Section Top of Page


Table-level Detail

Description: Microbiology Medication Range
Definition: This table associates the abnormal susceptibility results with the procedure/source/organism/susceptibility type and service resource combination defined on the mic_abn_sus_result table.
Table Type: REFERENCE





Column Detail - MIC_MEDICATION_RANGE


Column Name Type Null? Definition
ABN_SUS_ID DOUBLE N This field identifies a unique value for each set of abnormal susceptibility results defined for a procedure/source/organism/susceptibility type and service resource combination.
DEFAULT_RESULT_CD DOUBLE N This field identifies the code_value of the susceptibility alpha or interpretation result for which abnormals susceptibility results are defined.. Susceptibility interpretation results are defined on code set 64, Susceptibility Interp Results and alpha susceptibility results are defined on code set 1025, Alpha Susceptibility Results.
HIGH_VALUE DOUBLE Y This field identifies the highest numeric susceptibility result for the abnormal susceptibility result range defined. This field displays the results according to the numeric sensi detail procedure's nbr_digits and nbr_decimals from the mic_detail_task table. This field is only valid for numeric sensi detail procedures, task_type_flag = 6.
LOW_VALUE DOUBLE N This field identifies the lowest numeric susceptibility result for the abnormal susceptibility result range defined. This field displays the results according to the numeric sensi detail procedure'snbr_digits and nbr_decimals from the mic_detail_task table. This field is only valid for numeric sensi detail procedures, task_type_flag = 6.
MEDICATION_CD DOUBLE N This field identifies the code_value of the antibiotic for which susceptibility interpretations are defined.. Antibiotics are defined on code set 1011 Antibiotics(Medications)
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 - MIC_MEDICATION_RANGE


Child Column in MIC_MEDICATION_RANGE(FK) Parent Table Name Parent Column Name
Parents: ABN_SUS_ID MIC_ABN_SUS_RESULT ABN_SUS_ID
MEDICATION_CD MIC_DETAIL_TASK TASK_COMPONENT_CD


MIC_MEDS_ACTIVITY



Column Section Relationship Section Top of Page


Table-level Detail

Description: Microbiology Current Medication
Definition: This table contains information regarding the current medications added to an order during the microbiology log in conversation.
Table Type: ACTIVITY





Column Detail - MIC_MEDS_ACTIVITY


Column Name Type Null? Definition
CATALOG_CD DOUBLE N This field contains the code value assigned to the procedure as defined in the DCPtools.exe application. Ordered procedure code values are stored on code set 200 Order Catalog.
MEDICATION_CD DOUBLE N This field identifies the code value for the antibiotic associated with the order. Antibiotics are defined on code set 1011.
ORDER_ID DOUBLE N This field contains the unique value assigned to each orderable procedure associated with an order. For example: if there are two procedures on the same accession number, then each procedure will have a unique order 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.



Relationship Detail - MIC_MEDS_ACTIVITY


Child Column in MIC_MEDS_ACTIVITY(FK) Parent Table Name Parent Column Name
Parents: MEDICATION_CD MIC_DETAIL_TASK TASK_COMPONENT_CD
ORDER_ID MIC_ORDER_LAB ORDER_ID
CATALOG_CD ORDER_CATALOG CATALOG_CD


MIC_MED_TRADE_NAME



Column Section Relationship Section Top of Page


Table-level Detail

Description: Microbiology Medication Trade Name
Definition: This table contains the generic trade name, route and dosage information defined for each antibiotic.
Table Type: REFERENCE





Column Detail - MIC_MED_TRADE_NAME


Column Name Type Null? Definition
CHART_IND DOUBLE Y This field indicates whether the trade name should be included in inquiry applications and on patient reports. Valid values include: 0 = Do not chart 1 = Chart
COST_PER_DOSE VARCHAR(10) Y This field identifies the cost per dose of the antibiotic for the defined trade name.
DOSAGE VARCHAR(30) Y This field identifies the standard dosage of the antibiotic for the defined trade name.
PRIMARY_IND DOUBLE Y This field indicates whether the trade name is the primary trade name. Charting will able to be defined such that either all trade names print on patient reports or only the primary trade name. Valid values include: 0 = Not the primary trade name 1 = Primary trade name
TASK_COMPONENT_CD DOUBLE N This field identifies the code_value of the antibiotic to which the trade name is associated. Antibiotics are defined on code set 1011 Antibiotics(Medications)
TRADE_NAME VARCHAR(50) Y This field identifies the generic trade name associated with the antibiotic.
TRADE_NAME_SEQ DOUBLE N This field contains a unique value for each trade name associated with an antibiotic. The first trade name would be assigned sequence 1, and the second trade name would be assigned sequence 2, etc.
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 - MIC_MED_TRADE_NAME


Child Column in MIC_MED_TRADE_NAME(FK) Parent Table Name Parent Column Name
Parents: TASK_COMPONENT_CD MIC_DETAIL_TASK TASK_COMPONENT_CD