Table Detail Report
ONC_TASK_SENT_RELTN
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | ONC TASK SENTENCE RELATION |
Definition: | Stores the oncology task assay and anatomy pathology sentence association information |
Table Type: | REFERENCE |
Column Detail - ONC_TASK_SENT_RELTN
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | 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. |
DOC_SET_ELEMENT_ID | DOUBLE | N | Primary key from DOC_SET_ELEMENT_REF table, in this case used identify the documentation set element. |
DOC_SET_SECTION_ID | DOUBLE | N | Foreign key from DOC_SET_ELEMENT_REF, in this case used to identify the specific version of a documentation set section. |
ONC_TASK_SENT_RELTN_ID | DOUBLE | N | PRIMARY KEY |
ONC_WORKSHEET_ID | DOUBLE | N | Primary key from ONC_WORKSHEET table,in this case used get the doc set and worksheet association information from ONC_WORKSHEET |
TASK_ASSAY_CD | DOUBLE | N | Defines information that further defines this element. |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
Relationship Detail - ONC_TASK_SENT_RELTN
Child Column in ONC_TASK_SENT_RELTN(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | DOC_SET_ELEMENT_ID | DOC_SET_ELEMENT_REF | DOC_SET_ELEMENT_ID |
DOC_SET_SECTION_ID | DOC_SET_SECTION_REF | DOC_SET_SECTION_REF_ID | |
ONC_WORKSHEET_ID | ONC_WORKSHEET | ONC_WORKSHEET_ID |
Parent Column in ONC_TASK_SENT_RELTN (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | ONC_TASK_SENT_RELTN_ID | ONC_NOMEN_TERM_RELTN | ONC_TASK_SENT_RELTN_ID |
ONC_TC_CAL_ITEMS
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | ONCOLOGY - TREATMENT CALENDER ITEMS |
Definition: | Stores the Note text and Prescription order information. |
Table Type: | ACTIVITY |
Column Detail - ONC_TC_CAL_ITEMS
Column Name | Type | Null? | Definition |
---|---|---|---|
CAL_ITEM_TYPE_FLAG | DOUBLE | N | This tells the type of note stored in ONC_TC_CAL_ITEMS table.(0 - Notes, 1- Prescriptions) |
LONG_TEXT_ID | DOUBLE | N | Primary key from LONG_TEXT table. |
OCCURRENCE_DATE_TXT | VARCHAR(1000) | Y | To store the occurrence dates of the prescription order. |
ONC_TC_CAL_ITEMS_ID | DOUBLE | N | PRIMARY KEY |
ORDER_ID | DOUBLE | N | Unique foreign key for Orders Table, in this case used for prescriptions. |
PERSON_ID | DOUBLE | N | This is the value of the unique primary identifier of the person table. It stores the person to whom the prescriptions/ notes are added. |
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 - ONC_TC_CAL_ITEMS
Child Column in ONC_TC_CAL_ITEMS(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | LONG_TEXT_ID | LONG_TEXT | LONG_TEXT_ID |
ORDER_ID | ORDERS | ORDER_ID | |
PERSON_ID | PERSON | PERSON_ID | |
UPDT_ID | PRSNL | PERSON_ID |
ONC_TOKEN_ELEMENT_R
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | ONC_TOKEN_ELEMENT_R |
Definition: | Relates doc set elements to defining characteristics of an oncology disease |
Table Type: | REFERENCE |
Column Detail - ONC_TOKEN_ELEMENT_R
Column Name | Type | Null? | Definition |
---|---|---|---|
DOC_SET_ELEMENT_ID | DOUBLE | N | Identifier for the doc set element being related |
DOC_SET_REF_ID | DOUBLE | N | Identifier for the doc set that contains the doc set element being related |
ONC_TOKEN_ELEMENT_R_ID | DOUBLE | N | This is the value of the unique primary identifier of the Onc_token_element_r table. It is an internal system assigned number. |
STAGING_TOKEN_CD | DOUBLE | N | Identifies the staging token being related. |
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 - ONC_TOKEN_ELEMENT_R
Child Column in ONC_TOKEN_ELEMENT_R(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | DOC_SET_ELEMENT_ID | DOC_SET_ELEMENT_REF | DOC_SET_ELEMENT_ID |
DOC_SET_REF_ID | DOC_SET_REF | DOC_SET_REF_ID |
ONC_WORKSHEET
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | ONCOLOGY WORKSHEET ASSOCIATION |
Definition: | Stores the oncology doc set and anatomy pathology association information |
Table Type: | REFERENCE |
Column Detail - ONC_WORKSHEET
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | 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. |
BEG_EFFECTIVE_DT_TM | DATETIME | N | The date and time for which this table row becomes effective. Normally, this will be the date and time the row is added, but could be a past or future date and time. |
CKI_IDENTIFIER | VARCHAR(50) | Y | External identifier for this pattern,used with CKI_SOURCE to form a unique external identifier. |
CKI_SOURCE | VARCHAR(12) | Y | key value from SCR_PATTERN table, in this case used get cki_source information for the worksheet from SCR_PATTERN. |
DOC_SET_REF_ID | DOUBLE | N | Primary key from DOC_SET_REF table,in this case used get the doc set information from DOC_SET_REF . |
END_EFFECTIVE_DT_TM | DATETIME | N | The date/time after which the row is no longer valid as active current data. This may be valued with the date that the row became inactive. |
ENTRY_MODE_CD | DOUBLE | N | Indicates the UI mechanism to be used for data entry against this template. |
ONC_WORKSHEET_ID | DOUBLE | N | PRIMARY KEY |
SCR_PATTERN_ID | DOUBLE | N | Primary key from SCR_PATTERN table, in this case used get wokrsheet information from SCR_PATTERN. |
UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
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. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
Relationship Detail - ONC_WORKSHEET
Child Column in ONC_WORKSHEET(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | DOC_SET_REF_ID | DOC_SET_REF | DOC_SET_REF_ID |
SCR_PATTERN_ID | SCR_PATTERN | SCR_PATTERN_ID |
Parent Column in ONC_WORKSHEET (PK) | Child Table Name | Child Column Name | |
---|---|---|---|
Children: | ONC_WORKSHEET_ID | ONC_TASK_SENT_RELTN | ONC_WORKSHEET_ID |