| 
    MeVisLab Toolbox Reference
    
   | 
 
Class to provide access to DRTReferencedPatientSequence. More...
#include <mlDcmDRTReferencedPatientSequenceInterface.h>
Classes | |
| class | Item | 
Protected Attributes | |
| std::vector< DcmDRTReferencedPatientSequenceInterface::Item > | _itemVec | 
| Reference to the wrapped DICOM tree pointer vector.   | |
Class to provide access to DRTReferencedPatientSequence.
Definition at line 43 of file mlDcmDRTReferencedPatientSequenceInterface.h.
      
  | 
  inline | 
Definition at line 83 of file mlDcmDRTReferencedPatientSequenceInterface.h.
      
  | 
  inline | 
Default Constructor.
Definition at line 86 of file mlDcmDRTReferencedPatientSequenceInterface.h.
      
  | 
  inline | 
Definition at line 88 of file mlDcmDRTReferencedPatientSequenceInterface.h.
References mlrange_cast().
      
  | 
  inlinevirtual | 
Default virtual Destructor.
Definition at line 96 of file mlDcmDRTReferencedPatientSequenceInterface.h.
      
  | 
  inline | 
Adds a new item to the sequence.
Definition at line 145 of file mlDcmDRTReferencedPatientSequenceInterface.h.
      
  | 
  inline | 
Definition at line 150 of file mlDcmDRTReferencedPatientSequenceInterface.h.
References mlrange_cast().
      
  | 
  inline | 
Gets the item at the indicated position.
Definition at line 136 of file mlDcmDRTReferencedPatientSequenceInterface.h.
References mlrange_cast().
      
  | 
  inline | 
Return number of items the internal sequence consists of.
Definition at line 130 of file mlDcmDRTReferencedPatientSequenceInterface.h.
| bool ml::DcmDRTReferencedPatientSequenceInterface::getReferencedSOPClassUID | ( | DCMTree::TreePtr | item, | 
| std::string & | parameter ) const | 
| bool ml::DcmDRTReferencedPatientSequenceInterface::getReferencedSOPClassUID | ( | unsigned long | idx, | 
| std::string & | parameter ) const | 
      
  | 
  inline | 
Definition at line 100 of file mlDcmDRTReferencedPatientSequenceInterface.h.
Referenced by DRTReferencedPatientSequenceWrapper::getReferencedSOPClassUIDTag().
| bool ml::DcmDRTReferencedPatientSequenceInterface::getReferencedSOPInstanceUID | ( | DCMTree::TreePtr | item, | 
| std::string & | parameter ) const | 
| bool ml::DcmDRTReferencedPatientSequenceInterface::getReferencedSOPInstanceUID | ( | unsigned long | idx, | 
| std::string & | parameter ) const | 
      
  | 
  inline | 
Definition at line 106 of file mlDcmDRTReferencedPatientSequenceInterface.h.
Referenced by DRTReferencedPatientSequenceWrapper::getReferencedSOPInstanceUIDTag().
      
  | 
  inline | 
Return the DRTReferencedPatientSequence this interface class provides access to.
| dcmSequence | Pointer to DRTReferencedPatientSequence | 
Definition at line 118 of file mlDcmDRTReferencedPatientSequenceInterface.h.
Referenced by DRTReferencedPatientSequenceItemWrapper::DRTReferencedPatientSequenceItemWrapper(), and DRTReferencedPatientSequenceItemWrapper::operator=().
      
  | 
  inline | 
Check if the DRTReferencedPatientSequence is set.
Definition at line 124 of file mlDcmDRTReferencedPatientSequenceInterface.h.
Insert an item at the indicated position.
Definition at line 156 of file mlDcmDRTReferencedPatientSequenceInterface.h.
References mlrange_cast().
Removes the indicated item from the sequence.
Definition at line 168 of file mlDcmDRTReferencedPatientSequenceInterface.h.
References mlrange_cast().
| bool ml::DcmDRTReferencedPatientSequenceInterface::setReferencedSOPClassUID | ( | unsigned long | idx, | 
| std::string | parameter ) | 
| bool ml::DcmDRTReferencedPatientSequenceInterface::setReferencedSOPInstanceUID | ( | unsigned long | idx, | 
| std::string | parameter ) | 
      
  | 
  inline | 
Set the DRTReferencedPatientSequence this interface class provides access to.
| dcmSequence | Pointer to DRTReferencedPatientSequence | 
Definition at line 112 of file mlDcmDRTReferencedPatientSequenceInterface.h.
References mlrange_cast().
Referenced by DRTReferencedPatientSequenceWrapper::DRTReferencedPatientSequenceWrapper(), and DRTReferencedPatientSequenceWrapper::operator=().
      
  | 
  protected | 
Reference to the wrapped DICOM tree pointer vector.
Definition at line 180 of file mlDcmDRTReferencedPatientSequenceInterface.h.