Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/06/08 17:17:55 (5 months ago)
Author:
mseaton
Message:

synchronization_bidirectional_branch: merge from [4734] to [5181].

Files:

Legend:

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

    r4969 r5183  
    6161         
    6262        /** 
    63      * @see org.openmrs.api.PatientService#getPatients(java.lang.String, java.lang.String, java.util.List
     63     * @see org.openmrs.api.PatientService#getPatients(java.lang.String, java.lang.String, java.util.List, boolean
    6464         */ 
    65     public List<Patient> getPatients(String name, String identifier, List<PatientIdentifierType> identifierTypes
     65    public List<Patient> getPatients(String name, String identifier, List<PatientIdentifierType> identifierTypes, boolean matchIdentifierExactly
    6666                                        throws DAOException; 
    6767