I have created many quick texted added "Test" to "Orders" I am attempting to build a quick text to add a "Service" but it is not working. Is this possible. This is what I have created. Thank you in advance for the info. {MEL_ADD_ORDER("S","HF Miscellaneous","GLOBAL FEE URGENT CARE CENTERS)","","","")''}
Wondering about your () and other punctuation... maybe the following?
{MEL_ADD_ORDER(“S”,”HF Miscellaneous”,”GLOBAL FEE URGENT CARE CENTERS”,””,””,””)}
I have used the following in a form, so adding a service is fine. Note, my form sets several local document variables.
{
MEL_ADD_ORDER("S", "Return to Clinic", "RTC in 2 weeks", "", "", "", DOCUMENT.RTCLENGTH+" "+DOCUMENT.RTCWHOM+" Interpreter: "+DOCUMENT.RTCINTERP+" "+DOCUMENT.RTCBP, "", "", "", "")
}
Perfect thank you