Notifications
Clear all
Topic starter
Good Morning
I am using the following in a handout:
Your allergies on file:
{alls = ""
allList = all_active()
x = obsprev("nka")
if allList == "" and x == "T" then
alls = "This patient has no known allergies or adverse reactions\r\n"
else
alls = all_active()
endif
alls}
What I want it to do is show what the reaction is, and to be single spaced. My limited knowledge of MEL needs some guidance, thanks.
Laurie
Posted : February 9, 2014 11:15 pm
Topic starter
Well I figured it out, the handout template has coded characters in it causing the double spacing. Once I put it in Notepad I was able to fix it. Just a FYI for anyone looking for it.
Posted : February 17, 2014 5:40 am