| Package | Description | 
|---|---|
| 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 | |
| org.openmrs.reporting | 
 Deprecated 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PatientSetService.PatientLocationMethod | 
PatientSetService.PatientLocationMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static PatientSetService.PatientLocationMethod[] | 
PatientSetService.PatientLocationMethod.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.getPatientsHavingLocation(java.lang.Integer locationId,
                         PatientSetService.PatientLocationMethod method)  | 
Cohort | 
PatientSetService.getPatientsHavingLocation(Location loc,
                         PatientSetService.PatientLocationMethod method)  | 
| Modifier and Type | Method and Description | 
|---|---|
Cohort | 
PatientSetDAO.getPatientsHavingLocation(java.lang.Integer locationId,
                         PatientSetService.PatientLocationMethod method)  | 
| Modifier and Type | Method and Description | 
|---|---|
Cohort | 
HibernatePatientSetDAO.getPatientsHavingLocation(java.lang.Integer locationId,
                         PatientSetService.PatientLocationMethod method)  | 
| Modifier and Type | Method and Description | 
|---|---|
Cohort | 
PatientSetServiceImpl.getPatientsHavingLocation(java.lang.Integer locationId,
                         PatientSetService.PatientLocationMethod method)  | 
Cohort | 
PatientSetServiceImpl.getPatientsHavingLocation(Location loc,
                         PatientSetService.PatientLocationMethod method)  | 
| Modifier and Type | Method and Description | 
|---|---|
PatientSetService.PatientLocationMethod | 
LocationPatientFilter.getCalculationMethod()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LocationPatientFilter.setCalculationMethod(PatientSetService.PatientLocationMethod method)
Deprecated.  
  | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.