Table Detail Report
DRC_UNIT_EXPRSN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Dose Range Checking Unit Expression |
| Definition: | Reference data that defines the unit of measure expressions for dose range checking |
| Table Type: | REFERENCE |
Column Detail - DRC_UNIT_EXPRSN
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| DRC_UNIT_EXPRSN_ID | NUMBER | N | Unique system generated identifier |
| UNIT_EXPRESSION | VC2(100) | Y | Textual description of the unit expression. |
| UNIT_EXPRSN_CKI | VC2(255) | N | This is the CKI defined for the unit as assigned in code set 54 with the cs_54_utility tool. |
| 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 - DRC_UNIT_EXPRSN
| Parent Column in DRC_UNIT_EXPRSN (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | DRC_UNIT_EXPRSN_ID | DRC_UNIT_EXPRSN_RELTN | DRC_UNIT_EXPRSN_ID |
DRC_UNIT_EXPRSN_RELTN
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Dose Range Checking Unit Expression Relation |
| Definition: | Reference data that defines the unit of measure expressions for dose range checking |
| Table Type: | REFERENCE |
Column Detail - DRC_UNIT_EXPRSN_RELTN
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| DRC_UNIT_EXPRSN_ID | NUMBER | N | Foreign key to drc_unit_expression table. |
| DRC_UNIT_ID | NUMBER | N | Foreign key to drc_unit table. |
| RELATION_NUMERATOR_IND | NUMBER | N | A value of 1 indicates the unit is in the numerator of the expression and a value of 0 indicates the unit is in the denominator of the expression. |
| 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 - DRC_UNIT_EXPRSN_RELTN
| Child Column in DRC_UNIT_EXPRSN_RELTN(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | DRC_UNIT_ID | DRC_UNIT | DRC_UNIT_ID |
| DRC_UNIT_EXPRSN_ID | DRC_UNIT_EXPRSN | DRC_UNIT_EXPRSN_ID |