| 
|   | DcmDRTBrachyAccessoryDeviceSequenceInterface () | 
|   | 
|   | DcmDRTBrachyAccessoryDeviceSequenceInterface (std::vector< DcmDRTBrachyAccessoryDeviceSequenceInterface::Item > dcmSequence) | 
|   | Default Constructor.  
  | 
|   | 
|   | DcmDRTBrachyAccessoryDeviceSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | 
|   | 
| virtual  | ~DcmDRTBrachyAccessoryDeviceSequenceInterface () | 
|   | Default virtual Destructor.  
  | 
|   | 
| bool  | getBrachyAccessoryDeviceID (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getBrachyAccessoryDeviceID (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getBrachyAccessoryDeviceIDTag () const | 
|   | 
| bool  | setBrachyAccessoryDeviceID (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getBrachyAccessoryDeviceName (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getBrachyAccessoryDeviceName (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getBrachyAccessoryDeviceNameTag () const | 
|   | 
| bool  | setBrachyAccessoryDeviceName (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getBrachyAccessoryDeviceNominalThickness (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getBrachyAccessoryDeviceNominalThickness (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getBrachyAccessoryDeviceNominalThicknessTag () const | 
|   | 
| bool  | setBrachyAccessoryDeviceNominalThickness (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getBrachyAccessoryDeviceNominalTransmission (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getBrachyAccessoryDeviceNominalTransmission (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getBrachyAccessoryDeviceNominalTransmissionTag () const | 
|   | 
| bool  | setBrachyAccessoryDeviceNominalTransmission (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getBrachyAccessoryDeviceNumber (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getBrachyAccessoryDeviceNumber (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getBrachyAccessoryDeviceNumberTag () const | 
|   | 
| bool  | setBrachyAccessoryDeviceNumber (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getBrachyAccessoryDeviceType (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getBrachyAccessoryDeviceType (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getBrachyAccessoryDeviceTypeTag () const | 
|   | 
| bool  | setBrachyAccessoryDeviceType (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getMaterialID (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getMaterialID (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getMaterialIDTag () const | 
|   | 
| bool  | setMaterialID (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getReferencedROINumber (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getReferencedROINumber (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getReferencedROINumberTag () const | 
|   | 
| bool  | setReferencedROINumber (unsigned long idx, std::string parameter) | 
|   | 
| void  | setSequence (std::vector< DcmDRTBrachyAccessoryDeviceSequenceInterface::Item > dcmSequence) | 
|   | Set the DRTBrachyAccessoryDeviceSequence this interface class provides access to.  
  | 
|   | 
| std::vector< DcmDRTBrachyAccessoryDeviceSequenceInterface::Item >  | getSequence () const | 
|   | Return the DRTBrachyAccessoryDeviceSequence this interface class provides access to.  
  | 
|   | 
| bool  | hasSequence () const | 
|   | Check if the DRTBrachyAccessoryDeviceSequence is set.  
  | 
|   | 
| MLint  | getNumberOfItems () const | 
|   | Return number of items the internal sequence consists of.  
  | 
|   | 
| DcmDRTBrachyAccessoryDeviceSequenceInterface::Item  | getItem (const size_t idx) const | 
|   | Gets the item at the indicated position.  
  | 
|   | 
| DcmDRTBrachyAccessoryDeviceSequenceInterface::Item &  | addItem () | 
|   | Adds a new item to the sequence.  
  | 
|   | 
| void  | addItem (DcmDRTBrachyAccessoryDeviceSequenceInterface::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 DRTBrachyAccessoryDeviceSequence. 
Definition at line 43 of file mlDcmDRTBrachyAccessoryDeviceSequenceInterface.h.