public static enum DeviceMetric.DeviceMetricOperationalStatus extends Enum<DeviceMetric.DeviceMetricOperationalStatus>
Enum Constant and Description |
---|
ENTEREDINERROR
The DeviceMetric was entered in error.
|
NULL
added to help the parsers with the generic types
|
OFF
The DeviceMetric is not operating.
|
ON
The DeviceMetric is operating and will generate DeviceObservations.
|
STANDBY
The DeviceMetric is operating, but will not generate any DeviceObservations.
|
Modifier and Type | Method and Description |
---|---|
static DeviceMetric.DeviceMetricOperationalStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DeviceMetric.DeviceMetricOperationalStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceMetric.DeviceMetricOperationalStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceMetric.DeviceMetricOperationalStatus ON
public static final DeviceMetric.DeviceMetricOperationalStatus OFF
public static final DeviceMetric.DeviceMetricOperationalStatus STANDBY
public static final DeviceMetric.DeviceMetricOperationalStatus ENTEREDINERROR
public static final DeviceMetric.DeviceMetricOperationalStatus NULL
public static DeviceMetric.DeviceMetricOperationalStatus[] values()
for (DeviceMetric.DeviceMetricOperationalStatus c : DeviceMetric.DeviceMetricOperationalStatus.values()) System.out.println(c);
public static DeviceMetric.DeviceMetricOperationalStatus 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.DeviceMetricOperationalStatus 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.