Package org.hl7.fhir

Class DeviceMetricCalibration

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class DeviceMetricCalibration extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Describes a measurement, calculation or setting capability of a medical device.

Java class for DeviceMetric.Calibration complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DeviceMetric.Calibration">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="type" type="{http://hl7.org/fhir}DeviceMetricCalibrationType" minOccurs="0"/>
         <element name="state" type="{http://hl7.org/fhir}DeviceMetricCalibrationState" minOccurs="0"/>
         <element name="time" type="{http://hl7.org/fhir}instant" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>