| 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 | Field and Description |
|---|---|
static ActiveListType |
Allergy.ACTIVE_LIST_TYPE |
static ActiveListType |
Problem.ACTIVE_LIST_TYPE |
protected ActiveListType |
ActiveListItem.activeListType |
| Modifier and Type | Method and Description |
|---|---|
ActiveListType |
ActiveListItem.getActiveListType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveListItem.setActiveListType(ActiveListType activeListType) |
| Constructor and Description |
|---|
ActiveListItem(Person person,
ActiveListType activeListType,
Concept concept,
Date startDate) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ActiveListItem> |
ActiveListService.getActiveListItems(Class<T> clazz,
Person p,
ActiveListType type)
Returns a sorted set of active list items from a class that extends ActiveListItem
|
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 |
|---|---|
<T extends ActiveListItem> |
ActiveListDAO.getActiveListItems(Class<T> clazz,
Person p,
ActiveListType type) |
List<ActiveListItem> |
ActiveListDAO.getActiveListItems(Person p,
ActiveListType type) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ActiveListItem> |
HibernateActiveListDAO.getActiveListItems(Class<T> clazz,
Person p,
ActiveListType type) |
List<ActiveListItem> |
HibernateActiveListDAO.getActiveListItems(Person p,
ActiveListType type) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ActiveListItem> |
ActiveListServiceImpl.getActiveListItems(Class<T> clazz,
Person p,
ActiveListType type) |
List<ActiveListItem> |
ActiveListServiceImpl.getActiveListItems(Person p,
ActiveListType type) |
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.