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 Constants
    Enum Constant
    Description
    Display: 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

    Fields
    Modifier and Type
    Field
    Description
    static final ca.uhn.fhir.model.api.IValueSetEnumBinder<SubstanceCategoryCodesEnum>
    Converts codes to their respective enumerated values
    static final String
    Identifier for this Value Set:
    static final String
    Name for this Value Set: Substance Category Codes
  • Method Summary

    Modifier and Type
    Method
    Description
    forCode(String theCode)
    Returns the enumerated value associated with this code
    Returns the code associated with this enumerated value
    Returns the code system associated with this enumerated value
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • ALLERGEN

      public static final SubstanceCategoryCodesEnum 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

      public static final SubstanceCategoryCodesEnum 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

      public static final SubstanceCategoryCodesEnum 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

  • 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 name
      NullPointerException - if the argument is null
    • getCode

      public String getCode()
      Returns the code associated with this enumerated value
    • getSystem

      public String getSystem()
      Returns the code system associated with this enumerated value
    • forCode

      public static SubstanceCategoryCodesEnum forCode(String theCode)
      Returns the enumerated value associated with this code