| 
|   | 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.  
  | 
|   | 
Class to provide access to DRTFractionGroupSequence. 
Definition at line 47 of file mlDcmDRTFractionGroupSequenceInterface.h.