|
MeVisLab Toolbox Reference
|
Class to provide access to DRTFractionGroupSequence. More...
#include <mlDcmDRTFractionGroupSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTFractionGroupSequenceInterface () | |
| DcmDRTFractionGroupSequenceInterface (std::vector< DcmDRTFractionGroupSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTFractionGroupSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTFractionGroupSequenceInterface () |
| Default virtual Destructor. | |
| bool | getFractionGroupDescription (unsigned long idx, std::string ¶meter) const |
| bool | getFractionGroupDescription (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getFractionGroupDescriptionTag () const |
| bool | setFractionGroupDescription (unsigned long idx, std::string parameter) |
| bool | getFractionGroupNumber (unsigned long idx, std::string ¶meter) const |
| bool | getFractionGroupNumber (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getFractionGroupNumberTag () const |
| bool | setFractionGroupNumber (unsigned long idx, std::string parameter) |
| bool | getFractionPattern (unsigned long idx, std::string ¶meter) const |
| bool | getFractionPattern (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getFractionPatternTag () const |
| bool | setFractionPattern (unsigned long idx, std::string parameter) |
| bool | getNumberOfBeams (unsigned long idx, std::string ¶meter) const |
| bool | getNumberOfBeams (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getNumberOfBeamsTag () const |
| bool | setNumberOfBeams (unsigned long idx, std::string parameter) |
| bool | getNumberOfBrachyApplicationSetups (unsigned long idx, std::string ¶meter) const |
| bool | getNumberOfBrachyApplicationSetups (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getNumberOfBrachyApplicationSetupsTag () const |
| bool | setNumberOfBrachyApplicationSetups (unsigned long idx, std::string parameter) |
| bool | getNumberOfFractionPatternDigitsPerDay (unsigned long idx, std::string ¶meter) const |
| bool | getNumberOfFractionPatternDigitsPerDay (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getNumberOfFractionPatternDigitsPerDayTag () const |
| bool | setNumberOfFractionPatternDigitsPerDay (unsigned long idx, std::string parameter) |
| bool | getNumberOfFractionsPlanned (unsigned long idx, std::string ¶meter) const |
| bool | getNumberOfFractionsPlanned (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getNumberOfFractionsPlannedTag () const |
| bool | setNumberOfFractionsPlanned (unsigned long idx, std::string parameter) |
| bool | getRepeatFractionCycleLength (unsigned long idx, std::string ¶meter) const |
| bool | getRepeatFractionCycleLength (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getRepeatFractionCycleLengthTag () const |
| bool | setRepeatFractionCycleLength (unsigned long idx, std::string parameter) |
| DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface | getReferencedBeamSequence (unsigned long idx) const |
| std::string | getReferencedBeamSequenceTag () const |
| void | setReferencedBeamSequence (DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface seq, unsigned long idx) |
| DcmDRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModuleInterface | getReferencedBrachyApplicationSetupSequence (unsigned long idx) const |
| std::string | getReferencedBrachyApplicationSetupSequenceTag () const |
| void | setReferencedBrachyApplicationSetupSequence (DcmDRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModuleInterface seq, unsigned long idx) |
| DcmDRTReferencedDoseReferenceSequenceInRTFractionSchemeModuleInterface | getReferencedDoseReferenceSequence (unsigned long idx) const |
| std::string | getReferencedDoseReferenceSequenceTag () const |
| void | setReferencedDoseReferenceSequence (DcmDRTReferencedDoseReferenceSequenceInRTFractionSchemeModuleInterface seq, unsigned long idx) |
| DcmDRTReferencedDoseSequenceInterface | getReferencedDoseSequence (unsigned long idx) const |
| std::string | getReferencedDoseSequenceTag () const |
| void | setReferencedDoseSequence (DcmDRTReferencedDoseSequenceInterface seq, unsigned long idx) |
| void | setSequence (std::vector< DcmDRTFractionGroupSequenceInterface::Item > dcmSequence) |
| Set the DRTFractionGroupSequence this interface class provides access to. | |
| std::vector< DcmDRTFractionGroupSequenceInterface::Item > | getSequence () const |
| Return the DRTFractionGroupSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTFractionGroupSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTFractionGroupSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTFractionGroupSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTFractionGroupSequenceInterface::Item newItem) |
| bool | insertItem (const size_t idx) |
| Insert an item at the indicated position. | |
| bool | removeItem (const size_t idx) |
| Removes the indicated item from the sequence. | |
Protected Attributes | |
| std::vector< DcmDRTFractionGroupSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTFractionGroupSequence.
Definition at line 47 of file mlDcmDRTFractionGroupSequenceInterface.h.
|
inline |
Definition at line 137 of file mlDcmDRTFractionGroupSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 140 of file mlDcmDRTFractionGroupSequenceInterface.h.
|
inline |
Definition at line 142 of file mlDcmDRTFractionGroupSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 150 of file mlDcmDRTFractionGroupSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 255 of file mlDcmDRTFractionGroupSequenceInterface.h.
|
inline |
Definition at line 260 of file mlDcmDRTFractionGroupSequenceInterface.h.
| bool ml::DcmDRTFractionGroupSequenceInterface::getFractionGroupDescription | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTFractionGroupSequenceInterface::getFractionGroupDescription | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 154 of file mlDcmDRTFractionGroupSequenceInterface.h.
Referenced by DRTFractionGroupSequenceWrapper::getFractionGroupDescriptionTag().
| bool ml::DcmDRTFractionGroupSequenceInterface::getFractionGroupNumber | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTFractionGroupSequenceInterface::getFractionGroupNumber | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 160 of file mlDcmDRTFractionGroupSequenceInterface.h.
Referenced by DRTFractionGroupSequenceWrapper::getFractionGroupNumberTag().
| bool ml::DcmDRTFractionGroupSequenceInterface::getFractionPattern | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTFractionGroupSequenceInterface::getFractionPattern | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 166 of file mlDcmDRTFractionGroupSequenceInterface.h.
Referenced by DRTFractionGroupSequenceWrapper::getFractionPatternTag().
|
inline |
Gets the item at the indicated position.
Definition at line 246 of file mlDcmDRTFractionGroupSequenceInterface.h.
| bool ml::DcmDRTFractionGroupSequenceInterface::getNumberOfBeams | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTFractionGroupSequenceInterface::getNumberOfBeams | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 172 of file mlDcmDRTFractionGroupSequenceInterface.h.
Referenced by DRTFractionGroupSequenceWrapper::getNumberOfBeamsTag().
| bool ml::DcmDRTFractionGroupSequenceInterface::getNumberOfBrachyApplicationSetups | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTFractionGroupSequenceInterface::getNumberOfBrachyApplicationSetups | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 178 of file mlDcmDRTFractionGroupSequenceInterface.h.
Referenced by DRTFractionGroupSequenceWrapper::getNumberOfBrachyApplicationSetupsTag().
| bool ml::DcmDRTFractionGroupSequenceInterface::getNumberOfFractionPatternDigitsPerDay | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTFractionGroupSequenceInterface::getNumberOfFractionPatternDigitsPerDay | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 184 of file mlDcmDRTFractionGroupSequenceInterface.h.
Referenced by DRTFractionGroupSequenceWrapper::getNumberOfFractionPatternDigitsPerDayTag().
| bool ml::DcmDRTFractionGroupSequenceInterface::getNumberOfFractionsPlanned | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTFractionGroupSequenceInterface::getNumberOfFractionsPlanned | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 190 of file mlDcmDRTFractionGroupSequenceInterface.h.
Referenced by DRTFractionGroupSequenceWrapper::getNumberOfFractionsPlannedTag().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 240 of file mlDcmDRTFractionGroupSequenceInterface.h.
| DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface ml::DcmDRTFractionGroupSequenceInterface::getReferencedBeamSequence | ( | unsigned long | idx | ) | const |
|
inline |
Definition at line 201 of file mlDcmDRTFractionGroupSequenceInterface.h.
Referenced by DRTFractionGroupSequenceWrapper::getReferencedBeamSequenceTag().
| DcmDRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModuleInterface ml::DcmDRTFractionGroupSequenceInterface::getReferencedBrachyApplicationSetupSequence | ( | unsigned long | idx | ) | const |
|
inline |
Definition at line 206 of file mlDcmDRTFractionGroupSequenceInterface.h.
Referenced by DRTFractionGroupSequenceWrapper::getReferencedBrachyApplicationSetupSequenceTag().
| DcmDRTReferencedDoseReferenceSequenceInRTFractionSchemeModuleInterface ml::DcmDRTFractionGroupSequenceInterface::getReferencedDoseReferenceSequence | ( | unsigned long | idx | ) | const |
|
inline |
Definition at line 211 of file mlDcmDRTFractionGroupSequenceInterface.h.
Referenced by DRTFractionGroupSequenceWrapper::getReferencedDoseReferenceSequenceTag().
| DcmDRTReferencedDoseSequenceInterface ml::DcmDRTFractionGroupSequenceInterface::getReferencedDoseSequence | ( | unsigned long | idx | ) | const |
|
inline |
Definition at line 216 of file mlDcmDRTFractionGroupSequenceInterface.h.
Referenced by DRTFractionGroupSequenceWrapper::getReferencedDoseSequenceTag().
| bool ml::DcmDRTFractionGroupSequenceInterface::getRepeatFractionCycleLength | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTFractionGroupSequenceInterface::getRepeatFractionCycleLength | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 196 of file mlDcmDRTFractionGroupSequenceInterface.h.
Referenced by DRTFractionGroupSequenceWrapper::getRepeatFractionCycleLengthTag().
|
inline |
Return the DRTFractionGroupSequence this interface class provides access to.
| dcmSequence | Pointer to DRTFractionGroupSequence |
Definition at line 228 of file mlDcmDRTFractionGroupSequenceInterface.h.
Referenced by DRTFractionGroupSequenceWrapper::DRTFractionGroupSequenceWrapper(), and DRTFractionGroupSequenceWrapper::operator=().
|
inline |
Check if the DRTFractionGroupSequence is set.
Definition at line 234 of file mlDcmDRTFractionGroupSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 266 of file mlDcmDRTFractionGroupSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 278 of file mlDcmDRTFractionGroupSequenceInterface.h.
| bool ml::DcmDRTFractionGroupSequenceInterface::setFractionGroupDescription | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTFractionGroupSequenceInterface::setFractionGroupNumber | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTFractionGroupSequenceInterface::setFractionPattern | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTFractionGroupSequenceInterface::setNumberOfBeams | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTFractionGroupSequenceInterface::setNumberOfBrachyApplicationSetups | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTFractionGroupSequenceInterface::setNumberOfFractionPatternDigitsPerDay | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTFractionGroupSequenceInterface::setNumberOfFractionsPlanned | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| void ml::DcmDRTFractionGroupSequenceInterface::setReferencedBeamSequence | ( | DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface | seq, |
| unsigned long | idx | ||
| ) |
| void ml::DcmDRTFractionGroupSequenceInterface::setReferencedBrachyApplicationSetupSequence | ( | DcmDRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModuleInterface | seq, |
| unsigned long | idx | ||
| ) |
| void ml::DcmDRTFractionGroupSequenceInterface::setReferencedDoseReferenceSequence | ( | DcmDRTReferencedDoseReferenceSequenceInRTFractionSchemeModuleInterface | seq, |
| unsigned long | idx | ||
| ) |
| void ml::DcmDRTFractionGroupSequenceInterface::setReferencedDoseSequence | ( | DcmDRTReferencedDoseSequenceInterface | seq, |
| unsigned long | idx | ||
| ) |
| bool ml::DcmDRTFractionGroupSequenceInterface::setRepeatFractionCycleLength | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTFractionGroupSequence this interface class provides access to.
| dcmSequence | Pointer to DRTFractionGroupSequence |
Definition at line 222 of file mlDcmDRTFractionGroupSequenceInterface.h.
Referenced by DRTFractionGroupSequenceWrapper::DRTFractionGroupSequenceWrapper(), and DRTFractionGroupSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 290 of file mlDcmDRTFractionGroupSequenceInterface.h.