Hello,
Working on a quick text to add test orders. If there is nothing in the test order details box, then the order adds fine however if we are trying to add an order that already has order details set up and extra info required, then our coding doesn't work-- it is like it won't overwrite the order details area with our quick text. Curious if it is just not fulfilling the "requirement" part or if it is because something is already in the details box.
{MEL_ADD_ORDER("T","Lumbar Puncture","LP With Fluoroscopy", "", "", "", "Tube 2", "", "N", "", "")}
Has anyone tried to add an order with quick text that is an order in the system with order details required?
Thanks in advance!
Doesn't work for me either. It won't pull in the additional information or make it required. If you have CCC, you can use the Multifactorial function and I believe it will work.
I tried the following with ours:
{MEL_ADD_ORDER("T","All Labs","Ceruloplasmin","","","","Tube 2","","","","")}
and it took. I also tried with the priority and it also took:
{MEL_ADD_ORDER("T","All Labs","Ceruloplasmin","", "", "", "Tube 2", "", "N", "", "")}
It maybe just the CHUG website but I notice your quotations are different than mine.
EDIT: try copying this directly into your quicktext:
{MEL_ADD_ORDER("T","Lumbar Puncture","LP With Fluoroscopy","", "", "", "Tube 2", "", "N", "", "")}
When I copy your above text and swap out the category and description with ours I get the following error:
{MEL_ADD_ORDER(“T”,”All Labs”,”Ceruloplasmin”, “”, “”, “”, “Tube 2?, “”, “N”, “”, “”) <-COMPILER ERROR NEARBY: Expect EXPRESSION. Instead had NON-TERMINATED STRING after LEFT PAREN
If I'm correct in reading the original message, the order adds fine using a quick text as long as the order isn't set up with additional comments and/or "additional information required". If it is, the order still works but the "Order details" and require additional information does not carry over. I may be wrong about her question but that definitely is an item that doesn't work.