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 |
---|---|
OrderType |
Order.getOrderType() |
Modifier and Type | Method and Description |
---|---|
void |
Order.setOrderType(OrderType orderType) |
Modifier and Type | Method and Description |
---|---|
OrderType |
OrderService.getOrderType(java.lang.Integer orderTypeId)
Deprecated.
Get orderType by internal identifier
|
OrderType |
OrderService.getOrderTypeByUuid(java.lang.String uuid)
Deprecated.
Get OrderType by its UUID
|
OrderType |
OrderService.retireOrderType(OrderType orderType,
java.lang.String reason)
Deprecated.
This method essentially takes the given
orderType out of active use in OpenMRS. |
OrderType |
OrderService.saveOrderType(OrderType orderType)
Deprecated.
Save or update the given
orderType in the database |
OrderType |
OrderService.unretireOrderType(OrderType orderType)
Deprecated.
This will bring back a previously decommissioned OrderType
|
Modifier and Type | Method and Description |
---|---|
java.util.List<OrderType> |
OrderService.getAllOrderTypes()
Deprecated.
Get all order types, including retired ones
|
java.util.List<OrderType> |
OrderService.getAllOrderTypes(boolean includeRetired)
Deprecated.
Get all order types, only showing ones not marked as retired if includeRetired is true
|
java.util.List<OrderType> |
OrderService.getOrderTypes()
Deprecated.
use #getAllOrderTypes()
|
Modifier and Type | Method and Description |
---|---|
void |
OrderService.createOrderType(OrderType orderType)
Deprecated.
use #saveOrderType(OrderType)
|
void |
OrderService.deleteOrderType(OrderType orderType)
Deprecated.
use #purgeOrderType(OrderType)
|
void |
OrderService.purgeOrderType(OrderType orderType)
Deprecated.
Completely delete the order type from the system.
|
OrderType |
OrderService.retireOrderType(OrderType orderType,
java.lang.String reason)
Deprecated.
This method essentially takes the given
orderType out of active use in OpenMRS. |
OrderType |
OrderService.saveOrderType(OrderType orderType)
Deprecated.
Save or update the given
orderType in the database |
OrderType |
OrderService.unretireOrderType(OrderType orderType)
Deprecated.
This will bring back a previously decommissioned OrderType
|
void |
OrderService.updateOrderType(OrderType orderType)
Deprecated.
use #saveOrderType(OrderType)
|
Modifier and Type | Method and Description |
---|---|
<Ord extends Order> |
OrderService.getOrders(java.lang.Class<Ord> orderClassType,
java.util.List<Patient> patients,
java.util.List<Concept> concepts,
OrderService.ORDER_STATUS status,
java.util.List<User> orderers,
java.util.List<Encounter> encounters,
java.util.List<OrderType> orderTypes)
Deprecated.
This searches for orders given the parameters.
|
Modifier and Type | Method and Description |
---|---|
OrderType |
OrderDAO.getOrderType(java.lang.Integer orderTypeId) |
OrderType |
OrderDAO.getOrderTypeByUuid(java.lang.String uuid)
Auto generated method comment
|
OrderType |
OrderDAO.saveOrderType(OrderType orderType) |
Modifier and Type | Method and Description |
---|---|
java.util.List<OrderType> |
OrderDAO.getAllOrderTypes(boolean includeRetired) |
Modifier and Type | Method and Description |
---|---|
void |
OrderDAO.deleteOrderType(OrderType orderType) |
OrderType |
OrderDAO.saveOrderType(OrderType orderType) |
Modifier and Type | Method and Description |
---|---|
<Ord extends Order> |
OrderDAO.getOrders(java.lang.Class<Ord> orderClassType,
java.util.List<Patient> patients,
java.util.List<Concept> concepts,
OrderService.ORDER_STATUS status,
java.util.List<User> orderers,
java.util.List<Encounter> encounters,
java.util.List<OrderType> orderTypes) |
Modifier and Type | Method and Description |
---|---|
OrderType |
HibernateOrderDAO.getOrderType(java.lang.Integer orderTypeId) |
OrderType |
HibernateOrderDAO.getOrderTypeByUuid(java.lang.String uuid) |
OrderType |
HibernateOrderDAO.saveOrderType(OrderType orderType) |
Modifier and Type | Method and Description |
---|---|
java.util.List<OrderType> |
HibernateOrderDAO.getAllOrderTypes(boolean includeRetired) |
Modifier and Type | Method and Description |
---|---|
void |
HibernateOrderDAO.deleteOrderType(OrderType orderType) |
OrderType |
HibernateOrderDAO.saveOrderType(OrderType orderType) |
Modifier and Type | Method and Description |
---|---|
<Ord extends Order> |
HibernateOrderDAO.getOrders(java.lang.Class<Ord> orderClassType,
java.util.List<Patient> patients,
java.util.List<Concept> concepts,
OrderService.ORDER_STATUS status,
java.util.List<User> orderers,
java.util.List<Encounter> encounters,
java.util.List<OrderType> orderTypes) |
Modifier and Type | Method and Description |
---|---|
OrderType |
OrderServiceImpl.getOrderType(java.lang.Integer orderTypeId) |
OrderType |
OrderServiceImpl.getOrderTypeByUuid(java.lang.String uuid) |
OrderType |
OrderServiceImpl.retireOrderType(OrderType orderType,
java.lang.String reason) |
OrderType |
OrderServiceImpl.saveOrderType(OrderType orderType) |
OrderType |
OrderServiceImpl.unretireOrderType(OrderType orderType) |
Modifier and Type | Method and Description |
---|---|
java.util.List<OrderType> |
OrderServiceImpl.getAllOrderTypes() |
java.util.List<OrderType> |
OrderServiceImpl.getAllOrderTypes(boolean includeRetired) |
java.util.List<OrderType> |
OrderServiceImpl.getOrderTypes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
OrderServiceImpl.createOrderType(OrderType orderType)
Deprecated.
|
void |
OrderServiceImpl.deleteOrderType(OrderType orderType)
Deprecated.
|
void |
OrderServiceImpl.purgeOrderType(OrderType orderType) |
OrderType |
OrderServiceImpl.retireOrderType(OrderType orderType,
java.lang.String reason) |
OrderType |
OrderServiceImpl.saveOrderType(OrderType orderType) |
OrderType |
OrderServiceImpl.unretireOrderType(OrderType orderType) |
void |
OrderServiceImpl.updateOrderType(OrderType orderType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<Ord extends Order> |
OrderServiceImpl.getOrders(java.lang.Class<Ord> orderClassType,
java.util.List<Patient> patients,
java.util.List<Concept> concepts,
OrderService.ORDER_STATUS status,
java.util.List<User> orderers,
java.util.List<Encounter> encounters,
java.util.List<OrderType> orderTypes) |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.