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<Order> |
OrderService.getOrders(OrderSearchCriteria orderSearchCriteria)
Get all orders that match a variety of (nullable) criteria contained in the parameter object.
|
Modifier and Type | Method and Description |
---|---|
List<Order> |
OrderDAO.getOrders(OrderSearchCriteria orderSearchCriteria) |
Modifier and Type | Method and Description |
---|---|
List<Order> |
HibernateOrderDAO.getOrders(OrderSearchCriteria searchCriteria) |
Modifier and Type | Method and Description |
---|---|
List<Order> |
OrderServiceImpl.getOrders(OrderSearchCriteria orderSearchCriteria) |
Modifier and Type | Method and Description |
---|---|
OrderSearchCriteria |
OrderSearchCriteriaBuilder.build()
Create an
OrderSearchCriteria with the properties of this builder instance. |
Copyright © 2024 OpenMRS Inc.. All rights reserved.