Class SystemContextDescriptor

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

    public class SystemContextDescriptor
    extends AbstractDeviceComponentDescriptor
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    The context of an MDS that lists the possible relationship of a POC MEDICAL DEVICE into its usage environment by means of context descriptors. Context descriptors do not contain any stateful information. They only assert that the underlying MDS can provide corresponding context state information.

    Java class for SystemContextDescriptor complex type.

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

     <complexType name="SystemContextDescriptor">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractDeviceComponentDescriptor">
           <sequence>
             <element name="PatientContext" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PatientContextDescriptor" minOccurs="0"/>
             <element name="LocationContext" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocationContextDescriptor" minOccurs="0"/>
             <element name="EnsembleContext" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}EnsembleContextDescriptor" maxOccurs="unbounded" minOccurs="0"/>
             <element name="OperatorContext" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OperatorContextDescriptor" maxOccurs="unbounded" minOccurs="0"/>
             <element name="WorkflowContext" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}WorkflowContextDescriptor" maxOccurs="unbounded" minOccurs="0"/>
             <element name="MeansContext" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}MeansContextDescriptor" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>