public static enum PatientSetService.PatientLocationMethod extends java.lang.Enum<PatientSetService.PatientLocationMethod>
| Enum Constant and Description | 
|---|
ANY_ENCOUNTER  | 
EARLIEST_ENCOUNTER  | 
LATEST_ENCOUNTER  | 
PATIENT_HEALTH_CENTER  | 
| Modifier and Type | Method and Description | 
|---|---|
static PatientSetService.PatientLocationMethod | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static PatientSetService.PatientLocationMethod[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final PatientSetService.PatientLocationMethod EARLIEST_ENCOUNTER
public static final PatientSetService.PatientLocationMethod LATEST_ENCOUNTER
public static final PatientSetService.PatientLocationMethod ANY_ENCOUNTER
public static final PatientSetService.PatientLocationMethod PATIENT_HEALTH_CENTER
public static PatientSetService.PatientLocationMethod[] values()
for (PatientSetService.PatientLocationMethod c : PatientSetService.PatientLocationMethod.values()) System.out.println(c);
public static PatientSetService.PatientLocationMethod valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 OpenMRS Inc.. All Rights Reserved.