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