Table Detail Report
MIC_QC_NODE
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Microbiology Quality Control Node |
| Definition: | This reference table contains QC schedules and their relationships to other QC schedules/rules. |
| Table Type: | REFERENCE |
Column Detail - MIC_QC_NODE
| 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. |
| COND_SCHEDULE_ID | NUMBER | N | This field contains the foreign key value used to join to the parent MIC_QC_COND_SCHEDULE table. |
| DISPLAY_ORDER | NUMBER | N | This field contains the display order of the individual nodes. |
| NODE_ID | NUMBER | N | This field contains the internal identification code that uniquely identifies the 'schedule step' and its associated parameters. |
| PARENT_NODE_ID | NUMBER | N | This field contains the reference to the parent MIC_QC_NODE row. This field defines relationships to schedule nodes within a conditional schedule pathway. |
| SCHEDULE_ID | NUMBER | N | This field contains the internal identification code of the schedule. A schedule_id only exist once within a pathway of a conditional schedule. |
| 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_NODE
| Child Column in MIC_QC_NODE(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | COND_SCHEDULE_ID | MIC_QC_COND_SCHEDULE | COND_SCHEDULE_ID |
| SCHEDULE_ID | MIC_QC_SCHEDULE | SCHEDULE_ID |
| Parent Column in MIC_QC_NODE (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | NODE_ID | MIC_QC_RESULT | CURRENT_NODE_ID |
| MIC_QC_RESULT | PREVIOUS_NODE_ID |
MIC_QC_NODE_OUTCOME
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Microbiology Quality Control Node Outcome |
| Definition: | This reference table contains outcomes that will occur when the defined rules fail or succeed the parent schedule. |
| Table Type: | REFERENCE |
Column Detail - MIC_QC_NODE_OUTCOME
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTION_STATUS_CD | NUMBER | N | This field contains the internal identification code for the lot status change associated with the outcome. |
| ACTION_TEXT_ID | NUMBER | N | This field contains the internal identification code to the LONG_TEXT row, which contains a textual value for a corrective action. |
| 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. |
| NODE_ID | NUMBER | N | This field contains the internal identification code to the parent MIC_QC_NODE table. |
| OUTCOME_ID | NUMBER | N | This field contains the internal identification code that uniquely identifies the schedule node outcome. |
| OUTCOME_TYPE_FLAG | NUMBER | N | This field is used to identify the type of outcome. |
| TARGET_NODE_ID | NUMBER | N | This field contains the internal identification code to the parent MIC_QC_NODE row of the schedule that should be executed as a result of the outcome of the current schedule. |
| UNSUCCESSFUL_IND | NUMBER | N | This field indicates whether the outcome should be displayed if the corresponding rule fails or succeeds. |
| 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_NODE_OUTCOME
| Child Column in MIC_QC_NODE_OUTCOME(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | ACTION_TEXT_ID | LONG_TEXT | LONG_TEXT_ID |
MIC_QC_NODE_RULE_RELTN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Microbiology Quality Control Node Rule Relation |
| Definition: | This is an association table between MIC_QC_NODE and MIC_QC_RULE tables. |
| Table Type: | REFERENCE |
Column Detail - MIC_QC_NODE_RULE_RELTN
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| NODE_ID | NUMBER | N | This field contains a unique value that relates back to the MIC_QC_NODE table. |
| NODE_RULE_ID | NUMBER | N | This field is the unique identifier for the MIC_QC_NODE_RULE_RELTN association table. |
| RULE_ID | NUMBER | N | This field contains a unique reference back to the MIC_QC_RULE 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_NODE_RULE_RELTN
| Child Column in MIC_QC_NODE_RULE_RELTN(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | RULE_ID | MIC_QC_RULE | RULE_ID |
MIC_QC_NUMERIC_TASK_DETAIL
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Microbiology Quality Control Numeric Task Detail |
| Definition: | This reference table contains a record for each numeric component related to a microbiology quality control task. |
| Table Type: | REFERENCE |
Column Detail - MIC_QC_NUMERIC_TASK_DETAIL
| 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. |
| HIGH_NBR | FLOAT | N | This field contains the high value of the numeric range of a task detail. |
| LOW_NBR | FLOAT | N | This field contains the low value of the numeric range of a task detail. |
| MEAN_NBR | FLOAT | N | This field contains the mean value of the numeric task detail. |
| NUMERIC_TASK_DETAIL_ID | NUMBER | N | This field contains the unique value for the MIC_QC_NUMERIC_TASK_DETAIL table. |
| NUM_OF_STD_DEV_NBR | NUMBER | N | This field contains the number of standard deviations away from the mean that a numeric value can fall into. |
| RANGE_NBR | NUMBER | N | This field contains the valid range of numeric values in a task detail. |
| STD_DEV_NBR | FLOAT | N | This field contains the standard deviation of the numeric task detail. |
| TASK_DETAIL_ID | NUMBER | N | This field contains the unique value that identifies the QC numeric detail 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_NUMERIC_TASK_DETAIL
| Child Column in MIC_QC_NUMERIC_TASK_DETAIL(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | TASK_DETAIL_ID | MIC_QC_TASK_DETAIL | TASK_DETAIL_ID |
MIC_QC_ORGANISM
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Microbiology Quality Control Organism |
| Definition: | This table stores the quality control organisms that have been ordered for resulting |
| Table Type: | ACTIVITY |
Column Detail - MIC_QC_ORGANISM
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ORGANISM_CD | NUMBER | N | Internal identification code for the quality control organism. (CS 1021) |
| QC_ORGANISM_ID | NUMBER | N | Unique internal identification ID assigned to the ordered quality control organism. |
| 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_ORGANISM
| Parent Column in MIC_QC_ORGANISM (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | QC_ORGANISM_ID | MIC_QC_BIO_TEST_RESULT | QC_ORGANISM_ID |