Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
07/30/08 15:52:50 (4 months ago)
Author:
bwolfe
Message:

Adding boolean exactMatch option to PatientService.getPatients

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/trunk/src/api/org/openmrs/api/db/PatientDAO.java

    r4358 r5094  
    5757         
    5858        /** 
    59      * @see org.openmrs.api.PatientService#getPatients(java.lang.String, java.lang.String, java.util.List
     59     * @see org.openmrs.api.PatientService#getPatients(java.lang.String, java.lang.String, java.util.List, boolean
    6060         */ 
    61     public List<Patient> getPatients(String name, String identifier, List<PatientIdentifierType> identifierTypes
     61    public List<Patient> getPatients(String name, String identifier, List<PatientIdentifierType> identifierTypes, boolean matchIdentifierExactly
    6262                                        throws DAOException; 
    6363