| Package | Description |
|---|---|
| org.openmrs.api |
The primary OpenMRS API interfaces.
|
| org.openmrs.api.impl | |
| org.openmrs.reporting |
Deprecated
|
| Modifier and Type | Method and Description |
|---|---|
static PatientSetService.GroupMethod |
PatientSetService.GroupMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatientSetService.GroupMethod[] |
PatientSetService.GroupMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Cohort |
PatientSetService.getPatientsHavingDrugOrder(Collection<Integer> patientIds,
Collection<Integer> drugIds,
PatientSetService.GroupMethod groupMethod,
Date fromDate,
Date toDate)
Returns a Cohort of patient who had drug orders for a set of drugs active between a pair of
dates.
|
| Modifier and Type | Method and Description |
|---|---|
Cohort |
PatientSetServiceImpl.getPatientsHavingDrugOrder(Collection<Integer> patientIds,
Collection<Integer> drugIds,
PatientSetService.GroupMethod groupMethod,
Date fromDate,
Date toDate) |
| Modifier and Type | Method and Description |
|---|---|
PatientSetService.GroupMethod |
DrugOrderFilter.getAnyOrAll()
Deprecated.
|
PatientSetService.GroupMethod |
DrugOrderPatientFilter.getGroupMethod()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DrugOrderFilter.setAnyOrAll(PatientSetService.GroupMethod anyOrAll)
Deprecated.
|
void |
DrugOrderPatientFilter.setGroupMethod(PatientSetService.GroupMethod groupMethod)
Deprecated.
|
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.