Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Pedro Miguel Edra de SousaPedro Miguel Edra de SousaReporter
mksdmksdReviewer
mksdmksdComponents
Fix versions
Priority
Major
Details
Details
Assignee
Pedro Miguel Edra de Sousa
Pedro Miguel Edra de SousaReporter
mksd
mksdReviewer
mksd
mksdComponents
Fix versions
Priority
Created October 13, 2020 at 9:12 AM
Updated September 23, 2021 at 8:18 PM
Resolved September 23, 2021 at 8:18 PM
Currently, appointments module relies on a patient search API defined in bahmni commons module that is using raw SQL. This causes the data filter is not kicking in.
A new additional controller should be created. This new controller will be used specifically by the appointments and rely on openmrs service to fetch and filter patients, hence triggering the data filter. Its API can be lighter as appointments only needs to search by id or name.