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(DeviceMetricCalibrationStateEnum theValue) |
Sets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified)
|
DeviceMetric.Calibration |
DeviceMetric.Calibration.setState(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricCalibrationStateEnum> theValue) |
Sets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified)
|
DeviceMetric.Calibration |
DeviceMetric.Calibration.setTime(ca.uhn.fhir.model.primitive.InstantDt theValue) |
Sets the value(s) for time (Describes the time last calibration has been performed)
|
DeviceMetric.Calibration |
DeviceMetric.Calibration.setTime(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) |
Sets the value 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(DeviceMetricCalibrationTypeEnum theValue) |
Sets the value(s) for type (unspecified | offset | gain | two-point)
|
DeviceMetric.Calibration |
DeviceMetric.Calibration.setType(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricCalibrationTypeEnum> theValue) |
Sets the value(s) for type (unspecified | offset | gain | two-point)
|