Enabling Consultation link when patient doesn't have an open visit

clinical/app.json

"config" : {
"allowConsultationWhenNoOpenVisit": true,
"defaultVisitType": "OPD"

}

The allowConsultationWhenNoOpenVisit parameter controls whether the consultation link will be visible on the patient dashboard if the selected patient doesn't have an open visit. By default it is false. If the value is true the defaultVisitType parameter must also be set. It's value may be any of the valid visit types. The encounter will be created with this configured visit type.

 

The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)