Package | Description |
---|---|
org.openmrs.activelist | |
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 | Class and Description |
---|---|
class |
Allergy
TODO
|
class |
Problem
TODO
|
Modifier and Type | Method and Description |
---|---|
<T extends ActiveListItem> |
ActiveListService.getActiveListItem(java.lang.Class<T> clazz,
java.lang.Integer activeListItemId)
Returns the ActiveListItem
|
<T extends ActiveListItem> |
ActiveListService.getActiveListItems(java.lang.Class<T> clazz,
Person p,
ActiveListType type)
Returns a sorted set of active list items from a class that extends ActiveListItem
|
Modifier and Type | Method and Description |
---|---|
ActiveListItem |
ActiveListService.getActiveListItemByUuid(java.lang.String uuid)
Return the ActiveList by the UUID
|
ActiveListItem |
ActiveListService.removeActiveListItem(ActiveListItem item,
java.util.Date endDate)
Sets the Active List Item as inactive by setting the end date to today, if null
|
ActiveListItem |
ActiveListService.saveActiveListItem(ActiveListItem item)
Save or update an Active List Item
|
ActiveListItem |
ActiveListService.voidActiveListItem(ActiveListItem item,
java.lang.String reason)
Voids the Active List Item
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ActiveListItem> |
ActiveListService.getActiveListItems(Person p,
ActiveListType type)
Returns a sorted set of active list items based on the type given.
|
Modifier and Type | Method and Description |
---|---|
void |
ActiveListService.purgeActiveListItem(ActiveListItem item)
Completely removes an ActiveListItem from the database (not reversible)
|
ActiveListItem |
ActiveListService.removeActiveListItem(ActiveListItem item,
java.util.Date endDate)
Sets the Active List Item as inactive by setting the end date to today, if null
|
ActiveListItem |
ActiveListService.saveActiveListItem(ActiveListItem item)
Save or update an Active List Item
|
ActiveListItem |
ActiveListService.voidActiveListItem(ActiveListItem item,
java.lang.String reason)
Voids the Active List Item
|
Modifier and Type | Method and Description |
---|---|
<T extends ActiveListItem> |
ActiveListDAO.getActiveListItem(java.lang.Class<T> clazz,
java.lang.Integer activeListItemId) |
<T extends ActiveListItem> |
ActiveListDAO.getActiveListItems(java.lang.Class<T> clazz,
Person p,
ActiveListType type) |
Modifier and Type | Method and Description |
---|---|
ActiveListItem |
ActiveListDAO.getActiveListItemByUuid(java.lang.String uuid) |
ActiveListItem |
ActiveListDAO.saveActiveListItem(ActiveListItem item) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ActiveListItem> |
ActiveListDAO.getActiveListItems(Person p,
ActiveListType type) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveListDAO.deleteActiveListItem(ActiveListItem item) |
ActiveListItem |
ActiveListDAO.saveActiveListItem(ActiveListItem item) |
Modifier and Type | Method and Description |
---|---|
<T extends ActiveListItem> |
HibernateActiveListDAO.getActiveListItem(java.lang.Class<T> clazz,
java.lang.Integer activeListItemId) |
<T extends ActiveListItem> |
HibernateActiveListDAO.getActiveListItems(java.lang.Class<T> clazz,
Person p,
ActiveListType type) |
Modifier and Type | Method and Description |
---|---|
ActiveListItem |
HibernateActiveListDAO.getActiveListItemByUuid(java.lang.String uuid) |
ActiveListItem |
HibernateActiveListDAO.saveActiveListItem(ActiveListItem item) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ActiveListItem> |
HibernateActiveListDAO.getActiveListItems(Person p,
ActiveListType type) |
Modifier and Type | Method and Description |
---|---|
void |
HibernateActiveListDAO.deleteActiveListItem(ActiveListItem item) |
ActiveListItem |
HibernateActiveListDAO.saveActiveListItem(ActiveListItem item) |
Modifier and Type | Method and Description |
---|---|
<T extends ActiveListItem> |
ActiveListServiceImpl.getActiveListItem(java.lang.Class<T> clazz,
java.lang.Integer activeListItemId) |
<T extends ActiveListItem> |
ActiveListServiceImpl.getActiveListItems(java.lang.Class<T> clazz,
Person p,
ActiveListType type) |
Modifier and Type | Method and Description |
---|---|
ActiveListItem |
ActiveListServiceImpl.getActiveListItemByUuid(java.lang.String uuid) |
ActiveListItem |
ActiveListServiceImpl.removeActiveListItem(ActiveListItem item,
java.util.Date endDate) |
ActiveListItem |
ActiveListServiceImpl.saveActiveListItem(ActiveListItem item) |
ActiveListItem |
ActiveListServiceImpl.voidActiveListItem(ActiveListItem item,
java.lang.String reason) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ActiveListItem> |
ActiveListServiceImpl.getActiveListItems(Person p,
ActiveListType type) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveListServiceImpl.purgeActiveListItem(ActiveListItem item) |
ActiveListItem |
ActiveListServiceImpl.removeActiveListItem(ActiveListItem item,
java.util.Date endDate) |
ActiveListItem |
ActiveListServiceImpl.saveActiveListItem(ActiveListItem item) |
ActiveListItem |
ActiveListServiceImpl.voidActiveListItem(ActiveListItem item,
java.lang.String reason) |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.