Hi,
I'm very new at this. I'm working on a prenatal visit form that will include any previous ob labs that the patient has had throughout their current pregnancy. Our providers like this quick access rather than going to the flowsheet. Ei: ABO/RH type, Quad Screen, 1 hr gtt, CBC w/ plts, 3 hr gtt which includes (fasting, 1 hr, 2 hr, & 3 hr), etc... I'm having a hard time w/ the MEL for this particular test. Below is my current MEL and it isn't pulling anything. Before I was just getting a compiler error when I would test in network training. Can someone help? Thx.
{!if obsany("GTT 2h") == "" then obsany("GTT FASTING") + "/" + obsany("GTT 1H") + "/" + obsany ("GTT 2h") + "/" + obsany("GTT 3H") + "" + "(" + lastobsdate("GTT 2H") + ")" else "" endif}
De Ann Dunne
Valley Obstetrics/Gynecology
don't think you want '==', try '<>'.
jjordet said:
don't think you want '==', try '<>'.
DDunne said:
Thank you very much. It worked. I appreciate the quick feedback.