Package | Description |
---|---|
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 |
---|---|
OrderSetAttributeType |
OrderSetService.getOrderSetAttributeType(Integer id)
Get order set attribute type from the database by a given internal id
|
OrderSetAttributeType |
OrderSetService.getOrderSetAttributeTypeByName(String orderSetAttributeTypeName)
Retrieves an order set attribute type object based on the name provided
|
OrderSetAttributeType |
OrderSetService.getOrderSetAttributeTypeByUuid(String uuid)
Get order set attribute type by uuid
|
OrderSetAttributeType |
OrderSetService.retireOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType,
String reason)
Retires the given order set attribute type
|
OrderSetAttributeType |
OrderSetService.saveOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType)
Creates or updates the given order set attribute type
|
OrderSetAttributeType |
OrderSetService.unretireOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType)
Restores an order set attribute type that was previous retired
|
Modifier and Type | Method and Description |
---|---|
List<OrderSetAttributeType> |
OrderSetService.getAllOrderSetAttributeTypes()
Get all order set attribute types
|
Modifier and Type | Method and Description |
---|---|
void |
OrderSetService.purgeOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType)
Completely removes an order set attribute type
|
OrderSetAttributeType |
OrderSetService.retireOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType,
String reason)
Retires the given order set attribute type
|
OrderSetAttributeType |
OrderSetService.saveOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType)
Creates or updates the given order set attribute type
|
OrderSetAttributeType |
OrderSetService.unretireOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType)
Restores an order set attribute type that was previous retired
|
Modifier and Type | Method and Description |
---|---|
OrderSetAttributeType |
OrderSetDAO.getOrderSetAttributeType(Integer id) |
OrderSetAttributeType |
OrderSetDAO.getOrderSetAttributeTypeByName(String name) |
OrderSetAttributeType |
OrderSetDAO.getOrderSetAttributeTypeByUuid(String uuid) |
OrderSetAttributeType |
OrderSetDAO.saveOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<OrderSetAttributeType> |
OrderSetDAO.getAllOrderSetAttributeTypes() |
Modifier and Type | Method and Description |
---|---|
void |
OrderSetDAO.deleteOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType) |
OrderSetAttributeType |
OrderSetDAO.saveOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType) |
Modifier and Type | Method and Description |
---|---|
OrderSetAttributeType |
HibernateOrderSetDAO.getOrderSetAttributeType(Integer id) |
OrderSetAttributeType |
HibernateOrderSetDAO.getOrderSetAttributeTypeByName(String name) |
OrderSetAttributeType |
HibernateOrderSetDAO.getOrderSetAttributeTypeByUuid(String uuid) |
OrderSetAttributeType |
HibernateOrderSetDAO.saveOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<OrderSetAttributeType> |
HibernateOrderSetDAO.getAllOrderSetAttributeTypes() |
Modifier and Type | Method and Description |
---|---|
void |
HibernateOrderSetDAO.deleteOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType) |
OrderSetAttributeType |
HibernateOrderSetDAO.saveOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType) |
Modifier and Type | Method and Description |
---|---|
OrderSetAttributeType |
OrderSetServiceImpl.getOrderSetAttributeType(Integer id) |
OrderSetAttributeType |
OrderSetServiceImpl.getOrderSetAttributeTypeByName(String name) |
OrderSetAttributeType |
OrderSetServiceImpl.getOrderSetAttributeTypeByUuid(String uuid) |
OrderSetAttributeType |
OrderSetServiceImpl.retireOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType,
String reason) |
OrderSetAttributeType |
OrderSetServiceImpl.saveOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType) |
OrderSetAttributeType |
OrderSetServiceImpl.unretireOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<OrderSetAttributeType> |
OrderSetServiceImpl.getAllOrderSetAttributeTypes() |
Modifier and Type | Method and Description |
---|---|
void |
OrderSetServiceImpl.purgeOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType) |
OrderSetAttributeType |
OrderSetServiceImpl.retireOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType,
String reason) |
OrderSetAttributeType |
OrderSetServiceImpl.saveOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType) |
OrderSetAttributeType |
OrderSetServiceImpl.unretireOrderSetAttributeType(OrderSetAttributeType orderSetAttributeType) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.