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
-
Enum Constant Summary
Enum ConstantDescriptionMeasurement is done using the acoustical principle.Measurement is done using the biological principle.Measurement is done using the chemical principle.Measurement is done using the electrical principle.Measurement is done using the impedance principle.Measurement is done using the manual principle.Measurement is done using the mechanical principle.Measurement is done using the nuclear principle.added to help the parsers with the generic typesMeasurement is done using the optical principle.Measurement principle isn't in the list.Measurement is done using the thermal principle. -
Method Summary
Modifier and TypeMethodDescriptiontoCode()
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 Details
-
OTHER
Measurement principle isn't in the list. -
CHEMICAL
Measurement is done using the chemical principle. -
ELECTRICAL
Measurement is done using the electrical principle. -
IMPEDANCE
Measurement is done using the impedance principle. -
NUCLEAR
Measurement is done using the nuclear principle. -
OPTICAL
Measurement is done using the optical principle. -
THERMAL
Measurement is done using the thermal principle. -
BIOLOGICAL
Measurement is done using the biological principle. -
MECHANICAL
Measurement is done using the mechanical principle. -
ACOUSTICAL
Measurement is done using the acoustical principle. -
MANUAL
Measurement is done using the manual principle. -
NULL
added to help the parsers with the generic types
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-