Enum Constant Summary
Enum Constants
Keep at ambient temperature, 22 +/- 2C
Critical to keep at body temperature 36-38C
Critical ambient - must not be refrigerated or frozen.
Critical refrigerated - must not be allowed to freeze or warm until
imediately prior to testing.
Keep in a dry environment
Container is free of heavy metals, including lead.
added to help the parsers
Keep at refrigerated temperature:4-8C Accidental warming or freezing is of
little consequence.
Shake thoroughly before using
Ultra cold frozen -75 to -85C.
Keep upright, do not turn upside down
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
AMB
Keep at ambient temperature, 22 +/- 2C
C37
Critical to keep at body temperature 36-38C
CAMB
Critical ambient - must not be refrigerated or frozen.
CATM
Critical. Do not expose to atmosphere. Do not uncap.
CFRZ
Critical frozen. Specimen must not be allowed to thaw until immediately prior
to testing.
CREF
Critical refrigerated - must not be allowed to freeze or warm until
imediately prior to testing.
DFRZ
Deep Frozen -16 to -20C.
DRY
Keep in a dry environment
FRZ
Keep frozen below 0 ?C
MTLF
Container is free of heavy metals, including lead.
NTR
Keep in liquid nitrogen
PRTL
Protect from light (eg. Wrap in aluminum foil).
PSO
Protect against shock
REF
Keep at refrigerated temperature:4-8C Accidental warming or freezing is of
little consequence.
SBU
Shake thoroughly before using
UFRZ
Ultra cold frozen -75 to -85C. Ultra cold freezer is typically at temperature
of dry ice.
UPR
Keep upright, do not turn upside down
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