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.order |
Modifier and Type | Method and Description |
---|---|
static OrderService.ORDER_STATUS |
OrderService.ORDER_STATUS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderService.ORDER_STATUS[] |
OrderService.ORDER_STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<DrugOrder> |
OrderService.getDrugOrdersByPatient(Patient patient,
OrderService.ORDER_STATUS orderStatus)
Get drug orders for a given patient, not including voided orders
|
List<DrugOrder> |
OrderService.getDrugOrdersByPatient(Patient patient,
OrderService.ORDER_STATUS orderStatus,
boolean includeVoided)
Get drug orders for a given patient
|
<Ord extends Order> |
OrderService.getOrders(Class<Ord> orderClassType,
List<Patient> patients,
List<Concept> concepts,
OrderService.ORDER_STATUS status,
List<User> orderers,
List<Encounter> encounters,
List<OrderType> orderTypes)
This searches for orders given the parameters.
|
Modifier and Type | Method and Description |
---|---|
<Ord extends Order> |
OrderDAO.getOrders(Class<Ord> orderClassType,
List<Patient> patients,
List<Concept> concepts,
OrderService.ORDER_STATUS status,
List<User> orderers,
List<Encounter> encounters,
List<OrderType> orderTypes) |
Modifier and Type | Method and Description |
---|---|
<Ord extends Order> |
HibernateOrderDAO.getOrders(Class<Ord> orderClassType,
List<Patient> patients,
List<Concept> concepts,
OrderService.ORDER_STATUS status,
List<User> orderers,
List<Encounter> encounters,
List<OrderType> orderTypes) |
Modifier and Type | Method and Description |
---|---|
List<DrugOrder> |
OrderServiceImpl.getDrugOrdersByPatient(Patient patient,
OrderService.ORDER_STATUS orderStatus) |
List<DrugOrder> |
OrderServiceImpl.getDrugOrdersByPatient(Patient patient,
OrderService.ORDER_STATUS orderStatus,
boolean includeVoided) |
<Ord extends Order> |
OrderServiceImpl.getOrders(Class<Ord> orderClassType,
List<Patient> patients,
List<Concept> concepts,
OrderService.ORDER_STATUS status,
List<User> orderers,
List<Encounter> encounters,
List<OrderType> orderTypes) |
Modifier and Type | Method and Description |
---|---|
static void |
OrderUtil.voidDrugSet(Patient patient,
String drugSetId,
String voidReason,
OrderService.ORDER_STATUS status)
Void all DrugOrders for drugs whose concepts are in the given set, and that have the given
status.
|
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.