public enum DeviceSafety extends Enum<DeviceSafety>
| Enum Constant and Description |
|---|
CONTAINSLATEX
Indicates that the device or packaging contains natural rubber that contacts humans
|
LATEXFREE
Indicates that natural rubber latex was not used as materials in the manufacture of the medical product and container and the device labeling contains this information.
|
LATEXUNKNOWN
Indicates that whether the device or packaging contains natural rubber that contacts humans is not indicated on the label Not all medical products that are NOT made with natural rubber latex will be marked
|
MRCONDITIONAL
An item that has been demonstrated to pose no known hazards in a specified MRI environment with specified conditions of use.
|
MRSAFE
The device, when used in the MRI environment, has been demonstrated to present no additional risk to the patient or other individual, but may affect the quality of the diagnostic information.
|
MRUNKNOWN
Labeling does not contain MRI Safety information
|
MRUNSAFE
An item that is known to pose hazards in all MRI environments.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceSafety |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DeviceSafety |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceSafety[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceSafety CONTAINSLATEX
public static final DeviceSafety LATEXFREE
public static final DeviceSafety LATEXUNKNOWN
public static final DeviceSafety MRSAFE
public static final DeviceSafety MRUNSAFE
public static final DeviceSafety MRCONDITIONAL
public static final DeviceSafety MRUNKNOWN
public static final DeviceSafety NULL
public static DeviceSafety[] values()
for (DeviceSafety c : DeviceSafety.values()) System.out.println(c);
public static DeviceSafety 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 DeviceSafety fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.