This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Admin Search
druchniewicz edited this page May 6, 2024
·
3 revisions
Admin can customize searching options for patients and caregivers.
By default, only system generated identifier and name search are supported in the implementation. To enable more search options, a few adjustments have to be done.
On managing global properties, two of them need to be found and edited:
- “person.attributeSearchMatchMode” needs to be set to “ANYWHERE”.
- “patient.listingAttributeTypes” should be set to values that are supposed to be available at patient and caregiver search, for example “Telephone Number”.
There are a few global properties that can make the search feature more customizable for every implementation:
ADMIN GUIDE
Configuration
Modules
FAQ
USER GUIDE
Modules
DEVELOPER GUIDE