public enum V3ActExposureLevelCode extends Enum<V3ActExposureLevelCode>
| Enum Constant and Description |
|---|
_ACTEXPOSURELEVELCODE
A qualitative measure of the degree of exposure to the causative agent.
|
HIGH
Description: Exposure to an agent at a relatively high level above background.
|
LOW
Description: Exposure to an agent at a relatively low level above background.
|
MEDIUM
Description: Exposure to an agent at a relatively moderate level above background.A
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static V3ActExposureLevelCode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3ActExposureLevelCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3ActExposureLevelCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3ActExposureLevelCode _ACTEXPOSURELEVELCODE
public static final V3ActExposureLevelCode HIGH
public static final V3ActExposureLevelCode LOW
public static final V3ActExposureLevelCode MEDIUM
public static final V3ActExposureLevelCode NULL
public static V3ActExposureLevelCode[] values()
for (V3ActExposureLevelCode c : V3ActExposureLevelCode.values()) System.out.println(c);
public static V3ActExposureLevelCode 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 V3ActExposureLevelCode 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.