23#ifndef __mlDcmDRTReferencedBeamSequenceInRTDoseModuleInterface_H
24#define __mlDcmDRTReferencedBeamSequenceInRTDoseModuleInterface_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<DcmDRTReferencedBeamSequenceInRTDoseModuleInterface::Item> dcmSequence) {
129 std::vector<DcmDRTReferencedBeamSequenceInRTDoseModuleInterface::Item>
getSequence()
const {
169 std::vector<DcmDRTReferencedBeamSequenceInRTDoseModuleInterface::Item>::iterator it =
_itemVec.begin();
170 std::advance(it, idx);
181 std::vector<DcmDRTReferencedBeamSequenceInRTDoseModuleInterface::Item>::iterator it =
_itemVec.begin();
182 std::advance(it, idx);
191 std::vector<DcmDRTReferencedBeamSequenceInRTDoseModuleInterface::Item>
_itemVec;
#define MLDCMTKACCESSORIES_EXPORT
bool getReferencedBeamNumber(std::string ¶meter) const
std::string getReferencedBrachyApplicationSetupNumberTag() const
void setReferencedControlPointSequence(DcmDRTReferencedControlPointSequenceInterface seq)
std::string getReferencedBeamNumberTag() const
DcmDRTReferencedControlPointSequenceInterface getReferencedControlPointSequence() const
Item & operator=(const Item ©DcmItem)
DCMTree::TreePtr getTreePtr() const
std::string getReferencedControlPointSequenceTag() const
bool setReferencedBrachyApplicationSetupNumber(std::string parameter)
bool getReferencedBrachyApplicationSetupNumber(std::string ¶meter) const
Item(DCMTree::TreePtr dcmItem)
bool setReferencedBeamNumber(std::string parameter)
Item(const Item ©DcmItem)
bool setReferencedBrachyApplicationSetupNumber(unsigned long idx, std::string parameter)
bool getReferencedBrachyApplicationSetupNumber(unsigned long idx, std::string ¶meter) const
virtual ~DcmDRTReferencedBeamSequenceInRTDoseModuleInterface()
Default virtual Destructor.
DcmDRTReferencedBeamSequenceInRTDoseModuleInterface()
std::string getReferencedControlPointSequenceTag() const
std::string getReferencedBrachyApplicationSetupNumberTag() const
std::vector< DcmDRTReferencedBeamSequenceInRTDoseModuleInterface::Item > getSequence() const
std::vector< DcmDRTReferencedBeamSequenceInRTDoseModuleInterface::Item > _itemVec
Reference to the wrapped DICOM tree pointer vector.
bool removeItem(const size_t idx)
MLint getNumberOfItems() const
bool getReferencedBeamNumber(DCMTree::TreePtr item, std::string ¶meter) const
DcmDRTReferencedControlPointSequenceInterface getReferencedControlPointSequence(unsigned long idx) const
void addItem(DcmDRTReferencedBeamSequenceInRTDoseModuleInterface::Item newItem)
void setSequence(std::vector< DcmDRTReferencedBeamSequenceInRTDoseModuleInterface::Item > dcmSequence)
DcmDRTReferencedBeamSequenceInRTDoseModuleInterface(DCMTree::TreePtrVector treePtrSeq)
std::string getReferencedBeamNumberTag() const
void setReferencedControlPointSequence(DcmDRTReferencedControlPointSequenceInterface seq, unsigned long idx)
DcmDRTReferencedBeamSequenceInRTDoseModuleInterface::Item & addItem()
bool getReferencedBrachyApplicationSetupNumber(DCMTree::TreePtr item, std::string ¶meter) const
bool setReferencedBeamNumber(unsigned long idx, std::string parameter)
DcmDRTReferencedBeamSequenceInRTDoseModuleInterface::Item getItem(const size_t idx) const
DcmDRTReferencedBeamSequenceInRTDoseModuleInterface(std::vector< DcmDRTReferencedBeamSequenceInRTDoseModuleInterface::Item > dcmSequence)
Default Constructor.
bool getReferencedBeamNumber(unsigned long idx, std::string ¶meter) const
bool insertItem(const size_t idx)
Class to provide access to DRTReferencedControlPointSequence.
static DCMTree::TreePtr createNewDicomTree()
Class to provide access to DRTReferencedControlPointSequence.
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.