Table Detail Report

MIC_QC_SCHEDULE_SEGMENT



Column Section Relationship Section Top of Page


Table-level Detail

Description: Microbiology Quality Control Schedule Segment
Definition: This reference table contains a record for each microbiology QC schedule segment defined for a segment.
Table Type: REFERENCE





Column Detail - MIC_QC_SCHEDULE_SEGMENT


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.
ACTIVE_STATUS_CD NUMBER N Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc.
ACTIVE_STATUS_DT_TM DATE N The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID NUMBER N The person who caused the active_status_cd to be set or change.
COMPONENT1_NBR NUMBER Y This field stores the first component of a schedule segment.
COMPONENT2_NBR NUMBER Y This field stores the second component of a schedule segment.
COMPONENT3_NBR NUMBER Y This field stores the third component of a schedule segment.
DAYS_OF_WEEK_BIT NUMBER Y This bit map field indicates which days of the week have been selected for the schedule segment.
SCHEDULE_ID NUMBER N This field contains the foreign key used to join to schedule segments to a specific schedule.
SCHEDULE_SEGMENT_ID NUMBER N This field contains the unique value that identifies the QC schedule segment.
SEGMENT_SEQ NUMBER N This field uniquely identifies a segment within a specific schedule.
SEGMENT_TYPE_FLAG NUMBER N This field indicates the type of schedule segment.
TIME_NBR NUMBER N This field stores the time for a schedule segment. (Stored as a number)
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 - MIC_QC_SCHEDULE_SEGMENT


Child Column in MIC_QC_SCHEDULE_SEGMENT(FK) Parent Table Name Parent Column Name
Parents: SCHEDULE_ID MIC_QC_SCHEDULE SCHEDULE_ID


MIC_QC_SEQUENCE



Column Section Top of Page


Table-level Detail

Description: Microbiology Quality Control Sequence
Definition: This reference table contains a record for each microbiology QC sequence.
Table Type: REFERENCE





Column Detail - MIC_QC_SEQUENCE


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.
ACTIVE_STATUS_CD NUMBER N Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc.
ACTIVE_STATUS_DT_TM DATE N The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID NUMBER N The person who caused the active_status_cd to be set or change.
BEG_TIME_NBR NUMBER N This field contains the time of day that a sequence begins.
END_TIME_NBR NUMBER N This field contains the time of day that a sequence ends.
SEQUENCE_ID NUMBER N This field contains the unique value that identifies the QC sequence.
SEQUENCE_NAME VC2(40) N This field contains the unique name for the QC sequence.
SEQUENCE_NAME_KEY VC2(40) N This field is the same as the sequence_name field, only converted to uppercase.
SEQUENCE_NAME_KEY_A_NLS VC2(160) Y SEQUENCE_NAME_KEY_A_NLS column
SEQUENCE_NAME_KEY_NLS VC2(82) N This field is 2 times the length of the key + 2. It is used for sorting the name field when in a non-English environment.
SERVICE_RESOURCE_CD NUMBER N This field contains the unique identifier of the service resource code associated with the sequence.
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.


MIC_QC_TASK



Column Section Relationship Section Top of Page


Table-level Detail

Description: Microbiology Quality Control Task
Definition: This reference table contains a record for each microbiology QC task.
Table Type: REFERENCE





Column Detail - MIC_QC_TASK


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.
ACTIVE_STATUS_CD NUMBER N Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc.
ACTIVE_STATUS_DT_TM DATE N The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID NUMBER N The person who caused the active_status_cd to be set or change.
QC_ITEM_ID NUMBER N This field contains the QC item identifier associated with the QC task from the MIC_QC_ITEM table.
SERVICE_RESOURCE_CD NUMBER N This field contains the service resource code associated with the QC task.
TASK_ID NUMBER N This field contains the unique value that identifies the QC task.
TESTING_METHOD_FLAG NUMBER N This column indicates what type of QC item testing is associated with the QC task.
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 - MIC_QC_TASK


Child Column in MIC_QC_TASK(FK) Parent Table Name Parent Column Name
Parents: QC_ITEM_ID MIC_QC_ITEM QC_ITEM_ID




Parent Column in MIC_QC_TASK (PK) Child Table Name Child Column Name
Children: TASK_ID MIC_QC_TASK_DETAIL TASK_ID


MIC_QC_TASK_DETAIL



Column Section Relationship Section Top of Page


Table-level Detail

Description: Microbiology Quality Control Task Detail
Definition: This reference table contains a record for each component related to a microbiology QC task.
Table Type: REFERENCE





Column Detail - MIC_QC_TASK_DETAIL


Column Name Type Null? Definition
ACTIVE_COND_SCHEDULE_ID NUMBER N This column provides a unique reference back to the MIC_QC_COND_SCHEDULE table.
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.
ACTIVE_STATUS_CD NUMBER N Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc.
ACTIVE_STATUS_DT_TM DATE N The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID NUMBER N The person who caused the active_status_cd to be set or change.
ANTIBIOTIC_COMPONENT_CD NUMBER N This field contains the unique identifier of the QC component associated with the QC task detail. The value will represent antibiotic.
BIOCHEMICAL_COMPONENT_CD NUMBER N This field contains the unique identifier of the QC component associated with the QC task detail. The value will represent biochemical.
GROUP_BIOCHEMICAL_CD NUMBER N This field contains the unique identifier of the group biochemical associated with the QC task detail. This value will only be valued if the component is a biochemical component code.
INCUBATION_HOURS_NBR NUMBER N This column contains the number of the incubation hours required for a specific QC task detail.
INSTRUMENT_IND NUMBER N This will indicate whether the QC results for the task need to be uploaded/downloaded from an instrument.
MEDIA_COMPONENT_CD NUMBER N This column contains the unique identifier of the QC component associated with the QC task detail for the media components.
MIC_SUS_METHOD_CD NUMBER N This will store the internal identifier for the susceptibility method associated with the QC task.
PANEL_CD NUMBER N This column contains the unique identifier of the panel associated with the QC task detail.
PREACTIVE_COND_SCHEDULE_ID NUMBER N This column contains a unique identifier to reference the MIC_QC_COND_SCHEDULE table.
SUS_DETAIL_CD NUMBER N This column contains the unique identifier of the susceptibility detail associated with the QC task Detail.
TASK_DETAIL_ID NUMBER N This column provides a unique identifier for the MIC_QC_TASK_DETAIL table.
TASK_ID NUMBER N This column contains the unique identifier that ties the MIC_QC_TASK_DETAIL to the MIC_QC_TASK 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 - MIC_QC_TASK_DETAIL


Child Column in MIC_QC_TASK_DETAIL(FK) Parent Table Name Parent Column Name
Parents: ACTIVE_COND_SCHEDULE_ID MIC_QC_COND_SCHEDULE COND_SCHEDULE_ID
PREACTIVE_COND_SCHEDULE_ID MIC_QC_COND_SCHEDULE COND_SCHEDULE_ID
TASK_ID MIC_QC_TASK TASK_ID




Parent Column in MIC_QC_TASK_DETAIL (PK) Child Table Name Child Column Name
Children: TASK_DETAIL_ID MIC_QC_NUMERIC_TASK_DETAIL TASK_DETAIL_ID
MIC_QC_RESULT TASK_DETAIL_ID
MIC_QC_TASK_RESULT TASK_DETAIL_ID


MIC_QC_TASK_RESULT



Column Section Relationship Section Top of Page


Table-level Detail

Description: Microbiology Quality Control Task Result
Definition: This reference table contains a row for each task result related to a QC task detail.
Table Type: REFERENCE





Column Detail - MIC_QC_TASK_RESULT


Column Name Type Null? Definition
ABNORMAL_IND NUMBER N This field indicates whether the result should be flagged as normal or abnormal.
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.
ACTIVE_STATUS_CD NUMBER N Indicates the status of the row itself (not the data in the row) such as active, inactive, combined away, pending purge, etc.
ACTIVE_STATUS_DT_TM DATE N The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID NUMBER N The person who caused the active_status_cd to be set or change.
BIOCHEMICAL_RESULT_CD NUMBER N This column contains the abnormal/normal result related to a biochemical QC detail task.
MEDIA_RESULT_CD NUMBER N This column contains the abnormal/normal result related to a media QC detail task.
SUS_ALPHA_RESULT_CD NUMBER N This column contains the abnormal/normal result related to a susceptibility alpha QC detail task.
SUS_INTERP_RESULT_CD NUMBER N This column contains the abnormal/normal result related to a susceptibility interpretation QC detail task.
TASK_DETAIL_ID NUMBER N This field contains the unique value that identifies the QC numeric detail task.
TASK_RESULT_ID NUMBER N This is the unique identifier for the MIC_QC_TASK_RESULT 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 - MIC_QC_TASK_RESULT


Child Column in MIC_QC_TASK_RESULT(FK) Parent Table Name Parent Column Name
Parents: TASK_DETAIL_ID MIC_QC_TASK_DETAIL TASK_DETAIL_ID