
Package org.hl7.fhir.dstu3.model
Enum DeviceComponent.MeasmntPrinciple
- java.lang.Object
-
- java.lang.Enum<DeviceComponent.MeasmntPrinciple>
-
- org.hl7.fhir.dstu3.model.DeviceComponent.MeasmntPrinciple
-
- All Implemented Interfaces:
Serializable
,Comparable<DeviceComponent.MeasmntPrinciple>
- Enclosing class:
- DeviceComponent
public static enum DeviceComponent.MeasmntPrinciple extends Enum<DeviceComponent.MeasmntPrinciple>
-
-
Enum Constant Summary
Enum Constants Enum Constant 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 typesOPTICAL
Measurement is done using the optical principle.OTHER
Measurement principle isn't in the list.THERMAL
Measurement is done using the thermal principle.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
OTHER
public static final DeviceComponent.MeasmntPrinciple OTHER
Measurement principle isn't in the list.
-
CHEMICAL
public static final DeviceComponent.MeasmntPrinciple CHEMICAL
Measurement is done using the chemical principle.
-
ELECTRICAL
public static final DeviceComponent.MeasmntPrinciple ELECTRICAL
Measurement is done using the electrical principle.
-
IMPEDANCE
public static final DeviceComponent.MeasmntPrinciple IMPEDANCE
Measurement is done using the impedance principle.
-
NUCLEAR
public static final DeviceComponent.MeasmntPrinciple NUCLEAR
Measurement is done using the nuclear principle.
-
OPTICAL
public static final DeviceComponent.MeasmntPrinciple OPTICAL
Measurement is done using the optical principle.
-
THERMAL
public static final DeviceComponent.MeasmntPrinciple THERMAL
Measurement is done using the thermal principle.
-
BIOLOGICAL
public static final DeviceComponent.MeasmntPrinciple BIOLOGICAL
Measurement is done using the biological principle.
-
MECHANICAL
public static final DeviceComponent.MeasmntPrinciple MECHANICAL
Measurement is done using the mechanical principle.
-
ACOUSTICAL
public static final DeviceComponent.MeasmntPrinciple ACOUSTICAL
Measurement is done using the acoustical principle.
-
MANUAL
public static final DeviceComponent.MeasmntPrinciple MANUAL
Measurement is done using the manual principle.
-
NULL
public static final DeviceComponent.MeasmntPrinciple NULL
added to help the parsers with the generic types
-
-
Method Detail
-
values
public static DeviceComponent.MeasmntPrinciple[] 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 (DeviceComponent.MeasmntPrinciple c : DeviceComponent.MeasmntPrinciple.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DeviceComponent.MeasmntPrinciple 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 DeviceComponent.MeasmntPrinciple fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-