public enum MetricCategory extends Enum<MetricCategory>
| 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
|
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 MetricCategory |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MetricCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricCategory MEASUREMENT
public static final MetricCategory SETTING
public static final MetricCategory CALCULATION
public static final MetricCategory UNSPECIFIED
public static final MetricCategory NULL
public static MetricCategory[] values()
for (MetricCategory c : MetricCategory.values()) System.out.println(c);
public static MetricCategory 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 MetricCategory fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.