23#ifndef __mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface_H
24#define __mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface_H
35#ifndef __mlModuleIncludes_H
64 bool isValid()
const {
return _dcmItem.get() !=
nullptr; }
95 for(
size_t i=0; i < treePtrSeq.size(); i++)
123 void setSequence(std::vector<DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item> dcmSequence) {
129 std::vector<DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item>
getSequence()
const {
169 std::vector<DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item>::iterator it =
_itemVec.begin();
170 std::advance(it, idx);
181 std::vector<DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item>::iterator it =
_itemVec.begin();
182 std::advance(it, idx);
191 std::vector<DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item>
_itemVec;
#define MLDCMTKACCESSORIES_EXPORT
Class to provide access to DRTChannelSourceSequence.
bool setChannelMode(std::string parameter)
Item & operator=(const Item ©DcmItem)
bool setChannelIdentificationCode(std::string parameter)
DCMTree::TreePtr getTreePtr() const
bool getChannelIdentificationCode(std::string ¶meter) const
bool getChannelMode(std::string ¶meter) const
Item(const Item ©DcmItem)
DcmDRTChannelSourceSequenceInterface getChannelSourceSequence() const
std::string getChannelIdentificationCodeTag() const
std::string getChannelSourceSequenceTag() const
Item(DCMTree::TreePtr dcmItem)
void setChannelSourceSequence(DcmDRTChannelSourceSequenceInterface seq)
std::string getChannelModeTag() const
bool getChannelMode(DCMTree::TreePtr item, std::string ¶meter) const
void setSequence(std::vector< DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item > dcmSequence)
std::string getChannelIdentificationCodeTag() const
virtual ~DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface()
Default virtual Destructor.
DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface()
std::vector< DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item > getSequence() const
bool setChannelIdentificationCode(unsigned long idx, std::string parameter)
MLint getNumberOfItems() const
std::vector< DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item > _itemVec
Reference to the wrapped DICOM tree pointer vector.
DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface(std::vector< DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item > dcmSequence)
Default Constructor.
bool getChannelIdentificationCode(DCMTree::TreePtr item, std::string ¶meter) const
bool insertItem(const size_t idx)
DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item getItem(const size_t idx) const
bool getChannelIdentificationCode(unsigned long idx, std::string ¶meter) const
void addItem(DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item newItem)
DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface(DCMTree::TreePtrVector treePtrSeq)
bool getChannelMode(unsigned long idx, std::string ¶meter) const
bool removeItem(const size_t idx)
std::string getChannelModeTag() const
void setChannelSourceSequence(DcmDRTChannelSourceSequenceInterface seq, unsigned long idx)
bool setChannelMode(unsigned long idx, std::string parameter)
DcmDRTChannelSourceSequenceInterface getChannelSourceSequence(unsigned long idx) const
std::string getChannelSourceSequenceTag() const
DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::Item & addItem()
static DCMTree::TreePtr createNewDicomTree()
Class to provide access to DRTChannelSourceSequence.
Class collecting some DICOM helper functionality explicitly for dcmtk.
std::vector< TreePtr > TreePtrVector
A vector of TreePtr - used for sequences.
boost::shared_ptr< Tree > TreePtr
Shared pointer to a DCMTree::Tree.