public enum V3EntityHandling extends Enum<V3EntityHandling>
| Enum Constant and Description |
|---|
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.
|
CFRZ
Critical frozen.
|
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
|
NULL
added to help the parsers
|
PRTL
Protect from light (eg.
|
PSA
Do not shake
|
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.
|
UPR
Keep upright, do not turn upside down
|
| Modifier and Type | Method and Description |
|---|---|
static V3EntityHandling |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3EntityHandling |
valueOf(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.
|
public static final V3EntityHandling AMB
public static final V3EntityHandling C37
public static final V3EntityHandling CAMB
public static final V3EntityHandling CATM
public static final V3EntityHandling CFRZ
public static final V3EntityHandling CREF
public static final V3EntityHandling DFRZ
public static final V3EntityHandling DRY
public static final V3EntityHandling FRZ
public static final V3EntityHandling MTLF
public static final V3EntityHandling NTR
public static final V3EntityHandling PRTL
public static final V3EntityHandling PSA
public static final V3EntityHandling PSO
public static final V3EntityHandling REF
public static final V3EntityHandling SBU
public static final V3EntityHandling UFRZ
public static final V3EntityHandling UPR
public static final V3EntityHandling NULL
public static V3EntityHandling[] values()
for (V3EntityHandling c : V3EntityHandling.values()) System.out.println(c);
public static V3EntityHandling 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 V3EntityHandling 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.