| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
Class for waveform channel items. More...
| Public Member Functions | |
| DSRWaveformChannelItem (const Uint16 multiplexGroupNumber=0, const Uint16 channelNumber=0) | |
| (default) constructor | |
| OFBool | isEqual (const DSRWaveformChannelItem &item) const | 
| check whether items are "equal" | |
| OFBool | isNotEqual (const DSRWaveformChannelItem &item) const | 
| check whether items are "not equal" | |
| OFBool | isLessThan (const DSRWaveformChannelItem &item) const | 
| check whether this item is "less than" the given item | |
| OFBool | isGreaterThan (const DSRWaveformChannelItem &item) const | 
| check whether this item is "greater than" the given item | |
| Public Attributes | |
| Uint16 | MultiplexGroupNumber | 
| multiplex group number value (VR=US) | |
| Uint16 | ChannelNumber | 
| channel number value (VR=US) | |
Class for waveform channel items.
| 
 | inline | 
(default) constructor
| multiplexGroupNumber | optional multiplex group number | 
| channelNumber | optional channel number | 
References ChannelNumber, and MultiplexGroupNumber.
Referenced by isEqual(), isGreaterThan(), isLessThan(), and isNotEqual().
| 
 | inline | 
check whether items are "equal"
| item | item with which the (m,c) pair should be compared | 
References DSRWaveformChannelItem(), ChannelNumber, and MultiplexGroupNumber.
| 
 | inline | 
check whether this item is "greater than" the given item
| item | item with which the (m,c) pair should be compared | 
References DSRWaveformChannelItem(), ChannelNumber, and MultiplexGroupNumber.
| 
 | inline | 
check whether this item is "less than" the given item
| item | item with which the (m,c) pair should be compared | 
References DSRWaveformChannelItem(), ChannelNumber, and MultiplexGroupNumber.
| 
 | inline | 
check whether items are "not equal"
| item | item with which the (m,c) pair should be compared | 
References DSRWaveformChannelItem(), ChannelNumber, and MultiplexGroupNumber.