PASSIVE_ALERT



Column Section Relationship Section Top of Page


Table-level Detail

Description: PASSIVE ALERT
Definition: Each row on the table represents a passive alert to be displayed in patient chart.
Table Type: ACTIVITY





Column Detail - PASSIVE_ALERT


Column Name Type Null? Definition
ACTION_PARAM_TXT VARCHAR(255) N Action parameter for the alert based on the action. For LAUNCHFORM action, set the dcp_forms_id to launch the PowerForm. For NAVIGATE action, set the component name to navigate to . For LAUNCHURL action, set the url to open the browser.
ACTION_TYPE_TXT VARCHAR(30) N Action type for the alert such as launching PowerForms - LAUNCHFORM, smart navigating to table of content within PowerChart - SMARTNAV, launching browser - LAUNCH. This is intended for simple next step with limited information.
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.
ALERT_REMOVAL_SOURCE VARCHAR(30) Y Provides the name of the EKS module that was used to inactivate the alert.
ALERT_SOURCE VARCHAR(30) Y Provides the name of the EKS module that was used to add the alert to the table.
ALERT_TXT VARCHAR(255) N Alert Message
ALLOW_DISMISS_IND DOUBLE N Indicator to signify dismiss action allowed on the passive alert
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.
CATEGORY_CD DOUBLE N The Alert Category
ENCNTR_ID DOUBLE N This is the value of the unique primary identifier of the encounter table. It is an internal system assigned number.
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.
PASSIVE_ALERT_ID DOUBLE N PRIMARY KEY. Value of the unique primary identifier of the table. It is an internal system assigned number.
PERSON_ID DOUBLE N This is the value of the unique primary identifier of the person table. It is an internal system assigned number.
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 - PASSIVE_ALERT


Child Column in PASSIVE_ALERT(FK) Parent Table Name Parent Column Name
Parents: CATEGORY_CD CODE_VALUE CODE_VALUE
ENCNTR_ID ENCOUNTER ENCNTR_ID
PERSON_ID PERSON PERSON_ID




Parent Column in PASSIVE_ALERT (PK) Child Table Name Child Column Name
Children: PASSIVE_ALERT_ID PASSIVE_ALERT_ACTION PASSIVE_ALERT_ID
PASSIVE_ALERT_POSITION PASSIVE_ALERT_ID


PASSIVE_ALERT_ACTION



Column Section Relationship Section Top of Page


Table-level Detail

Description: PASSIVE ALERT ACTION
Definition: Each row on the table represents actions taken on the rows of the passive alert table.
Table Type: ACTIVITY





Column Detail - PASSIVE_ALERT_ACTION


Column Name Type Null? Definition
ACTION_TYPE_TXT VARCHAR(30) N Action type for the alert such as dismissing, etc
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.
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.
PASSIVE_ALERT_ACTION_ID DOUBLE N PRIMARY KEY
PASSIVE_ALERT_ID DOUBLE N Value of the unique primary identifier of a row in the PASSIVE_ALERT table.
PRSNL_ID DOUBLE N Value of the unique primary identifier of the PERSON / PRSNL 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 - PASSIVE_ALERT_ACTION


Child Column in PASSIVE_ALERT_ACTION(FK) Parent Table Name Parent Column Name
Parents: PASSIVE_ALERT_ID PASSIVE_ALERT PASSIVE_ALERT_ID
PRSNL_ID PRSNL PERSON_ID


PASSIVE_ALERT_POSITION



Column Section Relationship Section Top of Page


Table-level Detail

Description: PASSIVE ALERT POSITION
Definition: Identify position codes relarted to a Passive Alert
Table Type: ACTIVITY





Column Detail - PASSIVE_ALERT_POSITION


Column Name Type Null? Definition
PASSIVE_ALERT_ID DOUBLE N Value of the unique primary identifier of the PASSIVE_ALERT table. It is an internal system assigned number.
PASSIVE_ALERT_POSITION_ID DOUBLE N PRIMARY KEY
POSITION_CD DOUBLE N POSITION CODE From The Position Code Set
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 - PASSIVE_ALERT_POSITION


Child Column in PASSIVE_ALERT_POSITION(FK) Parent Table Name Parent Column Name
Parents: POSITION_CD CODE_VALUE CODE_VALUE
PASSIVE_ALERT_ID PASSIVE_ALERT PASSIVE_ALERT_ID