Package | Description |
---|---|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
org.openmrs.api.db |
OpenMRS database layer interfaces.
|
org.openmrs.api.db.hibernate |
Resources for Hibernate ORM.
|
org.openmrs.api.impl | |
org.openmrs.parameter |
Modifier and Type | Method and Description |
---|---|
List<MedicationDispense> |
MedicationDispenseService.getMedicationDispenseByCriteria(MedicationDispenseCriteria criteria)
Gets all MedicationDispense results that match the given criteria
|
Modifier and Type | Method and Description |
---|---|
List<MedicationDispense> |
MedicationDispenseDAO.getMedicationDispenseByCriteria(MedicationDispenseCriteria criteria)
Gets all MedicationDispense results that match the given criteria
|
Modifier and Type | Method and Description |
---|---|
List<MedicationDispense> |
HibernateMedicationDispenseDAO.getMedicationDispenseByCriteria(MedicationDispenseCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
List<MedicationDispense> |
MedicationDispenseServiceImpl.getMedicationDispenseByCriteria(MedicationDispenseCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
MedicationDispenseCriteria |
MedicationDispenseCriteriaBuilder.build() |
Copyright © 2024 OpenMRS Inc.. All rights reserved.