public enum SubstanceCategoryCodesEnum extends Enum<SubstanceCategoryCodesEnum>
| Enum Constant and Description |
|---|
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. |
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. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<SubstanceCategoryCodesEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
Substance Category Codes
|
| Modifier and Type | Method and Description |
|---|---|
static SubstanceCategoryCodesEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static SubstanceCategoryCodesEnum |
valueOf(String name)
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.
|
public static final SubstanceCategoryCodesEnum ALLERGEN
public static final SubstanceCategoryCodesEnum BIOLOGICAL_SUBSTANCE
public static final SubstanceCategoryCodesEnum BODY_SUBSTANCE
public static final SubstanceCategoryCodesEnum CHEMICAL
public static final SubstanceCategoryCodesEnum DIETARY_SUBSTANCE
public static final SubstanceCategoryCodesEnum DRUG_OR_MEDICAMENT
public static final SubstanceCategoryCodesEnum MATERIAL
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<SubstanceCategoryCodesEnum> VALUESET_BINDER
public static SubstanceCategoryCodesEnum[] values()
for (SubstanceCategoryCodesEnum c : SubstanceCategoryCodesEnum.values()) System.out.println(c);
public static SubstanceCategoryCodesEnum 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 SubstanceCategoryCodesEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.