Inheritance diagram for DSRWaveformChannelList:
Public Member Functions | |
DSRWaveformChannelList () | |
default constructor | |
DSRWaveformChannelList (const DSRWaveformChannelList &lst) | |
copy constructor | |
virtual | ~DSRWaveformChannelList () |
destructor | |
DSRWaveformChannelList & | operator= (const DSRWaveformChannelList &lst) |
assignment operator | |
OFCondition | print (ostream &stream, const size_t flags=0, const char pairSeparator= '/', const char itemSeparator= ',') const |
print list of waveform channels. | |
OFCondition | read (DcmItem &dataset, OFConsole *logStream) |
read list of waveform channels | |
OFCondition | write (DcmItem &dataset, OFConsole *logStream) const |
write list of waveform channels | |
OFBool | isElement (const Uint16 multiplexGroupNumber, const Uint16 channelNumber) const |
check whether specified value pair is contained in the list | |
OFCondition | getItem (const size_t idx, Uint16 &multiplexGroupNumber, Uint16 &channelNumber) const |
get copy of the specified value pair | |
void | addItem (const Uint16 multiplexGroupNumber, const Uint16 channelNumber) |
add value pair to the list | |
OFCondition | putString (const char *stringValue) |
put list of waveform channels as a string. |
Definition at line 112 of file dsrwavch.h.
|
copy constructor
|
|
add value pair to the list
|
|
get copy of the specified value pair
|
|
check whether specified value pair is contained in the list
|
|
assignment operator
|
|
print list of waveform channels. The output of a typical list looks like this: 1/2,3/4,5/6
|
|
put list of waveform channels as a string. This function expects the same input format as created by print(), i.e. a comma separated list of numerical value pairs.
|
|
read list of waveform channels
|
|
write list of waveform channels
|