public interface OrderSetDAO
This class should never be used directly. It should only be used through the
OrderSetService
OrderSetService
Modifier and Type | Method and Description |
---|---|
void |
deleteOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType) |
List<OrderSetAttributeType> |
getAllOrderSetAttributeTypes() |
OrderSetAttribute |
getOrderSetAttributeByUuid(String uuid) |
OrderSetAttributeType |
getOrderSetAttributeType(Integer id) |
OrderSetAttributeType |
getOrderSetAttributeTypeByName(String name) |
OrderSetAttributeType |
getOrderSetAttributeTypeByUuid(String uuid) |
OrderSet |
getOrderSetById(Integer orderSetId) |
OrderSet |
getOrderSetByUniqueUuid(String orderSetUuid) |
OrderSetMember |
getOrderSetMemberByUuid(String uuid) |
List<OrderSet> |
getOrderSets(boolean includeRetired) |
OrderSet |
save(OrderSet orderSet) |
OrderSetAttributeType |
saveOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType) |
OrderSet save(OrderSet orderSet) throws DAOException
DAOException
OrderSetService.saveOrderSet(OrderSet)
List<OrderSet> getOrderSets(boolean includeRetired) throws DAOException
DAOException
OrderSetService.getOrderSets(boolean)
OrderSet getOrderSetById(Integer orderSetId) throws DAOException
DAOException
OrderSetService.getOrderSet(Integer)
OrderSet getOrderSetByUniqueUuid(String orderSetUuid) throws DAOException
DAOException
OrderSetService.getOrderSetByUuid(String)
OrderSetMember getOrderSetMemberByUuid(String uuid) throws DAOException
DAOException
OrderSetService.getOrderSetMemberByUuid(String)
List<OrderSetAttributeType> getAllOrderSetAttributeTypes()
OrderSetAttributeType getOrderSetAttributeType(Integer id)
OrderSetAttributeType getOrderSetAttributeTypeByUuid(String uuid)
OrderSetAttributeType saveOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType)
void deleteOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType)
OrderSetAttribute getOrderSetAttributeByUuid(String uuid)
OrderSetAttributeType getOrderSetAttributeTypeByName(String name)
Copyright © 2024 OpenMRS Inc.. All rights reserved.