public interface OrderDAO
This class should never be used directly. It should only be used through the
OrderService
OrderService| Modifier and Type | Method and Description |
|---|---|
void |
deleteOrder(Order order) |
void |
deleteOrderType(OrderType orderType) |
List<OrderType> |
getAllOrderTypes(boolean includeRetired) |
<Ord extends Order> |
getOrder(Integer orderId,
Class<Ord> classType) |
Order |
getOrderByUuid(String uuid)
Auto generated method comment
|
<Ord extends Order> |
getOrders(Class<Ord> orderClassType,
List<Patient> patients,
List<Concept> concepts,
OrderService.ORDER_STATUS status,
List<User> orderers,
List<Encounter> encounters,
List<OrderType> orderTypes) |
OrderType |
getOrderType(Integer orderTypeId) |
OrderType |
getOrderTypeByUuid(String uuid)
Auto generated method comment
|
Order |
saveOrder(Order order) |
OrderType |
saveOrderType(OrderType orderType) |
OrderType saveOrderType(OrderType orderType) throws DAOException
DAOExceptionOrderService.saveOrderType(OrderType)void deleteOrderType(OrderType orderType) throws DAOException
DAOExceptionOrderService.purgeOrderType(OrderType)List<OrderType> getAllOrderTypes(boolean includeRetired) throws DAOException
DAOExceptionOrderService.getAllOrderTypes(boolean)OrderType getOrderType(Integer orderTypeId) throws DAOException
DAOExceptionOrderService.getOrderType(Integer)Order saveOrder(Order order) throws DAOException
DAOExceptionOrderService.saveOrder(Order)void deleteOrder(Order order) throws DAOException
DAOExceptionOrderService.purgeOrder(Order)<Ord extends Order> Ord getOrder(Integer orderId, Class<Ord> classType) throws DAOException
<Ord extends Order> List<Ord> getOrders(Class<Ord> orderClassType, List<Patient> patients, List<Concept> concepts, OrderService.ORDER_STATUS status, List<User> orderers, List<Encounter> encounters, List<OrderType> orderTypes)
Order getOrderByUuid(String uuid)
uuid - Copyright © 2018 OpenMRS LLC.. All Rights Reserved.