Class ChannelDescriptor

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

    public class ChannelDescriptor
    extends AbstractDeviceComponentDescriptor
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    ChannelDescriptor describes a CHANNEL to group METRICs and alerts. It is used for organizational purposes only. Example: an example would be a blood pressure VMD with one CHANNEL to group together all METRICs that deal with the blood pressure (e.g., pressure value, pressure waveform). A second CHANNEL object could be used to group together METRICs that deal with heart rate.

    Java class for ChannelDescriptor complex type.

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

     <complexType name="ChannelDescriptor">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractDeviceComponentDescriptor">
           <sequence>
             <element name="Metric" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractMetricDescriptor" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>