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 |
---|---|
OrderGroup |
OrderGroupAttribute.getOrderGroup() |
OrderGroup |
Order.getOrderGroup() |
OrderGroup |
OrderGroup.getParentOrderGroup()
Gets the parent order group to maintain linkages between groups and support group nesting
|
OrderGroup |
OrderGroup.getPreviousOrderGroup()
Gets the previous order group to other order groups, to maintain linkages
between groups and support group nesting
|
Modifier and Type | Method and Description |
---|---|
Set<OrderGroup> |
OrderGroup.getNestedOrderGroups()
Gets the nested order groups to other order groups, to maintain linkages
between groups and support group nesting
|
List<OrderGroup> |
Encounter.getOrderGroups()
Takes in a list of orders and pulls out the orderGroups within them
|
Modifier and Type | Method and Description |
---|---|
void |
OrderGroupAttribute.setOrderGroup(OrderGroup orderGroup) |
void |
Order.setOrderGroup(OrderGroup orderGroup)
Sets the OrderGroup for that order.
|
void |
OrderGroup.setParentOrderGroup(OrderGroup parentOrderGroup)
Sets the parent order group to maintain linkages between groups and support group nesting
|
void |
OrderGroup.setPreviousOrderGroup(OrderGroup previousOrderGroup)
Sets the previous order group to other order groups, to maintain linkages
between groups and support group nesting
|
Modifier and Type | Method and Description |
---|---|
void |
OrderGroup.setNestedOrderGroups(Set<OrderGroup> nestedOrderGroups)
Sets the nested order groups to other order groups, to maintain linkages
between groups and support group nesting.
|
Modifier and Type | Method and Description |
---|---|
OrderGroup |
OrderService.getOrderGroup(Integer orderGroupId)
Fetches the OrderGroup by Id.
|
OrderGroup |
OrderService.getOrderGroupByUuid(String uuid)
Fetches the OrderGroup By Uuid.
|
OrderGroup |
OrderService.saveOrderGroup(OrderGroup orderGroup)
Saves the orderGroup.
|
OrderGroup |
OrderService.saveOrderGroup(OrderGroup orderGroup,
OrderContext orderContext)
Saves an order group with a specific order context
|
Modifier and Type | Method and Description |
---|---|
List<OrderGroup> |
OrderService.getOrderGroupsByEncounter(Encounter encounter)
Fetches all order groups for the specified encounter
|
List<OrderGroup> |
OrderService.getOrderGroupsByPatient(Patient patient)
Fetches all order groups for the specified patient
|
Modifier and Type | Method and Description |
---|---|
OrderGroup |
OrderService.saveOrderGroup(OrderGroup orderGroup)
Saves the orderGroup.
|
OrderGroup |
OrderService.saveOrderGroup(OrderGroup orderGroup,
OrderContext orderContext)
Saves an order group with a specific order context
|
Modifier and Type | Method and Description |
---|---|
OrderGroup |
OrderDAO.getOrderGroupById(Integer orderGroupId) |
OrderGroup |
OrderDAO.getOrderGroupByUuid(String uuid) |
OrderGroup |
OrderDAO.saveOrderGroup(OrderGroup orderGroup)
Saves an orderGroup to the database
|
Modifier and Type | Method and Description |
---|---|
List<OrderGroup> |
OrderDAO.getOrderGroupsByEncounter(Encounter encounter) |
List<OrderGroup> |
OrderDAO.getOrderGroupsByPatient(Patient patient) |
Modifier and Type | Method and Description |
---|---|
OrderGroup |
OrderDAO.saveOrderGroup(OrderGroup orderGroup)
Saves an orderGroup to the database
|
Modifier and Type | Method and Description |
---|---|
OrderGroup |
HibernateOrderDAO.getOrderGroupById(Integer orderGroupId) |
OrderGroup |
HibernateOrderDAO.getOrderGroupByUuid(String uuid) |
OrderGroup |
HibernateOrderDAO.saveOrderGroup(OrderGroup orderGroup) |
Modifier and Type | Method and Description |
---|---|
List<OrderGroup> |
HibernateOrderDAO.getOrderGroupsByEncounter(Encounter encounter) |
List<OrderGroup> |
HibernateOrderDAO.getOrderGroupsByPatient(Patient patient) |
Modifier and Type | Method and Description |
---|---|
OrderGroup |
HibernateOrderDAO.saveOrderGroup(OrderGroup orderGroup) |
Modifier and Type | Method and Description |
---|---|
OrderGroup |
OrderServiceImpl.getOrderGroup(Integer orderGroupId) |
OrderGroup |
OrderServiceImpl.getOrderGroupByUuid(String uuid) |
OrderGroup |
OrderServiceImpl.saveOrderGroup(OrderGroup orderGroup) |
OrderGroup |
OrderServiceImpl.saveOrderGroup(OrderGroup orderGroup,
OrderContext orderContext) |
Modifier and Type | Method and Description |
---|---|
List<OrderGroup> |
OrderServiceImpl.getOrderGroupsByEncounter(Encounter encounter) |
List<OrderGroup> |
OrderServiceImpl.getOrderGroupsByPatient(Patient patient) |
Modifier and Type | Method and Description |
---|---|
OrderGroup |
OrderServiceImpl.saveOrderGroup(OrderGroup orderGroup) |
OrderGroup |
OrderServiceImpl.saveOrderGroup(OrderGroup orderGroup,
OrderContext orderContext) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.