Public Member Functions | |
| DSRWaveformChannelItem (const Uint16 multiplexGroupNumber=0, const Uint16 channelNumber=0) | |
| (default) constructor | |
| OFBool | operator== (const DSRWaveformChannelItem &item) const |
| comparison operator | |
| OFBool | operator!= (const DSRWaveformChannelItem &item) const |
| comparison operator | |
| OFBool | operator< (const DSRWaveformChannelItem &item) const |
| comparison operator | |
| OFBool | operator> (const DSRWaveformChannelItem &item) const |
| comparison operator | |
Public Attributes | |
| Uint16 | MultiplexGroupNumber |
| multiplex group number value (VR=US) | |
| Uint16 | ChannelNumber |
| channel number value (VR=US) | |
Definition at line 46 of file dsrwavch.h.
| DSRWaveformChannelItem::DSRWaveformChannelItem | ( | const Uint16 | multiplexGroupNumber = 0, |
|
| const Uint16 | channelNumber = 0 | |||
| ) | [inline] |
(default) constructor
| multiplexGroupNumber | optional multiplex group number | |
| channelNumber | optional channel number |
Definition at line 54 of file dsrwavch.h.
| OFBool DSRWaveformChannelItem::operator== | ( | const DSRWaveformChannelItem & | item | ) | const [inline] |
comparison operator
| item | item with which the (m,c) pair should be compared |
Definition at line 65 of file dsrwavch.h.
References ChannelNumber, and MultiplexGroupNumber.
| OFBool DSRWaveformChannelItem::operator!= | ( | const DSRWaveformChannelItem & | item | ) | const [inline] |
comparison operator
| item | item with which the (m,c) pair should be compared |
Definition at line 74 of file dsrwavch.h.
References ChannelNumber, and MultiplexGroupNumber.
| OFBool DSRWaveformChannelItem::operator< | ( | const DSRWaveformChannelItem & | item | ) | const [inline] |
comparison operator
| item | item with which the (m,c) pair should be compared |
Definition at line 83 of file dsrwavch.h.
References ChannelNumber, and MultiplexGroupNumber.
| OFBool DSRWaveformChannelItem::operator> | ( | const DSRWaveformChannelItem & | item | ) | const [inline] |
comparison operator
| item | item with which the (m,c) pair should be compared |
Definition at line 92 of file dsrwavch.h.
References ChannelNumber, and MultiplexGroupNumber.