public enum PatientIdeStatusCode extends Enum<PatientIdeStatusCode>
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
static PatientIdeStatusCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatientIdeStatusCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatientIdeStatusCode ACTIVE
public static final PatientIdeStatusCode INACTIVE
public static final PatientIdeStatusCode DELETED
public static final PatientIdeStatusCode MERGED
public static PatientIdeStatusCode[] values()
for (PatientIdeStatusCode c : PatientIdeStatusCode.values()) System.out.println(c);
public static PatientIdeStatusCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getCode()
Copyright © 2012–2017 Emory University. All rights reserved.