Uses of Class
org.hl7.fhir.r4.model.DeviceMetric.DeviceMetricCalibrationComponent
-
Packages that use DeviceMetric.DeviceMetricCalibrationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of DeviceMetric.DeviceMetricCalibrationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DeviceMetric.DeviceMetricCalibrationComponent Modifier and Type Method Description protected DeviceMetric.DeviceMetricCalibrationComponentJsonParser. parseDeviceMetricDeviceMetricCalibrationComponent(com.google.gson.JsonObject json, DeviceMetric owner)protected DeviceMetric.DeviceMetricCalibrationComponentXmlParser. parseDeviceMetricDeviceMetricCalibrationComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceMetric owner) -
Uses of DeviceMetric.DeviceMetricCalibrationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.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.r4.model with type arguments of type DeviceMetric.DeviceMetricCalibrationComponent Modifier and Type Method Description DeviceMetricDeviceMetric. setCalibration(List<DeviceMetric.DeviceMetricCalibrationComponent> theCalibration)
-