Notifications
Clear all
Topic starter
Hello,
I am trying to program a button for BMI calculation between the normal range
essentially this.
if DOCUMENT.BODY_MASS_IN >= "18.5" and <= "25.0"
then MEL_ADD_ORDER("S", "Office Services", "BMI - documented within normal parameters and no follow-up plan is required", "", "", "", "", "", "", "", "")
endif
I am just not quite sure how I am supposed to write it. Anyone have anything for this or similar?
Posted : February 23, 2015 9:30 am
Topic starter
nevermind, I figured it out.
else if DOCUMENT.BODY_MASS_IN >= "18.5" and DOCUMENT.BOY_MASS_IN <= "25.0"
Posted : February 23, 2015 10:23 am