Package ca.uhn.fhir.model.dstu2.valueset
Enum SubstanceCategoryCodesEnum
java.lang.Object
java.lang.Enum<SubstanceCategoryCodesEnum>
ca.uhn.fhir.model.dstu2.valueset.SubstanceCategoryCodesEnum
- All Implemented Interfaces:
Serializable
,Comparable<SubstanceCategoryCodesEnum>
-
Enum Constant Summary
Enum ConstantDescriptionDisplay: Allergen
Code Value: allergen A substance that causes an allergic reaction.Display: Biological Substance
Code Value: biological A substance that is produced by or extracted from a biological source.Display: Body Substance
Code Value: body A substance that comes directly from a human or an animal (e.g.Display: Chemical
Code Value: 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).Display: Dietary Substance
Code Value: food A food, dietary ingredient, or dietary supplement for human or animal.Display: Drug or Medicament
Code Value: 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).Display: Material
Code Value: material A finished product which is not normally ingested, absorbed or injected (e.g. -
Field Summary
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<SubstanceCategoryCodesEnum> Converts codes to their respective enumerated valuesstatic final String
Identifier for this Value Set:static final String
Name for this Value Set: Substance Category Codes -
Method Summary
Modifier and TypeMethodDescriptionstatic SubstanceCategoryCodesEnum
Returns the enumerated value associated with this codegetCode()
Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valuestatic SubstanceCategoryCodesEnum
Returns the enum constant of this type with the specified name.static SubstanceCategoryCodesEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ALLERGEN
Display: Allergen
Code Value: allergen A substance that causes an allergic reaction. -
BIOLOGICAL_SUBSTANCE
Display: Biological Substance
Code Value: biological A substance that is produced by or extracted from a biological source. -
BODY_SUBSTANCE
Display: Body Substance
Code Value: body A substance that comes directly from a human or an animal (e.g. blood, urine, feces, tears, etc.). -
CHEMICAL
Display: Chemical
Code Value: 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). -
DIETARY_SUBSTANCE
Display: Dietary Substance
Code Value: food A food, dietary ingredient, or dietary supplement for human or animal. -
DRUG_OR_MEDICAMENT
Display: Drug or Medicament
Code Value: 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
Display: Material
Code Value: material A finished product which is not normally ingested, absorbed or injected (e.g. steel, iron, wood, plastic and paper).
-
-
Field Details
-
VALUESET_IDENTIFIER
Identifier for this Value Set:- See Also:
-
VALUESET_NAME
Name for this Value Set: Substance Category Codes- See Also:
-
VALUESET_BINDER
public static final ca.uhn.fhir.model.api.IValueSetEnumBinder<SubstanceCategoryCodesEnum> VALUESET_BINDERConverts codes to their respective enumerated values
-
-
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
-
getCode
Returns the code associated with this enumerated value -
getSystem
Returns the code system associated with this enumerated value -
forCode
Returns the enumerated value associated with this code
-