Package | Description |
---|---|
org.openmrs.api.db.hibernate |
Resources for Hibernate ORM.
|
Modifier and Type | Method and Description |
---|---|
QueryResult |
PatientSearchCriteria.prepareCriteria(javax.persistence.criteria.CriteriaBuilder cb,
javax.persistence.criteria.Join<Encounter,Patient> patientJoin,
String name,
String identifier,
List<PatientIdentifierType> identifierTypes,
boolean matchIdentifierExactly,
boolean orderByNames,
boolean searchOnNamesOrIdentifiers)
Deprecated.
Prepare a
QueryResult for searching patients by name and/or identifier. |
Copyright © 2024 OpenMRS Inc.. All rights reserved.