| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource | |
| ca.uhn.fhir.model.dstu2.valueset |
| Modifier and Type | Method and Description |
|---|---|
BoundCodeDt<DeviceMetricColorEnum> |
DeviceMetric.getColorElement()
Gets the value(s) for color (black | red | green | yellow | blue | magenta | cyan | white).
|
| Modifier and Type | Method and Description |
|---|---|
DeviceMetric |
DeviceMetric.setColor(DeviceMetricColorEnum theValue)
Sets the value(s) for color (black | red | green | yellow | blue | magenta | cyan | white)
|
| Modifier and Type | Method and Description |
|---|---|
DeviceMetric |
DeviceMetric.setColor(BoundCodeDt<DeviceMetricColorEnum> theValue)
Sets the value(s) for color (black | red | green | yellow | blue | magenta | cyan | white)
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<DeviceMetricColorEnum> |
DeviceMetricColorEnum.VALUESET_BINDER
Converts codes to their respective enumerated values
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceMetricColorEnum |
DeviceMetricColorEnum.forCode(String theCode)
Returns the enumerated value associated with this code
|
static DeviceMetricColorEnum |
DeviceMetricColorEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceMetricColorEnum[] |
DeviceMetricColorEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2016 University Health Network. All rights reserved.