AlertOrderInformation
This table contains order or order template related information for all alerts. Link to to get patient, vendor, and alert type information for specific alert. Link to to get alert history information. Link to specific alert table to get specific alert information for a given alert type.
| Column Name | Type | Description |
|---|---|---|
| ContactDateTimeUniqueDecimal | FLOAT | A unique contact date in decimal format. The integer portion of the number indicates the date of contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc. |
| AlertOrderingMode | INTEGER | This column stores the ordering mode. |
| WasOnMedicationAdministrationRecordHold | VARCHAR | Indicates whether an order was on Medication Administration Record (MAR) hold when this warning was displayed. |
| AlertOrderSignatureLineNumber | NUMERIC | This column stores metadata which can be used to determine if an alert was seen when signing orders. If a value exists, the alert is linked to an order and was triggered by a user signing an order. |
| OrderContactDateReal | FLOAT | The contact date in internal, decimal format for the order. |
| AlertInteractionIdentifier | NUMERIC | The unique alert ID for each alert. You could link it to ALERT.ALT_ID to get patient and vendor information in table ALERT. |
| AlertContactSerialNumber | NUMERIC | A unique serial number for this contact. This number is unique across all alerts in the system. |
| OrderTemplateIdentifier | NUMERIC | The unique order template ID for existing order templates in OTP master file. It could be empty if order not order template was involved in the alert. |
| OrderLineNumber | INTEGER | The line number for involved order or order template. |
| IsPrimaryReasonForAlertIndicator | VARCHAR | For medication alert, the alert appears because new medication orders are entered, or some actions are taken for existing medication, or order templates are signed or released, etc. During such scenario, if the alert appears because of actions on some selected medication order or order template, the selected medication order or order template is the reason, and the value in this column is "Y". Otherwise, it is "N". Default is "N". |
| OrderFromReconciledDataSourceIndicator | VARCHAR | This column indicates whether or not an order comes from reconciled data. If the order does come from outside data, it will contain the value Yes. If the order does not come from outside data, it will contain the value No. Additionally, this column will be blank for any warnings that fired before the system was keeping track of this. |
| SignedAndHeldOrderStatus | INTEGER | This column stores the order status if the order is Signed and Held. |
| MedicationAlertActionCategory | INTEGER | The category value for action done for corresponding order or order template. Link it to ZC_MED_ALERTS_ACTN.MED_ALERTS_ACTC_C to get name, title, abbreviation. Empty or NULL means that is no action for corresponding order. |
| OrderTemplateContactDateReal | FLOAT | The contact date in internal, decimal format for the order template. |
| AlertMedicationIdentifier | NUMERIC | The unique medication ID in the order or order template. Link it to the MEDICATION_ID columns in the RX_MED_ONE or RX_MED_TWO tables or in the RX_MED view to get the medication detail information. |
| OrderDosageComponent | VARCHAR | The dosage part of a multiline order that fired the warning. Used for dose checking. |
| AlertTriggeringOrderIdentifier | NUMERIC | The unique order ID for the order that triggered this alert, if it exists. This could be null if one of the following is true: 1. The alert was triggered and the new medication was removed in Order Entry before an order was created. 2. The alert was triggered when signing an order template. OTP_ID contains the unique order template ID. If the alert is for a medication, link this column to ORDER_MED.ORDER_MED_ID to get the medication order information. If the alert is for a procedure, link this column to the ORDER_PROC table to get the procedure order information. |
| DeploymentOwnerIdentifier | VARCHAR | ID of the deployment owner for this contact. |