public class NumericMetricState extends AbstractMetricState
| Modifier and Type | Field and Description |
|---|---|
protected NumericValue |
observedValue |
protected List<Range> |
physiologicalRanges |
averagingPeriod, bodySites, measurementPeriodcalibrationInfo, operatingCycles, operatingHours, statedescriptorVersion, extension, handle, referencedDescriptor, stateVersion| Constructor and Description |
|---|
NumericMetricState() |
| Modifier and Type | Method and Description |
|---|---|
NumericValue |
getObservedValue()
Optional current value of the metric.
|
List<Range> |
getPhysiologicalRanges()
The physiological reasonable range of observed values (note that this is not an alarming range).Gets the value of the physiologicalRanges property.
|
void |
setObservedValue(NumericValue value)
Sets the value of the observedValue property.
|
void |
setPhysiologicalRanges(List<Range> value) |
getAveragingPeriod, getBodySites, getMeasurementPeriod, setAveragingPeriod, setBodySites, setMeasurementPeriodgetCalibrationInfo, getOperatingCycles, getOperatingHours, getState, setCalibrationInfo, setOperatingCycles, setOperatingHours, setStategetDescriptorVersion, getExtension, getHandle, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setHandle, setReferencedDescriptor, setStateVersionprotected NumericValue observedValue
public NumericValue getObservedValue()
NumericValuepublic void setObservedValue(NumericValue value)
value - allowed object is
NumericValuepublic List<Range> getPhysiologicalRanges()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the physiologicalRanges property.
For example, to add a new item, do as follows:
getPhysiologicalRanges().add(newItem);
Objects of the following type(s) are allowed in the list
Range
Copyright © 2016. All rights reserved.