Table Detail Report
TASK_RELTN
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Task to Task relations, used for diaplay order and dependencies |
Definition: | Maintains relationships of tasks that are dependent on other task |
Table Type: | ACTIVITY |
Column Detail - TASK_RELTN
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTIVE_IND | DOUBLE | Y | 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 | DOUBLE | Y | 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 | DATETIME | Y | The date and time that the active_status_cd was set. |
ACTIVE_STATUS_PRSNL_ID | DOUBLE | Y | The person who caused the active_status_cd to be set or change. |
BEG_EFFECTIVE_DT_TM | DATETIME | Y | 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. |
DISPLAY_ORDER_ID | DOUBLE | Y | This is the value of the unique primary identifier of the task activity table. It is an internal system assigned number |
END_EFFECTIVE_DT_TM | DATETIME | Y | 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. |
PREREQ_TASK_ID | DOUBLE | Y | This is the value of the unique primary identifier of the task activity table. It is an internal system assigned number. |
TASK_ID | DOUBLE | Y | This is the value of the unique primary identifier of the task activity table. It is an internal system assigned number. |
TASK_RELTN_ID | DOUBLE | N | This is the value of the unique primary identifier of the task reltn table. It is an internal system assigned number. |
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 - TASK_RELTN
Child Column in TASK_RELTN(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | PREREQ_TASK_ID | TASK_ACTIVITY | TASK_ID |
TASK_ID | TASK_ACTIVITY | TASK_ID |
TASK_SUBACTIVITY
Column Section | Relationship Section | Top of Page |
Table-level Detail
Description: | Action Requests and Task Relationships |
Definition: | This table is used to store the relationship between action requests and their associated tasks. |
Table Type: | ACTIVITY |
Column Detail - TASK_SUBACTIVITY
Column Name | Type | Null? | Definition |
---|---|---|---|
ACTION_REQUEST_CD | DOUBLE | N | CODESET 3400 This field identifies the action requested by the user. |
IB_RX_REQ_ID | DOUBLE | N | The inbound Rx Request, from the IB_RX_REQ table, that the task is linked to. |
MEDIA_IDENT | VARCHAR(255) | Y | The identifier of the attached media. |
MEDIA_NAME | VARCHAR(255) | Y | The name of the attached media at the time the notification was created. |
MEDIA_VERSION_NBR | DOUBLE | Y | The version of the attached media at the time the notification was created. |
ORDER_PROPOSAL_ID | DOUBLE | N | The order_proposal_id, from the order_proposal table, that the task is linked to. |
PATHWAY_NOTIFICATION_ID | DOUBLE | N | The identifier of a plan phase which will be populated for a plan phase accept or reject receipt. |
PORTAL_USER_UUID | VARCHAR(128) | Y | Identifier of a HealtheLife patient portal user account that is allowed access to the notification about the patient. This user may be the patient or a proxy user that is allowed access to the patient's information such as a parent, guardian, or spouse. |
PROPOSAL_ACTION_FLAG | DOUBLE | N | Illustrates the action that was taken on the order proposal. Valid flag values are: 1 - Accepted, 2 - Rejected, 3 - Withdrawn |
PROPOSAL_ACTION_REASON_CD | DOUBLE | N | The codified reason that is supplied by the user to communicate the order proposal action. |
PROPOSAL_ACTION_REASON_TXT | VARCHAR(1000) | Y | The free text reason that is supplied by the user to communicate details of the order proposal action. |
RECEIPT_TYPE_FLAG | DOUBLE | N | The indication of the type of receipt. 0 -not valued, 1 - Accepted, 2 - Rejected |
REFERRAL_ID | DOUBLE | Y | Identifier of a referral that is linked to the notification |
TASK_ID | DOUBLE | N | SEQUENCE NAME:CARENET_SEQ a unique identifier used to associate the action request to the task. |
TASK_SUBACTIVITY_ID | DOUBLE | N | SEQUENCE NAME:CARENET_SEQ a unique, generated number that is used to identify an individual subactivity task |
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 - TASK_SUBACTIVITY
Child Column in TASK_SUBACTIVITY(FK) | Parent Table Name | Parent Column Name | |
---|---|---|---|
Parents: | IB_RX_REQ_ID | IB_RX_REQ | IB_RX_REQ_ID |
ORDER_PROPOSAL_ID | ORDER_PROPOSAL | ORDER_PROPOSAL_ID | |
PATHWAY_NOTIFICATION_ID | PATHWAY_NOTIFICATION | PATHWAY_NOTIFICATION_ID | |
REFERRAL_ID | REFERRAL | REFERRAL_ID | |
TASK_ID | TASK_ACTIVITY | TASK_ID |