public static enum DeviceComponent.MeasmntPrinciple extends Enum<DeviceComponent.MeasmntPrinciple>
| Enum Constant and Description |
|---|
ACOUSTICAL
Measurement is done using the acoustical principle.
|
BIOLOGICAL
Measurement is done using the biological principle.
|
CHEMICAL
Measurement is done using the chemical principle.
|
ELECTRICAL
Measurement is done using the electrical principle.
|
IMPEDANCE
Measurement is done using the impedance principle.
|
MANUAL
Measurement is done using the manual principle.
|
MECHANICAL
Measurement is done using the mechanical principle.
|
NUCLEAR
Measurement is done using the nuclear principle.
|
NULL
added to help the parsers with the generic types
|
OPTICAL
Measurement is done using the optical principle.
|
OTHER
Measurement principle isn't in the list.
|
THERMAL
Measurement is done using the thermal principle.
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceComponent.MeasmntPrinciple |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DeviceComponent.MeasmntPrinciple |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceComponent.MeasmntPrinciple[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceComponent.MeasmntPrinciple OTHER
public static final DeviceComponent.MeasmntPrinciple CHEMICAL
public static final DeviceComponent.MeasmntPrinciple ELECTRICAL
public static final DeviceComponent.MeasmntPrinciple IMPEDANCE
public static final DeviceComponent.MeasmntPrinciple NUCLEAR
public static final DeviceComponent.MeasmntPrinciple OPTICAL
public static final DeviceComponent.MeasmntPrinciple THERMAL
public static final DeviceComponent.MeasmntPrinciple BIOLOGICAL
public static final DeviceComponent.MeasmntPrinciple MECHANICAL
public static final DeviceComponent.MeasmntPrinciple ACOUSTICAL
public static final DeviceComponent.MeasmntPrinciple MANUAL
public static final DeviceComponent.MeasmntPrinciple NULL
public static DeviceComponent.MeasmntPrinciple[] values()
for (DeviceComponent.MeasmntPrinciple c : DeviceComponent.MeasmntPrinciple.values()) System.out.println(c);
public static DeviceComponent.MeasmntPrinciple 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 DeviceComponent.MeasmntPrinciple 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.