| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<DeviceMetric.DeviceMetricColor> |
DeviceMetric.color
Describes the color representation for the metric.
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceMetric.DeviceMetricColor |
DeviceMetric.DeviceMetricColor.fromCode(String codeString) |
DeviceMetric.DeviceMetricColor |
DeviceMetric.DeviceMetricColorEnumFactory.fromCode(String codeString) |
DeviceMetric.DeviceMetricColor |
DeviceMetric.getColor() |
static DeviceMetric.DeviceMetricColor |
DeviceMetric.DeviceMetricColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceMetric.DeviceMetricColor[] |
DeviceMetric.DeviceMetricColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<DeviceMetric.DeviceMetricColor> |
DeviceMetric.DeviceMetricColorEnumFactory.fromType(Base code) |
Enumeration<DeviceMetric.DeviceMetricColor> |
DeviceMetric.getColorElement() |
| Modifier and Type | Method and Description |
|---|---|
DeviceMetric |
DeviceMetric.setColor(DeviceMetric.DeviceMetricColor value) |
String |
DeviceMetric.DeviceMetricColorEnumFactory.toCode(DeviceMetric.DeviceMetricColor code) |
String |
DeviceMetric.DeviceMetricColorEnumFactory.toSystem(DeviceMetric.DeviceMetricColor code) |
| Modifier and Type | Method and Description |
|---|---|
DeviceMetric |
DeviceMetric.setColorElement(Enumeration<DeviceMetric.DeviceMetricColor> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.