| 
|   | DcmDRTRangeModulatorSequenceInterface () | 
|   | 
|   | DcmDRTRangeModulatorSequenceInterface (std::vector< DcmDRTRangeModulatorSequenceInterface::Item > dcmSequence) | 
|   | Default Constructor.  
  | 
|   | 
|   | DcmDRTRangeModulatorSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | 
|   | 
| virtual  | ~DcmDRTRangeModulatorSequenceInterface () | 
|   | Default virtual Destructor.  
  | 
|   | 
| bool  | getAccessoryCode (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getAccessoryCode (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getAccessoryCodeTag () const | 
|   | 
| bool  | setAccessoryCode (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getBeamCurrentModulationID (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getBeamCurrentModulationID (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getBeamCurrentModulationIDTag () const | 
|   | 
| bool  | setBeamCurrentModulationID (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getRangeModulatorDescription (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getRangeModulatorDescription (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getRangeModulatorDescriptionTag () const | 
|   | 
| bool  | setRangeModulatorDescription (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getRangeModulatorID (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getRangeModulatorID (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getRangeModulatorIDTag () const | 
|   | 
| bool  | setRangeModulatorID (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getRangeModulatorNumber (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getRangeModulatorNumber (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getRangeModulatorNumberTag () const | 
|   | 
| bool  | setRangeModulatorNumber (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getRangeModulatorType (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getRangeModulatorType (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getRangeModulatorTypeTag () const | 
|   | 
| bool  | setRangeModulatorType (unsigned long idx, std::string parameter) | 
|   | 
| void  | setSequence (std::vector< DcmDRTRangeModulatorSequenceInterface::Item > dcmSequence) | 
|   | Set the DRTRangeModulatorSequence this interface class provides access to.  
  | 
|   | 
| std::vector< DcmDRTRangeModulatorSequenceInterface::Item >  | getSequence () const | 
|   | Return the DRTRangeModulatorSequence this interface class provides access to.  
  | 
|   | 
| bool  | hasSequence () const | 
|   | Check if the DRTRangeModulatorSequence is set.  
  | 
|   | 
| MLint  | getNumberOfItems () const | 
|   | Return number of items the internal sequence consists of.  
  | 
|   | 
| DcmDRTRangeModulatorSequenceInterface::Item  | getItem (const size_t idx) const | 
|   | Gets the item at the indicated position.  
  | 
|   | 
| DcmDRTRangeModulatorSequenceInterface::Item &  | addItem () | 
|   | Adds a new item to the sequence.  
  | 
|   | 
| void  | addItem (DcmDRTRangeModulatorSequenceInterface::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 DRTRangeModulatorSequence. 
Definition at line 43 of file mlDcmDRTRangeModulatorSequenceInterface.h.