Notifications
Clear all
Topic starter
{If DOCUMENT.CB_ABO_BLOOD== "ABO BLOOD TYPE" then MEL_ADD_ORDER("T", "Laboratory", "ABO BLOOD TYPE", "","", DOCUMENT.PROBLEM_LIST, "", "", "", "", "") else "" endif}
How can I add a variable in my mel_add_order?
I have a problem list selection and I was the problem selected to go into my Mel_add_order.
Thank you for your help,
Posted : January 5, 2015 11:08 am
That looks correct. That assumes DOCUMENT.PROBLEM_LIST is evaluating to the problem selected by the user. The only other thing is you might have to have an ICD code in the field before the problem description. I don't know if that is true or not but I know you have to have a description if you send the ICD code. Just don't know if it the other way around.
Posted : January 5, 2015 12:57 pm