Enum V3EntityHandling
- java.lang.Object
-
- java.lang.Enum<V3EntityHandling>
-
- org.hl7.fhir.r4.model.codesystems.V3EntityHandling
-
- All Implemented Interfaces:
Serializable,Comparable<V3EntityHandling>
public enum V3EntityHandling extends Enum<V3EntityHandling>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AMBKeep at ambient temperature, 22 +/- 2CC37Critical to keep at body temperature 36-38CCAMBCritical ambient - must not be refrigerated or frozen.CATMCritical.CFRZCritical frozen.CREFCritical refrigerated - must not be allowed to freeze or warm until imediately prior to testing.DFRZDeep Frozen -16 to -20C.DRYKeep in a dry environmentFRZKeep frozen below 0 ?CMTLFContainer is free of heavy metals, including lead.NTRKeep in liquid nitrogenNULLadded to help the parsersPRTLProtect from light (eg.PSADo not shakePSOProtect against shockREFKeep at refrigerated temperature:4-8C Accidental warming or freezing is of little consequence.SBUShake thoroughly before usingUFRZUltra cold frozen -75 to -85C.UPRKeep upright, do not turn upside down
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V3EntityHandlingfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static V3EntityHandlingvalueOf(String name)Returns the enum constant of this type with the specified name.static V3EntityHandling[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AMB
public static final V3EntityHandling AMB
Keep at ambient temperature, 22 +/- 2C
-
C37
public static final V3EntityHandling C37
Critical to keep at body temperature 36-38C
-
CAMB
public static final V3EntityHandling CAMB
Critical ambient - must not be refrigerated or frozen.
-
CATM
public static final V3EntityHandling CATM
Critical. Do not expose to atmosphere. Do not uncap.
-
CFRZ
public static final V3EntityHandling CFRZ
Critical frozen. Specimen must not be allowed to thaw until immediately prior to testing.
-
CREF
public static final V3EntityHandling CREF
Critical refrigerated - must not be allowed to freeze or warm until imediately prior to testing.
-
DFRZ
public static final V3EntityHandling DFRZ
Deep Frozen -16 to -20C.
-
DRY
public static final V3EntityHandling DRY
Keep in a dry environment
-
FRZ
public static final V3EntityHandling FRZ
Keep frozen below 0 ?C
-
MTLF
public static final V3EntityHandling MTLF
Container is free of heavy metals, including lead.
-
NTR
public static final V3EntityHandling NTR
Keep in liquid nitrogen
-
PRTL
public static final V3EntityHandling PRTL
Protect from light (eg. Wrap in aluminum foil).
-
PSA
public static final V3EntityHandling PSA
Do not shake
-
PSO
public static final V3EntityHandling PSO
Protect against shock
-
REF
public static final V3EntityHandling REF
Keep at refrigerated temperature:4-8C Accidental warming or freezing is of little consequence.
-
SBU
public static final V3EntityHandling SBU
Shake thoroughly before using
-
UFRZ
public static final V3EntityHandling UFRZ
Ultra cold frozen -75 to -85C. Ultra cold freezer is typically at temperature of dry ice.
-
UPR
public static final V3EntityHandling UPR
Keep upright, do not turn upside down
-
NULL
public static final V3EntityHandling NULL
added to help the parsers
-
-
Method Detail
-
values
public static V3EntityHandling[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (V3EntityHandling c : V3EntityHandling.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static V3EntityHandling valueOf(String name)
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 nameNullPointerException- if the argument is null
-
fromCode
public static V3EntityHandling fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-