Details
Description
Location based access control module only prepared to deal with getPatients() and getPatient() methods from PatientService.
But there is another method called getPatientByUuid() which direct access to the DAO. So it should be restricted by the location property to ensure the functionality of the module.
Dev Notes
Need to add an AOP Advise for getPatientByUuid() method here : https://github.com/openmrs/openmrs-module-locationbasedaccess/blob/master/api/src/main/java/org/openmrs/module/locationbasedaccess/PatientSearchAdviser.java