Uses of Class
ca.uhn.fhir.model.dstu2.resource.DeviceMetric.Calibration
Packages that use DeviceMetric.Calibration
-
Uses of DeviceMetric.Calibration in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DeviceMetric.CalibrationModifier and TypeMethodDescriptionDeviceMetric.addCalibration()Adds and returns a new value for calibration (Describes the calibrations that have been performed or that are required to be performed)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.setState(DeviceMetricCalibrationStateEnum theValue)Sets the value(s) for state (not-calibrated | calibration-required | calibrated | unspecified)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.setTime(ca.uhn.fhir.model.primitive.InstantDt theValue)Sets the value(s) for time (Describes the time last calibration has been performed)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.setTimeWithMillisPrecision(Date theDate)Sets the value for time (Describes the time last calibration has been performed)DeviceMetric.Calibration.setType(DeviceMetricCalibrationTypeEnum theValue)Sets the value(s) for type (unspecified | offset | gain | two-point)DeviceMetric.Calibration.setType(ca.uhn.fhir.model.primitive.BoundCodeDt<DeviceMetricCalibrationTypeEnum> theValue)Sets the value(s) for type (unspecified | offset | gain | two-point)Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DeviceMetric.CalibrationModifier and TypeMethodDescriptionDeviceMetric.getCalibration()Gets the value(s) for calibration (Describes the calibrations that have been performed or that are required to be performed).Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DeviceMetric.CalibrationModifier and TypeMethodDescriptionDeviceMetric.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)Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DeviceMetric.CalibrationModifier and TypeMethodDescriptionDeviceMetric.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)