Details
-
Enhancement
-
Status: Closed
-
Could
-
Resolution: Fixed
-
None
-
None
-
Low
Description
In this method we do filter -> collect -> get. Instead this should do filter -> findFirst -> get. (This would be potentially a bit more efficient.)
https://github.com/openmrs/openmrs-core/blob/2.1.3/api/src/main/java/org/openmrs/Cohort.java#L215