Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
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 |
Modifier and Type | Method and Description |
---|---|
CareSetting |
Order.getCareSetting()
Gets the careSetting
|
Modifier and Type | Method and Description |
---|---|
void |
Order.setCareSetting(CareSetting careSetting)
Sets the careSetting
|
Modifier and Type | Method and Description |
---|---|
CareSetting |
OrderContext.getCareSetting() |
CareSetting |
OrderService.getCareSetting(java.lang.Integer careSettingId)
Retrieve care setting
|
CareSetting |
OrderService.getCareSettingByName(java.lang.String name)
Gets the CareSetting with the specified name
|
CareSetting |
OrderService.getCareSettingByUuid(java.lang.String uuid)
Gets the CareSetting with the specified uuid
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CareSetting> |
OrderService.getCareSettings(boolean includeRetired)
Gets all non retired CareSettings if includeRetired is set to true otherwise retired ones are
included too
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Order> |
OrderService.getActiveOrders(Patient patient,
OrderType orderType,
CareSetting careSetting,
java.util.Date asOfDate)
Gets all active orders for the specified patient matching the specified CareSetting,
OrderType as of the specified date.
|
java.util.List<Order> |
OrderService.getOrders(Patient patient,
CareSetting careSetting,
OrderType orderType,
boolean includeVoided)
Gets all Orders that match the specified parameters excluding discontinuation orders
|
void |
OrderContext.setCareSetting(CareSetting careSetting) |
Modifier and Type | Method and Description |
---|---|
CareSetting |
OrderDAO.getCareSetting(java.lang.Integer careSettingId)
Get care setting by type
|
CareSetting |
OrderDAO.getCareSettingByName(java.lang.String name) |
CareSetting |
OrderDAO.getCareSettingByUuid(java.lang.String uuid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CareSetting> |
OrderDAO.getCareSettings(boolean includeRetired) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Order> |
OrderDAO.getActiveOrders(Patient patient,
java.util.List<OrderType> orderTypes,
CareSetting careSetting,
java.util.Date asOfDate) |
java.util.List<Order> |
OrderDAO.getOrders(Patient patient,
CareSetting careSetting,
java.util.List<OrderType> orderTypes,
boolean includeVoided,
boolean includeDiscontinuationOrders) |
Modifier and Type | Method and Description |
---|---|
CareSetting |
HibernateOrderDAO.getCareSetting(java.lang.Integer careSettingId) |
CareSetting |
HibernateOrderDAO.getCareSettingByName(java.lang.String name) |
CareSetting |
HibernateOrderDAO.getCareSettingByUuid(java.lang.String uuid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CareSetting> |
HibernateOrderDAO.getCareSettings(boolean includeRetired) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Order> |
HibernateOrderDAO.getActiveOrders(Patient patient,
java.util.List<OrderType> orderTypes,
CareSetting careSetting,
java.util.Date asOfDate) |
java.util.List<Order> |
HibernateOrderDAO.getOrders(Patient patient,
CareSetting careSetting,
java.util.List<OrderType> orderTypes,
boolean includeVoided,
boolean includeDiscontinuationOrders) |
Modifier and Type | Method and Description |
---|---|
CareSetting |
OrderServiceImpl.getCareSetting(java.lang.Integer careSettingId) |
CareSetting |
OrderServiceImpl.getCareSettingByName(java.lang.String name) |
CareSetting |
OrderServiceImpl.getCareSettingByUuid(java.lang.String uuid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CareSetting> |
OrderServiceImpl.getCareSettings(boolean includeRetired) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Order> |
OrderServiceImpl.getActiveOrders(Patient patient,
OrderType orderType,
CareSetting careSetting,
java.util.Date asOfDate) |
java.util.List<Order> |
OrderServiceImpl.getOrders(Patient patient,
CareSetting careSetting,
OrderType orderType,
boolean includeVoided) |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.