Enum SubstanceCategory
- All Implemented Interfaces:
Serializable
,Comparable<SubstanceCategory>
-
Enum Constant Summary
Enum ConstantDescriptionA substance that causes an allergic reaction.A substance that is produced by or extracted from a biological source.A substance that comes directly from a human or an animal (e.g.Any organic or inorganic substance of a particular molecular identity, including -- (i) any combination of such substances occurring in whole or in part as a result of a chemical reaction or occurring in nature and (ii) any element or uncombined radical (http://www.epa.gov/opptintr/import-export/pubs/importguide.pdf).A substance intended for use in the diagnosis, cure, mitigation, treatment, or prevention of disease in man or other animals (Federal Food Drug and Cosmetic Act).A food, dietary ingredient, or dietary supplement for human or animal.A finished product which is not normally ingested, absorbed or injected (e.g.added to help the parsers -
Method Summary
Modifier and TypeMethodDescriptionstatic SubstanceCategory
toCode()
static SubstanceCategory
Returns the enum constant of this type with the specified name.static SubstanceCategory[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ALLERGEN
A substance that causes an allergic reaction. -
BIOLOGICAL
A substance that is produced by or extracted from a biological source. -
BODY
A substance that comes directly from a human or an animal (e.g. blood, urine, feces, tears, etc.). -
CHEMICAL
Any organic or inorganic substance of a particular molecular identity, including -- (i) any combination of such substances occurring in whole or in part as a result of a chemical reaction or occurring in nature and (ii) any element or uncombined radical (http://www.epa.gov/opptintr/import-export/pubs/importguide.pdf). -
FOOD
A food, dietary ingredient, or dietary supplement for human or animal. -
DRUG
A substance intended for use in the diagnosis, cure, mitigation, treatment, or prevention of disease in man or other animals (Federal Food Drug and Cosmetic Act). -
MATERIAL
A finished product which is not normally ingested, absorbed or injected (e.g. steel, iron, wood, plastic and paper). -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static SubstanceCategory fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-