| 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(java.lang.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(java.util.Collection<java.lang.Integer> patientIds,
                          java.util.Collection<java.lang.Integer> drugIds,
                          PatientSetService.GroupMethod groupMethod,
                          java.util.Date fromDate,
                          java.util.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(java.util.Collection<java.lang.Integer> patientIds,
                          java.util.Collection<java.lang.Integer> drugIds,
                          PatientSetService.GroupMethod groupMethod,
                          java.util.Date fromDate,
                          java.util.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 Inc.. All Rights Reserved.