public enum EncounterSpecialArrangements extends Enum<EncounterSpecialArrangements>
| Enum Constant and Description |
|---|
ATT
null
|
DOG
null
|
INT
null
|
NULL
added to help the parsers
|
STRET
null
|
WHEEL
null
|
| Modifier and Type | Method and Description |
|---|---|
static EncounterSpecialArrangements |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static EncounterSpecialArrangements |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncounterSpecialArrangements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncounterSpecialArrangements WHEEL
public static final EncounterSpecialArrangements STRET
public static final EncounterSpecialArrangements INT
public static final EncounterSpecialArrangements ATT
public static final EncounterSpecialArrangements DOG
public static final EncounterSpecialArrangements NULL
public static EncounterSpecialArrangements[] values()
for (EncounterSpecialArrangements c : EncounterSpecialArrangements.values()) System.out.println(c);
public static EncounterSpecialArrangements 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 static EncounterSpecialArrangements fromCode(String codeString) throws Exception
Exceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.