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 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
-