public enum V3EntityRisk extends Enum<V3EntityRisk>
| Enum Constant and Description |
|---|
AGG
A danger that can be associated with certain living subjects, including humans.
|
BHZ
Material contains microorganisms that is an environmental hazard.
|
BIO
The dangers associated with normal biological materials.
|
COR
Material is corrosive and may cause severe injury to skin, mucous membranes and eyes.
|
ESC
The entity is at risk for escaping from containment or control.
|
EXP
Material is an explosive mixture.
|
IFL
Material is highly inflammable and in certain mixtures (with air) may lead to explosions.
|
INF
Material known to be infectious with human pathogenic microorganisms.
|
INJ
Material is solid and sharp (e.g., cannulas).
|
NULL
added to help the parsers
|
POI
Material is poisonous to humans and/or animals.
|
RAD
Material is a source for ionizing radiation and must be handled with special care to avoid injury of those who handle it and to avoid environmental hazards.
|
| Modifier and Type | Method and Description |
|---|---|
static V3EntityRisk |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3EntityRisk |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3EntityRisk[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3EntityRisk AGG
public static final V3EntityRisk BIO
public static final V3EntityRisk COR
public static final V3EntityRisk ESC
public static final V3EntityRisk IFL
public static final V3EntityRisk EXP
public static final V3EntityRisk INF
public static final V3EntityRisk BHZ
public static final V3EntityRisk INJ
public static final V3EntityRisk POI
public static final V3EntityRisk RAD
public static final V3EntityRisk NULL
public static V3EntityRisk[] values()
for (V3EntityRisk c : V3EntityRisk.values()) System.out.println(c);
public static V3EntityRisk 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 V3EntityRisk 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.