| 
|   | DcmDRTApplicationSetupSequenceInterface () | 
|   | 
|   | DcmDRTApplicationSetupSequenceInterface (std::vector< DcmDRTApplicationSetupSequenceInterface::Item > dcmSequence) | 
|   | Default Constructor.  
  | 
|   | 
|   | DcmDRTApplicationSetupSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | 
|   | 
| virtual  | ~DcmDRTApplicationSetupSequenceInterface () | 
|   | Default virtual Destructor.  
  | 
|   | 
| bool  | getApplicationSetupManufacturer (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getApplicationSetupManufacturer (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getApplicationSetupManufacturerTag () const | 
|   | 
| bool  | setApplicationSetupManufacturer (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getApplicationSetupName (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getApplicationSetupName (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getApplicationSetupNameTag () const | 
|   | 
| bool  | setApplicationSetupName (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getApplicationSetupNumber (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getApplicationSetupNumber (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getApplicationSetupNumberTag () const | 
|   | 
| bool  | setApplicationSetupNumber (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getApplicationSetupType (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getApplicationSetupType (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getApplicationSetupTypeTag () const | 
|   | 
| bool  | setApplicationSetupType (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getTemplateName (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getTemplateName (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getTemplateNameTag () const | 
|   | 
| bool  | setTemplateName (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getTemplateNumber (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getTemplateNumber (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getTemplateNumberTag () const | 
|   | 
| bool  | setTemplateNumber (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getTemplateType (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getTemplateType (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getTemplateTypeTag () const | 
|   | 
| bool  | setTemplateType (unsigned long idx, std::string parameter) | 
|   | 
| bool  | getTotalReferenceAirKerma (unsigned long idx, std::string ¶meter) const | 
|   | 
| bool  | getTotalReferenceAirKerma (DCMTree::TreePtr item, std::string ¶meter) const | 
|   | 
| std::string  | getTotalReferenceAirKermaTag () const | 
|   | 
| bool  | setTotalReferenceAirKerma (unsigned long idx, std::string parameter) | 
|   | 
| DcmDRTBrachyAccessoryDeviceSequenceInterface  | getBrachyAccessoryDeviceSequence (unsigned long idx) const | 
|   | 
| std::string  | getBrachyAccessoryDeviceSequenceTag () const | 
|   | 
| void  | setBrachyAccessoryDeviceSequence (DcmDRTBrachyAccessoryDeviceSequenceInterface seq, unsigned long idx) | 
|   | 
| DcmDRTChannelSequenceInterface  | getChannelSequence (unsigned long idx) const | 
|   | 
| std::string  | getChannelSequenceTag () const | 
|   | 
| void  | setChannelSequence (DcmDRTChannelSequenceInterface seq, unsigned long idx) | 
|   | 
| DcmDRTReferencedReferenceImageSequenceInRTBrachyApplicationSetupsModuleInterface  | getReferencedReferenceImageSequence (unsigned long idx) const | 
|   | 
| std::string  | getReferencedReferenceImageSequenceTag () const | 
|   | 
| void  | setReferencedReferenceImageSequence (DcmDRTReferencedReferenceImageSequenceInRTBrachyApplicationSetupsModuleInterface seq, unsigned long idx) | 
|   | 
| void  | setSequence (std::vector< DcmDRTApplicationSetupSequenceInterface::Item > dcmSequence) | 
|   | Set the DRTApplicationSetupSequence this interface class provides access to.  
  | 
|   | 
| std::vector< DcmDRTApplicationSetupSequenceInterface::Item >  | getSequence () const | 
|   | Return the DRTApplicationSetupSequence this interface class provides access to.  
  | 
|   | 
| bool  | hasSequence () const | 
|   | Check if the DRTApplicationSetupSequence is set.  
  | 
|   | 
| MLint  | getNumberOfItems () const | 
|   | Return number of items the internal sequence consists of.  
  | 
|   | 
| DcmDRTApplicationSetupSequenceInterface::Item  | getItem (const size_t idx) const | 
|   | Gets the item at the indicated position.  
  | 
|   | 
| DcmDRTApplicationSetupSequenceInterface::Item &  | addItem () | 
|   | Adds a new item to the sequence.  
  | 
|   | 
| void  | addItem (DcmDRTApplicationSetupSequenceInterface::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 DRTApplicationSetupSequence. 
Definition at line 46 of file mlDcmDRTApplicationSetupSequenceInterface.h.