Uses of Class
org.hl7.fhir.r4b.model.DeviceMetric.DeviceMetricCalibrationComponent
-
Packages that use DeviceMetric.DeviceMetricCalibrationComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of DeviceMetric.DeviceMetricCalibrationComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return DeviceMetric.DeviceMetricCalibrationComponent Modifier and Type Method Description protected DeviceMetric.DeviceMetricCalibrationComponentJsonParser. parseDeviceMetricCalibrationComponent(com.google.gson.JsonObject json)protected DeviceMetric.DeviceMetricCalibrationComponentXmlParser. parseDeviceMetricCalibrationComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of DeviceMetric.DeviceMetricCalibrationComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type DeviceMetric.DeviceMetricCalibrationComponent Modifier and Type Field Description protected List<DeviceMetric.DeviceMetricCalibrationComponent>DeviceMetric. calibrationDescribes the calibrations that have been performed or that are required to be performed.Methods in org.hl7.fhir.r4b.model that return types with arguments of type DeviceMetric.DeviceMetricCalibrationComponent Modifier and Type Method Description List<DeviceMetric.DeviceMetricCalibrationComponent>DeviceMetric. getCalibration()Methods in org.hl7.fhir.r4b.model with parameters of type DeviceMetric.DeviceMetricCalibrationComponent Modifier and Type Method Description DeviceMetricDeviceMetric. addCalibration(DeviceMetric.DeviceMetricCalibrationComponent t)voidDeviceMetric.DeviceMetricCalibrationComponent. copyValues(DeviceMetric.DeviceMetricCalibrationComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type DeviceMetric.DeviceMetricCalibrationComponent Modifier and Type Method Description DeviceMetricDeviceMetric. setCalibration(List<DeviceMetric.DeviceMetricCalibrationComponent> theCalibration)
-