Never mind- I found it in the main application help file.
description Sends a new flag or care alert to a given user's desktop. type data symbol function syntax MEL_SEND_FLAG (Type, To, Priority, Due date, Subject, Message, Chart_tab, Expiration date) arguments
when to evaluate When inserted returns An error if the flag cannot be sent to a selected user. An error if the flag cannot be set to a given location (chart, appointment, registration) . comment Flags can only be sent concerning the patient with an update currently open. examples {MEL_SEND_FLAG("Flag","hwinston","Urgent","08/15/2007","Flu Vax due","Patient high risk for flu, schedule to come in for Flu vaccine","summary", "")} {MEL_SEND_FLAG("Flag", "hwinston", "Normal", str(._todaysdate), "Flu Vax due", "Patient should schedule to come in for Flu vaccine", "summary", "")} where used Chart: letter and handout templates, text components, chart notes, and quick text Encounter Form Editor: MEL expressions |
Does anybody have documentation on the MEL_SEND_FLAG function? I see it in the built in function library but I cannot find any documentation in my cpo symbols help file.
Not all of the parameters seem that obvious to me:
MEL_SEND_FLAG(Type, To, Priority, Due date, Subject, Message, Chart_tab, Expiration date)
Thanks!
Allen