| 
|   | DcmDRTWedgeSequenceInterface () | 
|   | 
|   | DcmDRTWedgeSequenceInterface (std::vector< DcmDRTWedgeSequenceInterface::Item > dcmSequence) | 
|   | Default Constructor.  
  | 
|   | 
|   | DcmDRTWedgeSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | 
|   | 
| virtual  | ~DcmDRTWedgeSequenceInterface () | 
|   | 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  | getSourceToWedgeTrayDistance (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getSourceToWedgeTrayDistance (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getSourceToWedgeTrayDistanceTag () const | 
|   | 
| bool  | setSourceToWedgeTrayDistance (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getWedgeAngle (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getWedgeAngle (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getWedgeAngleTag () const | 
|   | 
| bool  | setWedgeAngle (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getWedgeFactor (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getWedgeFactor (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getWedgeFactorTag () const | 
|   | 
| bool  | setWedgeFactor (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getWedgeID (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getWedgeID (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getWedgeIDTag () const | 
|   | 
| bool  | setWedgeID (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getWedgeNumber (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getWedgeNumber (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getWedgeNumberTag () const | 
|   | 
| bool  | setWedgeNumber (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getWedgeOrientation (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getWedgeOrientation (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getWedgeOrientationTag () const | 
|   | 
| bool  | setWedgeOrientation (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getWedgeType (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getWedgeType (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getWedgeTypeTag () const | 
|   | 
| bool  | setWedgeType (unsigned long idx, std::string parameter) | 
|   | 
| void  | setSequence (std::vector< DcmDRTWedgeSequenceInterface::Item > dcmSequence) | 
|   | Set the DRTWedgeSequence this interface class provides access to.  
  | 
|   | 
| std::vector< DcmDRTWedgeSequenceInterface::Item >  | getSequence () const | 
|   | Return the DRTWedgeSequence this interface class provides access to.  
  | 
|   | 
| bool  | hasSequence () const | 
|   | Check if the DRTWedgeSequence is set.  
  | 
|   | 
| MLint  | getNumberOfItems () const | 
|   | Return number of items the internal sequence consists of.  
  | 
|   | 
| DcmDRTWedgeSequenceInterface::Item  | getItem (const size_t idx) const | 
|   | Gets the item at the indicated position.  
  | 
|   | 
| DcmDRTWedgeSequenceInterface::Item &  | addItem () | 
|   | Adds a new item to the sequence.  
  | 
|   | 
| void  | addItem (DcmDRTWedgeSequenceInterface::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 DRTWedgeSequence. 
Definition at line 43 of file mlDcmDRTWedgeSequenceInterface.h.