|
| DcmDRTDVHSequenceInterface () |
|
| DcmDRTDVHSequenceInterface (std::vector< DcmDRTDVHSequenceInterface::Item > dcmSequence) |
| Default Constructor.
|
|
| DcmDRTDVHSequenceInterface (DCMTree::TreePtrVector treePtrSeq) |
|
virtual | ~DcmDRTDVHSequenceInterface () |
| Default virtual Destructor.
|
|
bool | getDVHData (unsigned long idx, std::string ¶meter) const |
|
bool | getDVHData (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getDVHDataTag () const |
|
bool | setDVHData (unsigned long idx, std::string parameter) |
|
bool | getDVHDoseScaling (unsigned long idx, std::string ¶meter) const |
|
bool | getDVHDoseScaling (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getDVHDoseScalingTag () const |
|
bool | setDVHDoseScaling (unsigned long idx, std::string parameter) |
|
bool | getDVHMaximumDose (unsigned long idx, std::string ¶meter) const |
|
bool | getDVHMaximumDose (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getDVHMaximumDoseTag () const |
|
bool | setDVHMaximumDose (unsigned long idx, std::string parameter) |
|
bool | getDVHMeanDose (unsigned long idx, std::string ¶meter) const |
|
bool | getDVHMeanDose (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getDVHMeanDoseTag () const |
|
bool | setDVHMeanDose (unsigned long idx, std::string parameter) |
|
bool | getDVHMinimumDose (unsigned long idx, std::string ¶meter) const |
|
bool | getDVHMinimumDose (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getDVHMinimumDoseTag () const |
|
bool | setDVHMinimumDose (unsigned long idx, std::string parameter) |
|
bool | getDVHNumberOfBins (unsigned long idx, std::string ¶meter) const |
|
bool | getDVHNumberOfBins (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getDVHNumberOfBinsTag () const |
|
bool | setDVHNumberOfBins (unsigned long idx, std::string parameter) |
|
bool | getDVHType (unsigned long idx, std::string ¶meter) const |
|
bool | getDVHType (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getDVHTypeTag () const |
|
bool | setDVHType (unsigned long idx, std::string parameter) |
|
bool | getDVHVolumeUnits (unsigned long idx, std::string ¶meter) const |
|
bool | getDVHVolumeUnits (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getDVHVolumeUnitsTag () const |
|
bool | setDVHVolumeUnits (unsigned long idx, std::string parameter) |
|
bool | getDoseType (unsigned long idx, std::string ¶meter) const |
|
bool | getDoseType (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getDoseTypeTag () const |
|
bool | setDoseType (unsigned long idx, std::string parameter) |
|
bool | getDoseUnits (unsigned long idx, std::string ¶meter) const |
|
bool | getDoseUnits (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getDoseUnitsTag () const |
|
bool | setDoseUnits (unsigned long idx, std::string parameter) |
|
DcmDRTDVHReferencedROISequenceInterface | getDVHReferencedROISequence (unsigned long idx) const |
|
std::string | getDVHReferencedROISequenceTag () const |
|
void | setDVHReferencedROISequence (DcmDRTDVHReferencedROISequenceInterface seq, unsigned long idx) |
|
void | setSequence (std::vector< DcmDRTDVHSequenceInterface::Item > dcmSequence) |
| Set the DRTDVHSequence this interface class provides access to.
|
|
std::vector< DcmDRTDVHSequenceInterface::Item > | getSequence () const |
| Return the DRTDVHSequence this interface class provides access to.
|
|
bool | hasSequence () const |
| Check if the DRTDVHSequence is set.
|
|
MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of.
|
|
DcmDRTDVHSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position.
|
|
DcmDRTDVHSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence.
|
|
void | addItem (DcmDRTDVHSequenceInterface::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.
|
|
Class to provide access to DRTDVHSequence.
Definition at line 44 of file mlDcmDRTDVHSequenceInterface.h.