Enum Constant Summary
Enum Constants
A danger that can be associated with certain living subjects, including
humans.
Material contains microorganisms that is an environmental hazard.
The dangers associated with normal biological materials.
Material is corrosive and may cause severe injury to skin, mucous membranes
and eyes.
The entity is at risk for escaping from containment or control.
Material is an explosive mixture.
Material is highly inflammable and in certain mixtures (with air) may lead to
explosions.
Material known to be infectious with human pathogenic microorganisms.
Material is solid and sharp (e.g., cannulas).
added to help the parsers
Material is poisonous to humans and/or animals.
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.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
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.
Enum Constant Details
AGG
A danger that can be associated with certain living subjects, including
humans.
BIO
The dangers associated with normal biological materials. I.e. potential risk
of unknown infections. Routine biological materials from living subjects.
COR
Material is corrosive and may cause severe injury to skin, mucous membranes
and eyes. Avoid any unprotected contact.
ESC
The entity is at risk for escaping from containment or control.
IFL
Material is highly inflammable and in certain mixtures (with air) may lead to
explosions. Keep away from fire, sparks and excessive heat.
EXP
Material is an explosive mixture. Keep away from fire, sparks, and heat.
INF
Material known to be infectious with human pathogenic microorganisms. Those
who handle this material must take precautions for their protection.
BHZ
Material contains microorganisms that is an environmental hazard. Must be
handled with special care.
INJ
Material is solid and sharp (e.g., cannulas). Dispose in hard container.
POI
Material is poisonous to humans and/or animals. Special care must be taken to
avoid incorporation, even of small amounts.
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.
NULL
added to help the parsers
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
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException