ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface Class Reference

Class to provide access to DRTHL7StructuredDocumentReferenceSequence. More...

#include <mlDcmDRTHL7StructuredDocumentReferenceSequenceInterface.h>

List of all members.

Public Member Functions

 DcmDRTHL7StructuredDocumentReferenceSequenceInterface (DRTHL7StructuredDocumentReferenceSequence *_dcmSequence=NULL)
 Default Constructor.
virtual ~DcmDRTHL7StructuredDocumentReferenceSequenceInterface ()
 Default virtual Destructor.
bool getHL7InstanceIdentifier (unsigned long idx, std::string &parameter)
bool getHL7InstanceIdentifier (DRTHL7StructuredDocumentReferenceSequence::Item &item, std::string &parameter)
std::string getHL7InstanceIdentifierTag () const
bool setHL7InstanceIdentifier (unsigned long idx, std::string &parameter)
bool getReferencedSOPClassUID (unsigned long idx, std::string &parameter)
bool getReferencedSOPClassUID (DRTHL7StructuredDocumentReferenceSequence::Item &item, std::string &parameter)
std::string getReferencedSOPClassUIDTag () const
bool setReferencedSOPClassUID (unsigned long idx, std::string &parameter)
bool getReferencedSOPInstanceUID (unsigned long idx, std::string &parameter)
bool getReferencedSOPInstanceUID (DRTHL7StructuredDocumentReferenceSequence::Item &item, std::string &parameter)
std::string getReferencedSOPInstanceUIDTag () const
bool setReferencedSOPInstanceUID (unsigned long idx, std::string &parameter)
bool getRetrieveURI (unsigned long idx, std::string &parameter)
bool getRetrieveURI (DRTHL7StructuredDocumentReferenceSequence::Item &item, std::string &parameter)
std::string getRetrieveURITag () const
bool setRetrieveURI (unsigned long idx, std::string &parameter)
void setSequence (DRTHL7StructuredDocumentReferenceSequence *dcmSequence)
 Set the DRTHL7StructuredDocumentReferenceSequence this interface class provides access to.
DRTHL7StructuredDocumentReferenceSequence * getSequence () const
 Return the DRTHL7StructuredDocumentReferenceSequence this interface class provides access to.
bool hasSequence () const
 Check if the DRTHL7StructuredDocumentReferenceSequence is set.
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of.
DRTHL7StructuredDocumentReferenceSequence::Item * getItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
DRTHL7StructuredDocumentReferenceSequence::Item * addItem ()
 Return number of items the internal sequence consists of.
bool insertItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
bool removeItem (const unsigned long idx)
 Return number of items the internal sequence consists of.

Protected Attributes

DRTHL7StructuredDocumentReferenceSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTHL7StructuredDocumentReferenceSequence.

Definition at line 42 of file mlDcmDRTHL7StructuredDocumentReferenceSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::DcmDRTHL7StructuredDocumentReferenceSequenceInterface ( DRTHL7StructuredDocumentReferenceSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTHL7StructuredDocumentReferenceSequenceInterface.h.

virtual ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::~DcmDRTHL7StructuredDocumentReferenceSequenceInterface (  )  [inline, virtual]

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTHL7StructuredDocumentReferenceSequenceInterface.h.


Member Function Documentation

DRTHL7StructuredDocumentReferenceSequence::Item* ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::addItem (  )  [inline]

Return number of items the internal sequence consists of.

Returns:
Number of items of internal sequence, 0 if internal sequence is NULL.

Definition at line 113 of file mlDcmDRTHL7StructuredDocumentReferenceSequenceInterface.h.

bool ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::getHL7InstanceIdentifier ( DRTHL7StructuredDocumentReferenceSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::getHL7InstanceIdentifier ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::getHL7InstanceIdentifierTag (  )  const [inline]

DRTHL7StructuredDocumentReferenceSequence::Item* ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::getItem ( const unsigned long  idx  )  [inline]

Return number of items the internal sequence consists of.

Returns:
Number of items of internal sequence, 0 if internal sequence is NULL.

Definition at line 104 of file mlDcmDRTHL7StructuredDocumentReferenceSequenceInterface.h.

MLint ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::getNumberOfItems (  )  const [inline]

Return number of items the internal sequence consists of.

Returns:
Number of items of internal sequence, 0 if internal sequence is NULL.

Definition at line 95 of file mlDcmDRTHL7StructuredDocumentReferenceSequenceInterface.h.

bool ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::getReferencedSOPClassUID ( DRTHL7StructuredDocumentReferenceSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::getReferencedSOPClassUID ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::getReferencedSOPClassUIDTag (  )  const [inline]

bool ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::getReferencedSOPInstanceUID ( DRTHL7StructuredDocumentReferenceSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::getReferencedSOPInstanceUID ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::getReferencedSOPInstanceUIDTag (  )  const [inline]

bool ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::getRetrieveURI ( DRTHL7StructuredDocumentReferenceSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::getRetrieveURI ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::getRetrieveURITag (  )  const [inline]

DRTHL7StructuredDocumentReferenceSequence* ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::getSequence (  )  const [inline]

Return the DRTHL7StructuredDocumentReferenceSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTHL7StructuredDocumentReferenceSequence

Definition at line 83 of file mlDcmDRTHL7StructuredDocumentReferenceSequenceInterface.h.

bool ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::hasSequence (  )  const [inline]

Check if the DRTHL7StructuredDocumentReferenceSequence is set.

Returns:
True if internal pointer is set, False else.

Definition at line 89 of file mlDcmDRTHL7StructuredDocumentReferenceSequenceInterface.h.

bool ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::insertItem ( const unsigned long  idx  )  [inline]

Return number of items the internal sequence consists of.

Returns:
Number of items of internal sequence, 0 if internal sequence is NULL.

Definition at line 124 of file mlDcmDRTHL7StructuredDocumentReferenceSequenceInterface.h.

bool ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::removeItem ( const unsigned long  idx  )  [inline]

Return number of items the internal sequence consists of.

Returns:
Number of items of internal sequence, 0 if internal sequence is NULL.

Definition at line 135 of file mlDcmDRTHL7StructuredDocumentReferenceSequenceInterface.h.

bool ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::setHL7InstanceIdentifier ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::setReferencedSOPClassUID ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::setReferencedSOPInstanceUID ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::setRetrieveURI ( unsigned long  idx,
std::string &  parameter 
)

void ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::setSequence ( DRTHL7StructuredDocumentReferenceSequence *  dcmSequence  )  [inline]

Set the DRTHL7StructuredDocumentReferenceSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTHL7StructuredDocumentReferenceSequence

Definition at line 77 of file mlDcmDRTHL7StructuredDocumentReferenceSequenceInterface.h.


Member Data Documentation

DRTHL7StructuredDocumentReferenceSequence* ml::DcmDRTHL7StructuredDocumentReferenceSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 145 of file mlDcmDRTHL7StructuredDocumentReferenceSequenceInterface.h.


The documentation for this class was generated from the following file:

Generated on Sat Sep 3 18:39:45 2011 for MeVisLab Toolbox Reference by  doxygen 1.5.8