Details
-
Type:
Bug
-
Status: Closed
-
Priority:
TBD
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Complexity:Undetermined
-
Development:
Description
TODO item from line 1618 in PatientServiceImpl.java of org.openmrs.api.impl:
/** * @see PatientService#getPatients(String, String, List, boolean, Integer, Integer) */ // TODO - search for usage with non-empty list of patient identifier types - not used @Override @Transactional(readOnly = true) public List<Patient> getPatients(String name, String identifier, List<PatientIdentifierType> identifierTypes, boolean matchIdentifierExactly, Integer start, Integer length) throws APIException { return dao.getPatients(name != null ? name : identifier, start, length); }
Gliffy Diagrams
Attachments
Issue Links
- relates to
-
TRUNK-324 Go through the TODO items code and create tickets out of them
-
- Ready for Work
-