public enum AllergyIntoleranceCategory extends Enum<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
|
| Modifier and Type | Method and Description |
|---|---|
static AllergyIntoleranceCategory |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AllergyIntoleranceCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllergyIntoleranceCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllergyIntoleranceCategory FOOD
public static final AllergyIntoleranceCategory MEDICATION
public static final AllergyIntoleranceCategory ENVIRONMENT
public static final AllergyIntoleranceCategory BIOLOGIC
public static final AllergyIntoleranceCategory NULL
public static AllergyIntoleranceCategory[] values()
for (AllergyIntoleranceCategory c : AllergyIntoleranceCategory.values()) System.out.println(c);
public static 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 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.