Uses of Class
org.linuxforhealth.fhir.model.resource.DeviceMetric.Calibration
-
Packages that use DeviceMetric.Calibration Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of DeviceMetric.Calibration in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return DeviceMetric.Calibration Modifier and Type Method Description DeviceMetric.CalibrationDeviceMetric.Calibration.Builder. build()Build theDeviceMetric.CalibrationMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type DeviceMetric.Calibration Modifier and Type Method Description java.util.List<DeviceMetric.Calibration>DeviceMetric. getCalibration()Describes the calibrations that have been performed or that are required to be performed.Methods in org.linuxforhealth.fhir.model.resource with parameters of type DeviceMetric.Calibration Modifier and Type Method Description DeviceMetric.BuilderDeviceMetric.Builder. calibration(DeviceMetric.Calibration... calibration)Describes the calibrations that have been performed or that are required to be performed.protected DeviceMetric.Calibration.BuilderDeviceMetric.Calibration.Builder. from(DeviceMetric.Calibration calibration)protected voidDeviceMetric.Calibration.Builder. validate(DeviceMetric.Calibration calibration)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type DeviceMetric.Calibration Modifier and Type Method Description DeviceMetric.BuilderDeviceMetric.Builder. calibration(java.util.Collection<DeviceMetric.Calibration> calibration)Describes the calibrations that have been performed or that are required to be performed.
-