We are experimenting with using VFE forms to order MRI, CT scans, etc. We created an MRI order form, but are having problems getting the form to send a flag to anybody. We used a run-process button with MEL_SEND_FLAG, but no flag is being generated. We would ideally like the flag sent to a generic surgery-test scheduling desktop. Can anyone help?
We use a button on a form to do this, with this run process statement:
{MEL_SEND_FLAG("Flag", find("USERSEARCH","LoginName","RealName",DOCUMENT.PROVIDER),
"Urgent", str(._todaysdate), "Transition Care Patient", "Please review attached transition of care phone note.", "summary", "")}
The person who built the form is out of the office, so I can't really offer more than that, but hope it helps!
Forgot to add that you would need to figure out what to replace DOCUMENT.PROVIDER with to get it to route to the desktop you want. I am not sure what data symbol that would be, but you can get the data dictionary off the GE service portal or possible the the help menu.
Or maybe you already know all this!