Follow Up date does not take Future date

Hi when we go to Clinical ->Select a Patient ->Consultation ->Add new Obs form ->Discharge Summary. There is a field named as Follow Up Date when we entry a date which is ahead of current date it does not accept.Actually the scenario would be it should accept the Future date ,as follow up date would be ahead of current date. Please Help Thanks in advance

Hi, you will have to change the app.json file in clinical to allow future date.

To allow future dates in the concepts of datatype “date” or “datetime” , set the allowFutureDates to true in the conceptSetUI in app.json

See this document on Bahmni wiki

1 Like