Home
last modified time | relevance | path

Searched refs:multiplexGroupNumber (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmsr/include/dcmtk/dcmsr/
H A Ddsrwavch.h47 DSRWaveformChannelItem(const Uint16 multiplexGroupNumber = 0,
49 : MultiplexGroupNumber(multiplexGroupNumber), in MultiplexGroupNumber() argument
158 OFBool isElement(const Uint16 multiplexGroupNumber,
168 Uint16 &multiplexGroupNumber,
175 void addItem(const Uint16 multiplexGroupNumber,
H A Ddsrwavvl.h188 OFBool appliesToChannel(const Uint16 multiplexGroupNumber,
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmsr/libsrc/
H A Ddsrwavch.cc147 OFBool DSRWaveformChannelList::isElement(const Uint16 multiplexGroupNumber, in isElement() argument
150 …OfItems<DSRWaveformChannelItem>::isElement(DSRWaveformChannelItem(multiplexGroupNumber, channelNum… in isElement()
155 Uint16 &multiplexGroupNumber, in getItem() argument
160 multiplexGroupNumber = item.MultiplexGroupNumber; in getItem()
166 void DSRWaveformChannelList::addItem(const Uint16 multiplexGroupNumber, in addItem() argument
169 …DSRListOfItems<DSRWaveformChannelItem>::addItem(DSRWaveformChannelItem(multiplexGroupNumber, chann… in addItem()
H A Ddsrwavvl.cc249 OFBool DSRWaveformReferenceValue::appliesToChannel(const Uint16 multiplexGroupNumber, in appliesToChannel() argument
254 result = ChannelList.isElement(multiplexGroupNumber, channelNumber); in appliesToChannel()