| 
|   | DcmDRTFractionGroupSummarySequenceInterface () | 
|   | 
|   | DcmDRTFractionGroupSummarySequenceInterface (std::vector< DcmDRTFractionGroupSummarySequenceInterface::Item > dcmSequence) | 
|   | Default Constructor.  
  | 
|   | 
|   | DcmDRTFractionGroupSummarySequenceInterface (DCMTree::TreePtrVector treePtrSeq) | 
|   | 
| virtual  | ~DcmDRTFractionGroupSummarySequenceInterface () | 
|   | Default virtual Destructor.  
  | 
|   | 
| bool  | getCumulativeDoseToDoseReference (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getCumulativeDoseToDoseReference (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getCumulativeDoseToDoseReferenceTag () const | 
|   | 
| bool  | setCumulativeDoseToDoseReference (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getDoseReferenceDescription (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getDoseReferenceDescription (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getDoseReferenceDescriptionTag () const | 
|   | 
| bool  | setDoseReferenceDescription (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getFractionGroupType (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getFractionGroupType (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getFractionGroupTypeTag () const | 
|   | 
| bool  | setFractionGroupType (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getNumberOfFractionsDelivered (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getNumberOfFractionsDelivered (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getNumberOfFractionsDeliveredTag () const | 
|   | 
| bool  | setNumberOfFractionsDelivered (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  | getReferencedDoseReferenceNumber (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getReferencedDoseReferenceNumber (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getReferencedDoseReferenceNumberTag () const | 
|   | 
| bool  | setReferencedDoseReferenceNumber (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getReferencedFractionGroupNumber (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getReferencedFractionGroupNumber (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getReferencedFractionGroupNumberTag () const | 
|   | 
| bool  | setReferencedFractionGroupNumber (unsigned long idx, std::string parameter) | 
|   | 
| DcmDRTFractionStatusSummarySequenceInterface  | getFractionStatusSummarySequence (unsigned long idx) const | 
|   | 
| std::string  | getFractionStatusSummarySequenceTag () const | 
|   | 
| void  | setFractionStatusSummarySequence (DcmDRTFractionStatusSummarySequenceInterface seq, unsigned long idx) | 
|   | 
| void  | setSequence (std::vector< DcmDRTFractionGroupSummarySequenceInterface::Item > dcmSequence) | 
|   | Set the DRTFractionGroupSummarySequence this interface class provides access to.  
  | 
|   | 
| std::vector< DcmDRTFractionGroupSummarySequenceInterface::Item >  | getSequence () const | 
|   | Return the DRTFractionGroupSummarySequence this interface class provides access to.  
  | 
|   | 
| bool  | hasSequence () const | 
|   | Check if the DRTFractionGroupSummarySequence is set.  
  | 
|   | 
| MLint  | getNumberOfItems () const | 
|   | Return number of items the internal sequence consists of.  
  | 
|   | 
| DcmDRTFractionGroupSummarySequenceInterface::Item  | getItem (const size_t idx) const | 
|   | Gets the item at the indicated position.  
  | 
|   | 
| DcmDRTFractionGroupSummarySequenceInterface::Item &  | addItem () | 
|   | Adds a new item to the sequence.  
  | 
|   | 
| void  | addItem (DcmDRTFractionGroupSummarySequenceInterface::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 DRTFractionGroupSummarySequence. 
Definition at line 44 of file mlDcmDRTFractionGroupSummarySequenceInterface.h.