Details
-
Bug
-
Status: Closed
-
TBD
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
-
Undetermined
-
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
-
-
TRUNK-6087 COPY: Go through the TODO items code and create tickets out of them
-
- Needs Assessment
-
-
TRUNK-6108 COPY: Go through the TODO items code and create tickets out of them
-
- Needs Assessment
-