public enum GoalStartEventEnum extends Enum<GoalStartEventEnum>
| Enum Constant and Description |
|---|
_308283009
Code Value: 308283009
|
_32485007
Code Value: 32485007
|
_386216000
Code Value: 386216000
|
_442137000
Code Value: 442137000
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<GoalStartEventEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
GoalStartEvent
|
| Modifier and Type | Method and Description |
|---|---|
static GoalStartEventEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static GoalStartEventEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoalStartEventEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoalStartEventEnum _32485007
public static final GoalStartEventEnum _308283009
public static final GoalStartEventEnum _442137000
public static final GoalStartEventEnum _386216000
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<GoalStartEventEnum> VALUESET_BINDER
public static GoalStartEventEnum[] values()
for (GoalStartEventEnum c : GoalStartEventEnum.values()) System.out.println(c);
public static GoalStartEventEnum 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 GoalStartEventEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.