public static enum DeviceMetric.DeviceMetricCategory extends Enum<DeviceMetric.DeviceMetricCategory>
Enum Constant and Description |
---|
CALCULATION
DeviceObservations generated for this DeviceMetric are calculated.
|
MEASUREMENT
DeviceObservations generated for this DeviceMetric are measured.
|
NULL
added to help the parsers with the generic types
|
SETTING
DeviceObservations generated for this DeviceMetric is a setting that will influence the behavior of the Device.
|
UNSPECIFIED
The category of this DeviceMetric is unspecified.
|
Modifier and Type | Method and Description |
---|---|
static DeviceMetric.DeviceMetricCategory |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DeviceMetric.DeviceMetricCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceMetric.DeviceMetricCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceMetric.DeviceMetricCategory MEASUREMENT
public static final DeviceMetric.DeviceMetricCategory SETTING
public static final DeviceMetric.DeviceMetricCategory CALCULATION
public static final DeviceMetric.DeviceMetricCategory UNSPECIFIED
public static final DeviceMetric.DeviceMetricCategory NULL
public static DeviceMetric.DeviceMetricCategory[] values()
for (DeviceMetric.DeviceMetricCategory c : DeviceMetric.DeviceMetricCategory.values()) System.out.println(c);
public static DeviceMetric.DeviceMetricCategory 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 DeviceMetric.DeviceMetricCategory fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.