| 
|   | DcmDRTChannelShieldSequenceInterface () | 
|   | 
|   | DcmDRTChannelShieldSequenceInterface (std::vector< DcmDRTChannelShieldSequenceInterface::Item > dcmSequence) | 
|   | Default Constructor.  
  | 
|   | 
|   | DcmDRTChannelShieldSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | 
|   | 
| virtual  | ~DcmDRTChannelShieldSequenceInterface () | 
|   | Default virtual Destructor.  
  | 
|   | 
| bool  | getChannelShieldID (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getChannelShieldID (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getChannelShieldIDTag () const | 
|   | 
| bool  | setChannelShieldID (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getChannelShieldName (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getChannelShieldName (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getChannelShieldNameTag () const | 
|   | 
| bool  | setChannelShieldName (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getChannelShieldNominalThickness (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getChannelShieldNominalThickness (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getChannelShieldNominalThicknessTag () const | 
|   | 
| bool  | setChannelShieldNominalThickness (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getChannelShieldNominalTransmission (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getChannelShieldNominalTransmission (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getChannelShieldNominalTransmissionTag () const | 
|   | 
| bool  | setChannelShieldNominalTransmission (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getChannelShieldNumber (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getChannelShieldNumber (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getChannelShieldNumberTag () const | 
|   | 
| bool  | setChannelShieldNumber (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< DcmDRTChannelShieldSequenceInterface::Item > dcmSequence) | 
|   | Set the DRTChannelShieldSequence this interface class provides access to.  
  | 
|   | 
| std::vector< DcmDRTChannelShieldSequenceInterface::Item >  | getSequence () const | 
|   | Return the DRTChannelShieldSequence this interface class provides access to.  
  | 
|   | 
| bool  | hasSequence () const | 
|   | Check if the DRTChannelShieldSequence is set.  
  | 
|   | 
| MLint  | getNumberOfItems () const | 
|   | Return number of items the internal sequence consists of.  
  | 
|   | 
| DcmDRTChannelShieldSequenceInterface::Item  | getItem (const size_t idx) const | 
|   | Gets the item at the indicated position.  
  | 
|   | 
| DcmDRTChannelShieldSequenceInterface::Item &  | addItem () | 
|   | Adds a new item to the sequence.  
  | 
|   | 
| void  | addItem (DcmDRTChannelShieldSequenceInterface::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 DRTChannelShieldSequence. 
Definition at line 43 of file mlDcmDRTChannelShieldSequenceInterface.h.