public enum AllergyIntoleranceCategoryEnum extends Enum<AllergyIntoleranceCategoryEnum>
| Enum Constant and Description |
|---|
ENVIRONMENT
Display: Environment
Code Value: environment Substances that are encountered in the environment. |
FOOD
Display: Food
Code Value: food Any substance consumed to provide nutritional support for the body. |
MEDICATION
Display: Medication
Code Value: medication Substances administered to achieve a physiological effect. |
OTHER
Display: Other
Code Value: other Other substances that are not covered by any other category. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<AllergyIntoleranceCategoryEnum> |
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:
AllergyIntoleranceCategory
|
| Modifier and Type | Method and Description |
|---|---|
static AllergyIntoleranceCategoryEnum |
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 AllergyIntoleranceCategoryEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllergyIntoleranceCategoryEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllergyIntoleranceCategoryEnum FOOD
public static final AllergyIntoleranceCategoryEnum MEDICATION
public static final AllergyIntoleranceCategoryEnum ENVIRONMENT
public static final AllergyIntoleranceCategoryEnum OTHER
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<AllergyIntoleranceCategoryEnum> VALUESET_BINDER
public static AllergyIntoleranceCategoryEnum[] values()
for (AllergyIntoleranceCategoryEnum c : AllergyIntoleranceCategoryEnum.values()) System.out.println(c);
public static AllergyIntoleranceCategoryEnum 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 AllergyIntoleranceCategoryEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.