Table Detail Report

MSG_FYI_FILTER_DTL



Column Section Relationship Section Top of Page


Table-level Detail

Description: MSG_FYI_FILTER_DTL
Definition: Holds detailed information on a results FYI filter. These filters determine which new results will automatically display in the physician's inbox.
Table Type: REFERENCE





Column Detail - MSG_FYI_FILTER_DTL


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.
FILTER_TYPE_CD DOUBLE N Value from code set 3414 that represents the type of filter. Can be lifetime relation, encounter relation, encounter, or event.
FILTER_VALUE_CD DOUBLE N Holds the encounter or relation code value from code sets 331, 333, or 71 to be filtered. Will be zero when the filter type code is event.
FILTER_VALUE_TXT VARCHAR(100) Y Holds the event set name being filtered. Only populated when the filter type code is event.
MSG_FYI_FILTER_DTL_ID DOUBLE N Primary key
MSG_FYI_FILTER_ID DOUBLE N The filter associated with this detail
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 - MSG_FYI_FILTER_DTL


Child Column in MSG_FYI_FILTER_DTL(FK) Parent Table Name Parent Column Name
Parents: MSG_FYI_FILTER_ID MSG_FYI_FILTER MSG_FYI_FILTER_ID


MSG_LETTER_TEMPLATE



Column Section Relationship Section Top of Page


Table-level Detail

Description: MSG_LETTER_TEMPLATE
Definition: Points to the letter template assigned to a user or position.
Table Type: REFERENCE





Column Detail - MSG_LETTER_TEMPLATE


Column Name Type Null? Definition
LONG_BLOB_REF_ID DOUBLE N Row in the LONG_BLOB_REFERENCE table that holds the assigned template text.
MSG_LETTER_TEMPLATE_ID DOUBLE N Primary key
POSITION_CD DOUBLE N Position assigned to the referenced template. Will be zero if PRSNL_ID is non-zero.
PRSNL_ID DOUBLE N Personnel assigned to the referenced template. Will be zero if POSITION_CD is non-zero.
TEMPLATE_TYPE_FLAG DOUBLE N Defines the type of template being saved. 0 represents the standard default result letter template, and 1 represents the patient ad hoc letter template.
TEXT_SEQUENCE DOUBLE N The sequence the text entries should be read back if they spans multiple blob rows.
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 - MSG_LETTER_TEMPLATE


Child Column in MSG_LETTER_TEMPLATE(FK) Parent Table Name Parent Column Name
Parents: LONG_BLOB_REF_ID LONG_BLOB_REFERENCE LONG_BLOB_ID
PRSNL_ID PRSNL PERSON_ID


TASK_ACTIVITY_ASSIGN_MSG_H



Column Section Relationship Section Top of Page


Table-level Detail

Description: Task Activity Assignment Message History
Definition: Storese every add and update of messages on the task activity assignment table.
Table Type: ACTIVITY





Column Detail - TASK_ACTIVITY_ASSIGN_MSG_H


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.
ASSIGN_EMAIL_INFO_ID DOUBLE N The id of the email_info row containing information about the email recipient.
ASSIGN_PERSON_ID DOUBLE N The recipient of the message if the task is assigned to an Iqhealth consumer.
ASSIGN_PRSNL_GROUP_ID DOUBLE N The prsnl_group_id, from the prsnl_group table, that identifies which group the message is assigned.
ASSIGN_PRSNL_ID DOUBLE N The ID of the person to whom the task is assigned.
BEG_EFF_DT_TM DATETIME Y The beginning date/time that the assignment is effective.
CONTRIBUTOR_SYSTEM_CD DOUBLE N Contributor system identifies the source feed of data from which a row was populated. This is mainly used to determine how to update a set of data that may have originated from more than one source feed.
COPY_TYPE_FLAG DOUBLE Y A flag to determine how a user was copied on a message. Zero indicates they were in the "To:" field. One indicates they were in the "CC:" field.0
END_EFF_DT_TM DATETIME Y The ending date/time that the assignment is/was effective.
EVENT_PRSNL_ID DOUBLE N Uniquely identifies a logical event prsnl row. There may be more than one row with the same event_prsnl_id, but only one of those rows will be current as indicated by the valid_until_dt_tm field.
INSERT_DT_TM DATETIME N The date and time the row was originally inserted.
INTENDED_RECIPIENT_GROUP_ID DOUBLE N The identifier of a group of intended recipient(s). This field will be non-zero for a task that was routed to a pool instead of the intended recipient(s) due to pool rule(s) existing for the intended recipient(s). The intended recipients of the task are stored on task_intended_recipient.
MSG_TEXT_ID DOUBLE N Text of message
PROXY_PRSNL_ID DOUBLE N The ID of the person to whom has proxy to the task. SEQUENCE NAME: PERSON_ONLY_SEQ
REMIND_DT_TM DATETIME Y The date and time for which Reminders will display in the Inbox.
REPLY_ALLOWED_IND DOUBLE N Indicates whether the task assignment may be replied to by the recipient to which it was assigned (0-reply not allowed, 1-reply allowed). This only applies to tasks with a task type of PHONE MSG.
SCHEDULED_DT_TM DATETIME Y The date and time for which tasks will become overdue in the Inbox.
TASK_ACTIVITY_ASSIGN_ID DOUBLE N A unique identifier for the assignment record,
TASK_ACTIVITY_ASSIGN_MSG_H_ID DOUBLE N Unique generated number that identifies a single row on the TASK_ACTIVITY_ASSIGN_MSG_H table.
TASK_ID DOUBLE N A unique identifier for the task that was assigned.
TASK_STATUS_CD DOUBLE N This field identifies the status of the 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_ACTIVITY_ASSIGN_MSG_H


Child Column in TASK_ACTIVITY_ASSIGN_MSG_H(FK) Parent Table Name Parent Column Name
Parents: ASSIGN_EMAIL_INFO_ID EMAIL_INFO EMAIL_INFO_ID
ASSIGN_PERSON_ID PERSON PERSON_ID
ASSIGN_PRSNL_ID PRSNL PERSON_ID
ASSIGN_PRSNL_GROUP_ID PRSNL_GROUP PRSNL_GROUP_ID


TASK_INTENDED_RECIPIENT



Column Section Relationship Section Top of Page


Table-level Detail

Description: Task Intended Recipient
Definition: Table stores the intended recipient(s) of a task when the task is routed (due to rule) to a different recipient.
Table Type: ACTIVITY





Column Detail - TASK_INTENDED_RECIPIENT


Column Name Type Null? Definition
INTENDED_RECIPIENT_GROUP_ID DOUBLE N The identifier of a group of intended recipient(s). This field will be non-zero for every row except the zero row. Each value indicates that the task that was routed to a pool instead of the intended recipient(s) due to pool rule(s) existing for the intended recipient(s). The routed pool recipient of the task is stored on task_activity_assignment row.
PRSNL_ID DOUBLE N Identifier of the personnel, from the prsnl table, that is the intended recipient of a task that was routed instead to a pool.
TASK_INTENDED_RECIPIENT_ID DOUBLE N Unique generated number that identifies a single row on the task_intended_recipient table.
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_INTENDED_RECIPIENT


Child Column in TASK_INTENDED_RECIPIENT(FK) Parent Table Name Parent Column Name
Parents: PRSNL_ID PRSNL PERSON_ID
INTENDED_RECIPIENT_GROUP_ID TASK_ACTIVITY_ASSIGNMENT TASK_ACTIVITY_ASSIGN_ID


TASK_PUBLISH_QUEUE



Column Section Relationship Section Top of Page


Table-level Detail

Description: Task Publish Queue
Definition: Stores information about failed attempts for publishing message notifications to IQHealth.
Table Type: ACTIVITY





Column Detail - TASK_PUBLISH_QUEUE


Column Name Type Null? Definition
CREATE_DT_TM DATETIME N The time at which the message was created.
REMIND_DT_TM DATETIME Y The time at which a reminder becomes available.
TASK_ACTIVITY_ASSIGN_ID DOUBLE N The task_activity_assignment row that this queue item pertains to.
TASK_PUBLISH_QUEUE_ID DOUBLE N Unique, generated number that identifies a single row on the TASK_PUBLISH_QUEUE table.
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_PUBLISH_QUEUE


Child Column in TASK_PUBLISH_QUEUE(FK) Parent Table Name Parent Column Name
Parents: TASK_ACTIVITY_ASSIGN_ID TASK_ACTIVITY_ASSIGNMENT TASK_ACTIVITY_ASSIGN_ID