forked from Raxa/raxacore
-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Refactor PatientDaoImpl#getSimilarPatientsUsingLuceneSearch(...) - Sending only relevant parameters - Extracted methods for cleaner code - Improvement: Instead of hitting database for Patients lookup, we construct a Patient out of a Person - Added unit test to check limit parameter - BahmniPatientServiceImpl#searchSimilarPatients(...) - Changes in calling to PatientDao - Added unit testt
- Loading branch information
Eyal Golan
committed
May 17, 2018
1 parent
fc8d8f5
commit 6d1d72a
Showing
5 changed files
with
64 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters