public static enum AllergyIntolerance.AllergyIntoleranceCategory extends Enum<AllergyIntolerance.AllergyIntoleranceCategory>
| Enum Constant and Description |
|---|
BIOLOGIC
A preparation that is synthesized from living organisms or their products, especially a human or animal protein, such as a hormone or antitoxin, that is used as a diagnostic, preventive, or therapeutic agent.
|
ENVIRONMENT
Any substances that are encountered in the environment, including any substance not already classified as food, medication, or biologic.
|
FOOD
Any substance consumed to provide nutritional support for the body.
|
MEDICATION
Substances administered to achieve a physiological effect.
|
NULL
added to help the parsers with the generic types
|
| Modifier and Type | Method and Description |
|---|---|
static AllergyIntolerance.AllergyIntoleranceCategory |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AllergyIntolerance.AllergyIntoleranceCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllergyIntolerance.AllergyIntoleranceCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllergyIntolerance.AllergyIntoleranceCategory FOOD
public static final AllergyIntolerance.AllergyIntoleranceCategory MEDICATION
public static final AllergyIntolerance.AllergyIntoleranceCategory ENVIRONMENT
public static final AllergyIntolerance.AllergyIntoleranceCategory BIOLOGIC
public static final AllergyIntolerance.AllergyIntoleranceCategory NULL
public static AllergyIntolerance.AllergyIntoleranceCategory[] values()
for (AllergyIntolerance.AllergyIntoleranceCategory c : AllergyIntolerance.AllergyIntoleranceCategory.values()) System.out.println(c);
public static AllergyIntolerance.AllergyIntoleranceCategory 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 AllergyIntolerance.AllergyIntoleranceCategory fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.