Notifications
Clear all
Topic starter
Hoping someone can help me write this. I need to create a visibility region in VFE that looks at the date of the positive pregnancy test obs value and if that date is less than 30 days old, trigger the visibility region.
Any suggestions
Posted : November 4, 2014 7:55 am
We use the formatting below for our vitals and MU questions - should work for you after you insert your own information:
(OBSPREV("Temperature") == ""
OR DURATIONDAYS(LAST_SIGNED_OBS_DATE("Temperature"), STR(._TODAYSDATE))>=180)
Posted : November 4, 2014 8:06 am
Topic starter
Here is what I've tried:
{(obsany("PREGTESTRSLT")=="positive") and
(LAST_SIGNED_OBS_VALUEDATE("PREGTESTRSLT")) <=31}
I will try the above as well.
Thank you
Posted : November 4, 2014 8:20 am