-
Notifications
You must be signed in to change notification settings - Fork 0
Admin Search
Piotr Wargulak edited this page Sep 10, 2024
·
1 revision
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