I am making a VFE form to enter order, print handout and send a flag to scheduling. It is working great but my providers want the button to enter text in the note. ex. MRI ordered today. Patient handout printed and provided to the patient. Patient to follow-up in the office after MRI.
I can't get it to work. Any help would be great. Thanks
It would help to see what you have so far. can you post it?
MEL_ADD_ORDER("T", "MRI", "MRI CERVICAL SPINE W/O CONTRAST", "", "ICD-723.1", "Neck pain", "[ ] SPECIAL INSTRUCTIONS:
FOLLOW UP AFTER STUDY WITH:", "", "N", "", ADDDATES(str(._TODAYSDATE), "0", "0", "0")) THIS ADDS THE ORDER
{PRINTHANDOUT("Handouts\CCC\MRI Patient Handout")} PRINTS HANDOUT FOR MRI DISCLOSURE
{PRINTHANDOUT("Handouts\Diagnostic Testing\Magnetic Resonance Imaging (MRI)")} PRINTS HANDOUT FOR MRI PATIENT INFORMATION
{MEL_SEND_FLAG("Flag", "diagnostic2", "Normal", str(._todaysdate), "", "MRI CERVICAL SPINE W/O CONTRAST order entered", "orders", "")} SEND FLAG TO DIAGNOSTIC SCHEDULING DESKTOP.
I want the button to add text to the note as well. Something like order entered, handout printed.
Do you have a edit field that you can push text to?
If so, add something like this
{DOCUMENT.FIELDNAMEHERE = "MRI was ordered today with instructions to patient to followup afterwards. MRI Patient Handout was given to patient. Flag was sent to Scheduling."}
Hope this helps.
Ernie T
Thanks Ernie, that works great!!!!!! Thanks for the help!!!!!
Your welcome.