Table Detail Report

RAD_WRKLST_DEF



Column Section Relationship Section Top of Page


Table-level Detail

Description: Radiology Worklist Definition
Definition: This table models a radiologist's reading worklist.
Table Type: REFERENCE





Column Detail - RAD_WRKLST_DEF


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.
ACTIVE_STATUS_CD DOUBLE 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 DATETIME Y The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID DOUBLE N The person who caused the active_status_cd to be set or change.
LOGICAL_DOMAIN_ID DOUBLE N The unique identifier for a logical domain. This identifier allows the data to be grouped by logical domain. For example, If you assign clients a logical_domain_id this would allow you to store data for multiple clients on this table.
PRSNL_ID DOUBLE N a foreign key from the prsnl table. it is the id of the person that owns the definition.
RAD_WRKLST_DEF_ID DOUBLE N Unique generated numbere that identifies a single row on the RAD_WRKLST_DEF table.
SHARED_IND DOUBLE N Used to identify a worklist as public or private.
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.
WRKLST_NAME VARCHAR(50) N The name of the defined worklist.
WRKLST_TYPE_CD DOUBLE N The mode of the defined worklist.



Relationship Detail - RAD_WRKLST_DEF


Child Column in RAD_WRKLST_DEF(FK) Parent Table Name Parent Column Name
Parents: LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID
PRSNL_ID PRSNL PERSON_ID




Parent Column in RAD_WRKLST_DEF (PK) Child Table Name Child Column Name
Children: RAD_WRKLST_DEF_ID RAD_WRKLST_CRIT RAD_WRKLST_DEF_ID
RAD_WRKLST_PRSNL_PREF RAD_WRKLST_DEF_ID


RAD_WRKLST_PRSNL_PREF



Column Section Relationship Section Top of Page


Table-level Detail

Description: Radiology Worklist Personnel Preference
Definition: This table models preferences for a radiologist reading worklist.
Table Type: REFERENCE





Column Detail - RAD_WRKLST_PRSNL_PREF


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.
ACTIVE_STATUS_CD DOUBLE 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 DATETIME Y The date and time that the active_status_cd was set.
ACTIVE_STATUS_PRSNL_ID DOUBLE N The person who caused the active_status_cd to be set or change.
FAV_DISPLAY_SEQ DOUBLE N Defines the order in which a favorited worklist is displayed to the user.
FAV_IND DOUBLE N Indicates the personnel has chosen this worklist as a favorite.
MONITORED_IND DOUBLE N Indicattes if the personnel wants to be notified if there are changes to the worklist.
PRSNL_ID DOUBLE N A foreign key from the prsnl table. It is the id of the person that owns the preference.
RAD_WRKLST_DEF_ID DOUBLE N Identifies the worklist the personnel has as a preference.
RAD_WRKLST_PRSNL_PREF_ID DOUBLE N Unique generated number that identifies a single row on the RAD_WRKLST_PRSNL_PREF table.
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 - RAD_WRKLST_PRSNL_PREF


Child Column in RAD_WRKLST_PRSNL_PREF(FK) Parent Table Name Parent Column Name
Parents: PRSNL_ID PRSNL PERSON_ID
RAD_WRKLST_DEF_ID RAD_WRKLST_DEF RAD_WRKLST_DEF_ID