HL7 - How to create a pop-up dialog window based on a HL7 message
PasasgePoint's HL7 integration has the ability to do a pop-up window based on a condition
1) Decide on the condition.
In this example, a flag of "Y" will be sent in PV-2-3 when a pop-up is needed
2) Add an "Action" rule in "HL7 integration"
Path to field
/.PV2-3
Regular expression
.*
Action
Pop-up
Label (label is what you want display in the pop-up)
***NOTE*** Any text is ok. something like "Do NOT ANNOUNCE" will display exactly that with no formatting
You can also format it with HTML like below
<html> <body> <p style="color:red;font-size:60px;font-family:cursive;"><i><b>Wear mask before you enter the unit</i></b></p> </body> </html>
with formatting, you'll see