Class MdsDescriptor

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2

    public class MdsDescriptor
    extends AbstractComplexDeviceComponentDescriptor
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    MdsDescriptor represents an MDS that in turn represents a POC MEDICAL DEVICE such as an anesthesia workstation. It contains an abstraction of the hardware specification of a POC MEDICAL DEVICE plus a list of VMDs, contextual information and clock object. NOTE—The IEEE 11073-10201 has different specializations that are all representable by MdsDescriptor.

    Java class for MdsDescriptor complex type.

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

     <complexType name="MdsDescriptor">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractComplexDeviceComponentDescriptor">
           <sequence>
             <element name="MetaData" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
                       <element name="Udi" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
                                 <element name="DeviceIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="HumanReadableForm" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="Issuer" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier"/>
                                 <element name="Jurisdiction" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier" minOccurs="0"/>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                       <element name="LotNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                       <element name="Manufacturer" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
                       <element name="ManufactureDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
                       <element name="ExpirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
                       <element name="ModelName" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
                       <element name="ModelNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                       <element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="SystemContext" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}SystemContextDescriptor" minOccurs="0"/>
             <element name="Clock" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ClockDescriptor" minOccurs="0"/>
             <element name="Battery" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}BatteryDescriptor" maxOccurs="unbounded" minOccurs="0"/>
             <element name="ApprovedJurisdictions" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ApprovedJurisdictions" minOccurs="0"/>
             <element name="Vmd" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}VmdDescriptor" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>