|
MeVisLab Toolbox Reference
|
Class to provide access to DRTFractionGroupSummarySequence. More...
#include <mlDcmDRTFractionGroupSummarySequenceInterface.h>
Classes | |
| class | Item |
Protected Attributes | |
| std::vector< DcmDRTFractionGroupSummarySequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTFractionGroupSummarySequence.
Definition at line 44 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
|
inline |
Definition at line 114 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 117 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
References _itemVec.
|
inline |
Definition at line 119 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
References _itemVec.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 127 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
|
inline |
Adds a new item to the sequence
Definition at line 211 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
References _itemVec.
|
inline |
Definition at line 216 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
References _itemVec.
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::getCumulativeDoseToDoseReference | ( | DCMTree::TreePtr | item, |
| std::string & | parameter ) const |
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::getCumulativeDoseToDoseReference | ( | unsigned long | idx, |
| std::string & | parameter ) const |
|
inline |
Definition at line 131 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::getDoseReferenceDescription | ( | DCMTree::TreePtr | item, |
| std::string & | parameter ) const |
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::getDoseReferenceDescription | ( | unsigned long | idx, |
| std::string & | parameter ) const |
|
inline |
Definition at line 137 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::getFractionGroupType | ( | DCMTree::TreePtr | item, |
| std::string & | parameter ) const |
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::getFractionGroupType | ( | unsigned long | idx, |
| std::string & | parameter ) const |
|
inline |
Definition at line 143 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
| DcmDRTFractionStatusSummarySequenceInterface ml::DcmDRTFractionGroupSummarySequenceInterface::getFractionStatusSummarySequence | ( | unsigned long | idx | ) | const |
|
inline |
Definition at line 172 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
|
inline |
Gets the item at the indicated position.
Definition at line 202 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
References _itemVec.
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::getNumberOfFractionsDelivered | ( | DCMTree::TreePtr | item, |
| std::string & | parameter ) const |
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::getNumberOfFractionsDelivered | ( | unsigned long | idx, |
| std::string & | parameter ) const |
|
inline |
Definition at line 149 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::getNumberOfFractionsPlanned | ( | DCMTree::TreePtr | item, |
| std::string & | parameter ) const |
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::getNumberOfFractionsPlanned | ( | unsigned long | idx, |
| std::string & | parameter ) const |
|
inline |
Definition at line 155 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 196 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
References _itemVec.
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::getReferencedDoseReferenceNumber | ( | DCMTree::TreePtr | item, |
| std::string & | parameter ) const |
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::getReferencedDoseReferenceNumber | ( | unsigned long | idx, |
| std::string & | parameter ) const |
|
inline |
Definition at line 161 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::getReferencedFractionGroupNumber | ( | DCMTree::TreePtr | item, |
| std::string & | parameter ) const |
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::getReferencedFractionGroupNumber | ( | unsigned long | idx, |
| std::string & | parameter ) const |
|
inline |
Definition at line 167 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
|
inline |
Return the DRTFractionGroupSummarySequence this interface class provides access to.
| dcmSequence | Pointer to DRTFractionGroupSummarySequence |
Definition at line 184 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
References _itemVec.
Referenced by DRTFractionGroupSummarySequenceWrapper::DRTFractionGroupSummarySequenceWrapper(), and DRTFractionGroupSummarySequenceWrapper::operator=().
|
inline |
Check if the DRTFractionGroupSummarySequence is set.
Definition at line 190 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
References _itemVec.
|
inline |
Insert an item at the indicated position
Definition at line 222 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
References _itemVec.
|
inline |
Removes the indicated item from the sequence
Definition at line 234 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
References _itemVec.
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::setCumulativeDoseToDoseReference | ( | unsigned long | idx, |
| std::string | parameter ) |
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::setDoseReferenceDescription | ( | unsigned long | idx, |
| std::string | parameter ) |
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::setFractionGroupType | ( | unsigned long | idx, |
| std::string | parameter ) |
| void ml::DcmDRTFractionGroupSummarySequenceInterface::setFractionStatusSummarySequence | ( | DcmDRTFractionStatusSummarySequenceInterface | seq, |
| unsigned long | idx ) |
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::setNumberOfFractionsDelivered | ( | unsigned long | idx, |
| std::string | parameter ) |
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::setNumberOfFractionsPlanned | ( | unsigned long | idx, |
| std::string | parameter ) |
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::setReferencedDoseReferenceNumber | ( | unsigned long | idx, |
| std::string | parameter ) |
| bool ml::DcmDRTFractionGroupSummarySequenceInterface::setReferencedFractionGroupNumber | ( | unsigned long | idx, |
| std::string | parameter ) |
|
inline |
Set the DRTFractionGroupSummarySequence this interface class provides access to.
| dcmSequence | Pointer to DRTFractionGroupSummarySequence |
Definition at line 178 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
References _itemVec.
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 246 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.
Referenced by addItem(), addItem(), DcmDRTFractionGroupSummarySequenceInterface(), DcmDRTFractionGroupSummarySequenceInterface(), getItem(), getNumberOfItems(), getSequence(), hasSequence(), insertItem(), removeItem(), and setSequence().