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
DAOException
OrderService.saveOrderType(OrderType)
void deleteOrderType(OrderType orderType) throws DAOException
DAOException
OrderService.purgeOrderType(OrderType)
List<OrderType> getAllOrderTypes(boolean includeRetired) throws DAOException
DAOException
OrderService.getAllOrderTypes(boolean)
OrderType getOrderType(Integer orderTypeId) throws DAOException
DAOException
OrderService.getOrderType(Integer)
Order saveOrder(Order order) throws DAOException
DAOException
OrderService.saveOrder(Order)
void deleteOrder(Order order) throws DAOException
DAOException
OrderService.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.