| Package | Description |
|---|---|
| org.openmrs.api |
The primary OpenMRS API interfaces.
|
| org.openmrs.api.impl |
| 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) |
Copyright © 2016 OpenMRS Inc.. All rights reserved.