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.Calibration
DeviceMetric.Calibration.Builder. build()
Build theDeviceMetric.Calibration
Methods 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.Builder
DeviceMetric.Builder. calibration(DeviceMetric.Calibration... calibration)
Describes the calibrations that have been performed or that are required to be performed.protected DeviceMetric.Calibration.Builder
DeviceMetric.Calibration.Builder. from(DeviceMetric.Calibration calibration)
protected void
DeviceMetric.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.Builder
DeviceMetric.Builder. calibration(java.util.Collection<DeviceMetric.Calibration> calibration)
Describes the calibrations that have been performed or that are required to be performed.
-