Notifications
Clear all
Topic starter
I am trying to write a button into a VFE form that would be able to calculate when the patient is 50 years old and store that date in the colonnxtdue obs term for tracking.
I am not sure how to write the combination of patient date of birth + 50 years to get the date they should return.
Has anyone written this and would you be willing to share?
thanks!!
Posted : May 27, 2015 6:31 am
adddates(str(PATIENT.DATEOFBIRTH),"50","0","0")
Posted : May 27, 2015 7:44 am