Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openmrs/openmrs-core
base: c057f4e12e93
Choose a base ref
...
head repository: openmrs/openmrs-core
compare: 4eb52bb36a5f
Choose a head ref
  • 2 commits
  • 18 files changed
  • 2 contributors

Commits on Jan 17, 2014

  1. Added automated tests for org.openmrs.api.db.hibernate.HibernatePatie…

    …ntDAO and org.openmrs.api.db.hibernate.PatientSearchCriteria
    
    Refactored org.openmrs.api.db.hibernate.PatientSearchCriteria
    Added and implemented org.openmrs.api.db.PatientDAO#getPatients(String,Integer,Integer)
    Added and implemented org.openmrs.api.db.PatientDAO#getCountOfPatients(String)
    Marked org.openmrs.api.db.PatientDAO#getPatients(String,String,List,boolean,Integer,Integer) as deprecated
    Marked org.openmrs.api.db.PatientDAO#getCountOfPatients(String,String,List,boolean,boolean) as deprecated
    Moved tests from org.openmrs.api.db.hibernate.HibernatePatientDAOTest to org.openmrs.api.db.PatientDAOTest
    WolfSchlegel committed Jan 17, 2014
    Copy the full SHA
    b7d00c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2014

  1. Merge pull request #498 from WolfSchlegel/TRUNK-2472-B

    added automated tests for patient search
    dkayiwa committed Jan 20, 2014
    Copy the full SHA
    4eb52bb View commit details
    Browse the repository at this point in the history