Table Detail Report

MIC_REQUIRED_TASK



Column Section Relationship Section Top of Page


Table-level Detail

Description: Microbiology Required Tasks
Definition: This table contains the required tasks activity for an ordered procedure. When all required tasks are performed and verified for a procedure, it will be considered complete.
Table Type: ACTIVITY





Column Detail - MIC_REQUIRED_TASK


Column Name Type Null? Definition
ANTIBIOTIC_CD DOUBLE N This field identifies the code value for the antibiotic. Antibiotics are defined on code set 1011.
CATALOG_CD DOUBLE N This field is not used at this time
COMPLETED_DT_TM DATETIME Y This field identifies the date and time the orderable procedure was completed.
COMPLETED_ID DOUBLE N This field identifies the ID of the person who completed the procedure. The completed_id corresponds to the person_id on the prsnl table, which identifies the user.
COMPLETION_IND DOUBLE Y This field is not used at this time.
DETAIL_CD DOUBLE N This field identifies the code value for the detail susceptibility procedure. Detail susceptibility procedures are defined on code set 1004.
DUE_DT_TM DATETIME Y This field identifies the date and time the ordered task should have been completed. This field iscalculated upon insertion of the row based upon the tat_minutes and tat_units_cd. If the task comes from the reference data (at order time) then it uses the culture_start_dt_tm in the calculation. If the task is added to this table from Microbiology Result Entry, then the task_dt_tm is used in the
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.
ORGANISM_CD DOUBLE N This field identifies the code value of the organism associated with the required susceptibility task. Organisms are defined on code set 1021.
ORGANISM_SEQ DOUBLE N This field identifies a unique value for each organism code value entered. For example, if there are two GPC organisms associated with the orderable procedure the first GPC organism would have a sequence of 01 and the second GPC organism would have a sequence of 02.
REQUIRED_SEQ DOUBLE Y This field is not used at this time.
STATUS_CD DOUBLE N This field identifies the current status of the report or susceptibility task. The status code_value is from code set 1901 Result Status.
STATUS_FLAG DOUBLE Y This field indicates the status of the report task. Valid values include: 0 = Database defined required report 1 = Performed report 2 = Database defined pending report
TASK_CD DOUBLE N This field contains the code value assigned to the task. This code value can come from several code sets depending on the type of task entered. Task related code sets include: 65 = Susceptibility Methods 1000 = Reports
TASK_SEQ DOUBLE N This field identifies a unique value for each required task assigned to an orderable procedure.
TAT_MINUTES DOUBLE N This field identifies the turnaround time defined for the report task and determines when the laboratory expects this report task to be completed.
TAT_UNITS_CD DOUBLE N This field identifies the time unit (i.e., minutes, hours, days) associated with the Tat_minutes.
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_REQUIRED_TASK


Child Column in MIC_REQUIRED_TASK(FK) Parent Table Name Parent Column Name
Parents: ANTIBIOTIC_CD MIC_DETAIL_TASK TASK_COMPONENT_CD
DETAIL_CD MIC_DETAIL_TASK TASK_COMPONENT_CD
ORDER_ID MIC_ORDER_LAB ORDER_ID
ORGANISM_CD MIC_ORGANISM_DATA ORGANISM_ID
TASK_CD MIC_TASK TASK_ASSAY_CD


MIC_REQ_RPT



Column Section Relationship Section Top of Page


Table-level Detail

Description: Microbiology Required Reports
Definition: This table identifies the required and pending reports for each procedure/source and service resource combination.
Table Type: REFERENCE





Column Detail - MIC_REQ_RPT


Column Name Type Null? Definition
CRITERIA_ID DOUBLE N This field identifies a unique value for each set of required and pending reports defined for each procedure/source and service resource combination.
REQUIRED_IND DOUBLE Y This field indicates whether the report is required (mandatory) or pending (suggested) for the procedure. Valid values include: 0 = Pending 1 = Required
TASK_CD DOUBLE N This field identifies the code_value of the report defined as required or pending for this procedure. Reports are defined on code set 1000, Microbiology Reports.
TAT_MINUTES DOUBLE N This field identifies the turnaround time value for the report. This time value is the expected turn around time for the report associated with the procedure.
TAT_UNITS_CD DOUBLE N This field identifies the unit of time associated with the tat_minutes field. Units are defined on code set 340, Age Units.
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_REQ_RPT


Child Column in MIC_REQ_RPT(FK) Parent Table Name Parent Column Name
Parents: CRITERIA_ID MIC_RPT_PARAMS CRITERIA_ID
TASK_CD MIC_TASK TASK_ASSAY_CD


MIC_RESULT_FOOTNOTE_R



Column Section Relationship Section Top of Page


Table-level Detail

Description: Reference table for footnotes.
Definition: This table contains information associating the susceptibility footnote text from the long_text table with the antibiotic.
Table Type: ACTIVITY





Column Detail - MIC_RESULT_FOOTNOTE_R


Column Name Type Null? Definition
ANTIBIOTIC_CD DOUBLE N This field identifies the code value for the antibiotic. Antibiotics are defined on code set 1011.
LONG_TEXT_ID DOUBLE N This field identifies the long_text_id associated with the footnote text. The footnote text is stored on the long_text table.
TASK_LOG_ID DOUBLE N This field identifies the unique value assigned to the susceptibility task from the mic_task_log table thus associating the susceptibility task with the footnote.
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_RESULT_FOOTNOTE_R


Child Column in MIC_RESULT_FOOTNOTE_R(FK) Parent Table Name Parent Column Name
Parents: LONG_TEXT_ID LONG_TEXT LONG_TEXT_ID
ANTIBIOTIC_CD MIC_DETAIL_TASK TASK_COMPONENT_CD


MIC_RPT_LIMIT



Column Section Relationship Section Top of Page


Table-level Detail

Description: Microbiology Report Limits
Definition: This table associates a limit on the number of times a particular report can be issued for a procedure/report type.
Table Type: REFERENCE





Column Detail - MIC_RPT_LIMIT


Column Name Type Null? Definition
CRITERIA_ID DOUBLE N This field identifies a unique value for each set of required and pending reports defined for each procedure/source and service resource combination.
REPORT_LIMIT DOUBLE Y This field identifies the number of times the report can be issued for a procedure/accession.
TASK_CD DOUBLE N This field identifies the code_value of the report defined as required or pending for this procedure. Reports are defined on code set 1000, Microbiology Reports.
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_RPT_LIMIT


Child Column in MIC_RPT_LIMIT(FK) Parent Table Name Parent Column Name
Parents: CRITERIA_ID MIC_RPT_PARAMS CRITERIA_ID
TASK_CD MIC_TASK TASK_ASSAY_CD


MIC_RPT_PARAMS



Column Section Relationship Section Top of Page


Table-level Detail

Description: Microbiology Report Parameters
Definition: This table identifies a unique value for each procedure/source and service resource combination forwhich required and pending report parameters are defined.
Table Type: REFERENCE





Column Detail - MIC_RPT_PARAMS


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.
CRITERIA_ID DOUBLE N This field identifies a unique value for each set of required and pending reports defined for each procedure/source and service resource combination.
SERVICE_RESOURCE_CD DOUBLE N This field identifies the code value of the service resource to which report parameters are defined. Service resources are defined on code set 221.
SOURCE_GROUPING_CD DOUBLE N This field identifies the code_value of the source used to define report parameters. 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_RPT_PARAMS


Child Column in MIC_RPT_PARAMS(FK) Parent Table Name Parent Column Name
Parents: CATALOG_CD ORDER_CATALOG CATALOG_CD
SERVICE_RESOURCE_CD SERVICE_RESOURCE SERVICE_RESOURCE_CD




Parent Column in MIC_RPT_PARAMS (PK) Child Table Name Child Column Name
Children: CRITERIA_ID MIC_REQ_RPT CRITERIA_ID
MIC_RPT_LIMIT CRITERIA_ID