Details
-
Bug
-
Status: Closed
-
TBD
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
-
Undetermined
-
Description
TODO item on line 262 in PatientServiceImpl.java of org.openmrs.api.impl:
@Override // TODO - search for usage with non-empty list of patient identifier types @Transactional(readOnly = true) public List<Patient> getPatients(String name, String identifier, List<PatientIdentifierType> identifierTypes, boolean matchIdentifierExactly) throws APIException { if (identifierTypes == null) { identifierTypes = Collections.emptyList(); } return Context.getPatientService().getPatients(name, identifier, identifierTypes, matchIdentifierExactly, 0, null); }
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
-