| Package | Description |
|---|---|
| com.draeger.medical.biceps.common.model |
| Modifier and Type | Field and Description |
|---|---|
protected MeasurementValidity |
ClinicalInfo.RelatedMeasurement.validity |
protected MeasurementValidity |
AbstractMetricValue.MetricQuality.validity |
| Modifier and Type | Method and Description |
|---|---|
static MeasurementValidity |
MeasurementValidity.fromValue(String v) |
MeasurementValidity |
ClinicalInfo.RelatedMeasurement.getValidity()
Gets the value of the validity property.
|
MeasurementValidity |
AbstractMetricValue.MetricQuality.getValidity()
Gets the value of the validity property.
|
static MeasurementValidity |
MeasurementValidity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeasurementValidity[] |
MeasurementValidity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClinicalInfo.RelatedMeasurement.setValidity(MeasurementValidity value)
Sets the value of the validity property.
|
void |
AbstractMetricValue.MetricQuality.setValidity(MeasurementValidity value)
Sets the value of the validity property.
|
Copyright © 2017. All rights reserved.