DCMTK  Version 3.6.6
OFFIS DICOM Toolkit
Public Member Functions | Public Attributes | List of all members
DSRWaveformChannelItem Class Reference

Class for waveform channel items. More...

Public Member Functions

 DSRWaveformChannelItem (const Uint16 multiplexGroupNumber=0, const Uint16 channelNumber=0)
 (default) constructor More...
 
OFBool operator== (const DSRWaveformChannelItem &item) const
 comparison operator More...
 
OFBool operator!= (const DSRWaveformChannelItem &item) const
 comparison operator More...
 
OFBool operator< (const DSRWaveformChannelItem &item) const
 comparison operator More...
 
OFBool operator> (const DSRWaveformChannelItem &item) const
 comparison operator More...
 

Public Attributes

Uint16 MultiplexGroupNumber
 multiplex group number value (VR=US)
 
Uint16 ChannelNumber
 channel number value (VR=US)
 

Detailed Description

Class for waveform channel items.

Constructor & Destructor Documentation

◆ DSRWaveformChannelItem()

DSRWaveformChannelItem::DSRWaveformChannelItem ( const Uint16  multiplexGroupNumber = 0,
const Uint16  channelNumber = 0 
)
inline

(default) constructor

Parameters
multiplexGroupNumberoptional multiplex group number
channelNumberoptional channel number

Member Function Documentation

◆ operator!=()

OFBool DSRWaveformChannelItem::operator!= ( const DSRWaveformChannelItem item) const
inline

comparison operator

Parameters
itemitem with which the (m,c) pair should be compared
Returns
true if not equal, false if equal

References ChannelNumber, and MultiplexGroupNumber.

◆ operator<()

OFBool DSRWaveformChannelItem::operator< ( const DSRWaveformChannelItem item) const
inline

comparison operator

Parameters
itemitem with which the (m,c) pair should be compared
Returns
true if smaller. ChannelNumber takes precedence over MultiplexGroupNumber.

References ChannelNumber, and MultiplexGroupNumber.

◆ operator==()

OFBool DSRWaveformChannelItem::operator== ( const DSRWaveformChannelItem item) const
inline

comparison operator

Parameters
itemitem with which the (m,c) pair should be compared
Returns
OFTrue if both pairs are equal, OFFalse otherwise

References ChannelNumber, and MultiplexGroupNumber.

◆ operator>()

OFBool DSRWaveformChannelItem::operator> ( const DSRWaveformChannelItem item) const
inline

comparison operator

Parameters
itemitem with which the (m,c) pair should be compared
Returns
true if greater. ChannelNumber takes precedence over MultiplexGroupNumber.

References ChannelNumber, and MultiplexGroupNumber.


The documentation for this class was generated from the following file:


Generated on Thu Jan 14 2021 for DCMTK Version 3.6.6 by Doxygen 1.8.18