public enum EncounterIdeStatusCode extends Enum<EncounterIdeStatusCode>
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
static EncounterIdeStatusCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncounterIdeStatusCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncounterIdeStatusCode ACTIVE
public static final EncounterIdeStatusCode INACTIVE
public static final EncounterIdeStatusCode DELETED
public static final EncounterIdeStatusCode MERGED
public static EncounterIdeStatusCode[] values()
for (EncounterIdeStatusCode c : EncounterIdeStatusCode.values()) System.out.println(c);
public static EncounterIdeStatusCode 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.