public enum V3ExposureMode extends Enum<V3ExposureMode>
| Enum Constant and Description |
|---|
_EXPOSUREMODE
Code for the mechanism by which the exposure agent was exchanged or potentially exchanged by the participants involved in the exposure.
|
AIRBORNE
Description: Communication of an agent from a living subject or environmental source to a living subject through indirect contact via oral or nasal inhalation.
|
CONTACT
Description: Communication of an agent from a living subject or environmental source to a living subject through direct physical contact.
|
FOODBORNE
Description: Communication of an agent from a food source to a living subject via oral consumption.
|
NULL
added to help the parsers
|
WATERBORNE
Description: Communication of an agent to a living subject by contact and/or consumption via an aqueous medium
|
| Modifier and Type | Method and Description |
|---|---|
static V3ExposureMode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3ExposureMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3ExposureMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3ExposureMode _EXPOSUREMODE
public static final V3ExposureMode AIRBORNE
public static final V3ExposureMode CONTACT
public static final V3ExposureMode FOODBORNE
public static final V3ExposureMode WATERBORNE
public static final V3ExposureMode NULL
public static V3ExposureMode[] values()
for (V3ExposureMode c : V3ExposureMode.values()) System.out.println(c);
public static V3ExposureMode 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 V3ExposureMode 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.