Notifications
Clear all
Topic starter
I can't get this to work. But what I would essentially like to do is flag a patient who is 55 or older as needing Fall Prevention Information. Obsterm "Fall Educat"
IF (PATIENT.FORMATTEDAGE) >= "55" then they need a Fall Prevention Handout and document.
What would I put in the visibility region?
Any Help would be appreciated.
Posted : March 28, 2014 6:53 am
{patient.formattedage}>55 is all that needs to go in the visibility region.
Posted : March 29, 2014 4:09 am
patient_age() > 55
Posted : March 30, 2014 10:16 pm
yes, sorry, typo with the curly brackets...should just be ( and )
Posted : March 30, 2014 11:00 pm
Topic starter
Works great, thank you for your help.
Posted : March 31, 2014 1:24 am