Uploaded image for project: 'OpenMRS Core'
  1. OpenMRS Core
  2. TRUNK-5312

Search for usage of getPatients in PatientServiceImpl w/ non-empty list of patient identifier types

    XMLWordPrintable

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

            Activity

              People

                Unassigned Unassigned
                sherlocktech Sean Stamm
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: