Details
-
Bug
-
Status: Closed
-
Should
-
Resolution: Fixed
-
None
-
None
Description
Currently the search works by concept name or synonym. EmrConceptSearchController should allow search by concept reference term code also. The underlying service API already does that when we pass the concept source to search. In EmrConceptSearchController#search(...) we are passing null as the list of sources to search from. Instead we should pass EmrApiProperties#getConceptSourcesForDiagnosisSearch()