Hello,
I am working on a PE form and the providers have been using it but I have gotten complaints that when they click on the normal button and then click on some check boxes the verbiage on the Multi Edit is replaced. I'm sure this does not make much sense so I will post the MEL I have attached to each button and check boxes.
NORMAL BUTTON:
OBSNOW("GU EXAM GEN", "normal femal external genitalia."+
DOCUMENT.GU_F_NEG +" " + DOCUMENT.PH_SWAB +" " + RAPID_TRICH + " ")
The 3 Documents ^ are the 3 List boxes. So what is happening is that if we click on the NORMAL button and then make a selection on the List boxes the NORMAL verbiage gets replaced. They would like it if that stops (haha) and I can't figure out how to do so.
Any Help Is Greatly Appreciated! 🙂
Try this instead:
OBSNOW(“GU EXAM GEN”, “"normal femal external genitalia.”+
DOCUMENT.GU_F_NEG +” ” + DOCUMENT.PH_SWAB +” ” + RAPID_TRICH + ” “")
I just added a set of quotation marks around the whole thing