Details
-
Bug
-
Status: Closed
-
Should
-
Resolution: Won't Fix
-
OpenMRS 2.0, OpenMRS 2.1, Reference Application 2.10.0
-
None
-
None
-
Undetermined
Description
When searching for diagnosis on the Visit Notes page, no results are found if the user is not using a locale that has concept names in that locale. It doesn't observe the Proficient Locales setting in the user profile per the comment in TRUNK-813. If a user is proficient in locales, it should return concepts for that user in their proficient locale.
Dev Notes
In the EMR API module's EmrConceptService.search() method we need to support searching across multiple locales. In DiagnosesFragmentController in the Core Apps module, we need to call that method with the user's proficient locales as well as just their current one.