DCMTK
Version 3.6.4
OFFIS DICOM Toolkit
|
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) | |
Class for waveform channel items.
|
inline |
(default) constructor
multiplexGroupNumber | optional multiplex group number |
channelNumber | optional channel number |
|
inline |
comparison operator
item | item with which the (m,c) pair should be compared |
References ChannelNumber, and MultiplexGroupNumber.
|
inline |
comparison operator
item | item with which the (m,c) pair should be compared |
References ChannelNumber, and MultiplexGroupNumber.
|
inline |
comparison operator
item | item with which the (m,c) pair should be compared |
References ChannelNumber, and MultiplexGroupNumber.
|
inline |
comparison operator
item | item with which the (m,c) pair should be compared |
References ChannelNumber, and MultiplexGroupNumber.