Notifications
Clear all
Topic starter
/*2596 and 2597 (for patch and ring)*/
{if obsnow("INSTRUCTIONS")==""
then
if LISTSUBSET(MEDS_PRIOR("delimited"),"string","2599", "begins", "any") == ""
then ""
else
obsnow("Instructions","Side effects of birth control pills to watch for:
Abdominal pain (severe)
Chest pain (severe), cough, shortness of breath
Headaches (severe), dizziness, weakness, or numbness
Eye problems- blurred vision or vision loss, speech problems
Severe leg pain- calf or thigh
Call us for evaluation immediately if you experience these.")
endif
endif
}
Posted : February 16, 2018 4:01 am
Check out the quote after 2599... I think this is your problem. Swap it out with a new "
if LISTSUBSET(MEDS_PRIOR(“delimited”),“string”,“2599″, “begins
-James
Posted : February 16, 2018 4:10 am