| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
DeviceMetric.Calibration |
DeviceMetric.addCalibration()
Adds and returns a new value for calibration (Describes the calibrations that have been performed or that are required to be performed)
|
DeviceMetric.Calibration |
DeviceMetric.getCalibrationFirstRep()
Gets the first repetition for calibration (Describes the calibrations that have been performed or that are required to be performed),
creating it if it does not already exist.
|
DeviceMetric.Calibration |
DeviceMetric.Calibration.setState(BoundCodeDt<DeviceMetricCalibrationStateEnum> theValue)
Sets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified)
|
DeviceMetric.Calibration |
DeviceMetric.Calibration.setState(DeviceMetricCalibrationStateEnum theValue)
Sets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified)
|
DeviceMetric.Calibration |
DeviceMetric.Calibration.setTime(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for time (Describes the time last calibration has been performed)
|
DeviceMetric.Calibration |
DeviceMetric.Calibration.setTime(InstantDt theValue)
Sets the value(s) for time (Describes the time last calibration has been performed)
|
DeviceMetric.Calibration |
DeviceMetric.Calibration.setTimeWithMillisPrecision(Date theDate)
Sets the value for time (Describes the time last calibration has been performed)
|
DeviceMetric.Calibration |
DeviceMetric.Calibration.setType(BoundCodeDt<DeviceMetricCalibrationTypeEnum> theValue)
Sets the value(s) for type (unspecified | offset | gain | two-point)
|
DeviceMetric.Calibration |
DeviceMetric.Calibration.setType(DeviceMetricCalibrationTypeEnum theValue)
Sets the value(s) for type (unspecified | offset | gain | two-point)
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceMetric.Calibration> |
DeviceMetric.getCalibration()
Gets the value(s) for calibration (Describes the calibrations that have been performed or that are required to be performed).
|
| Modifier and Type | Method and Description |
|---|---|
DeviceMetric |
DeviceMetric.addCalibration(DeviceMetric.Calibration theValue)
Adds a given new value for calibration (Describes the calibrations that have been performed or that are required to be performed)
|
| Modifier and Type | Method and Description |
|---|---|
DeviceMetric |
DeviceMetric.setCalibration(List<DeviceMetric.Calibration> theValue)
Sets the value(s) for calibration (Describes the calibrations that have been performed or that are required to be performed)
|
Copyright © 2014–2016 University Health Network. All rights reserved.