DCMTK  Version 3.6.5
OFFIS DICOM Toolkit
Public Member Functions | Public Attributes | Private Member Functions | List of all members
RetrieveResponse Class Reference

Base class representing for single C-GET or C-MOVE response. More...

+ Inheritance diagram for RetrieveResponse:

Public Member Functions

 RetrieveResponse ()
 Standard constructor.
 
virtual ~RetrieveResponse ()
 Destructor, cleans up internal memory.
 
void print ()
 Prints response to INFO log level.
 
- Public Member Functions inherited from QRResponse
 QRResponse ()
 Standard constructor.
 
virtual ~QRResponse ()
 Destructor, cleans up internal memory (dataset if present).
 

Public Attributes

Uint16 m_numberOfRemainingSubops
 Number of remaining sub operations (in Q/R: C-STORE calls). More...
 
Uint16 m_numberOfCompletedSubops
 Number of successfully completed sub operations (in Q/R: C-STORE calls). More...
 
Uint16 m_numberOfFailedSubops
 Number of failed sub operations (in Q/R: C-STORE calls). More...
 
Uint16 m_numberOfWarningSubops
 Number generated warnings generated by sub operations (in Q/R: C-STORE calls). More...
 
- Public Attributes inherited from QRResponse
Uint16 m_messageIDRespondedTo
 The message ID responded to (mandatory response field, equals message ID from request)
 
OFString m_affectedSOPClassUID
 Optional response field according to part 7 of the standard. More...
 
DcmDatasetm_dataset
 Conditional response field (NULL if absent). More...
 
Uint16 m_status
 The returned DIMSE status (mandatory Response Field)
 
DcmDatasetm_statusDetail
 Status detail (NULL if absent). More...
 

Private Member Functions

 RetrieveResponse (const RetrieveResponse &other)
 Private undefined copy constructor. More...
 
RetrieveResponseoperator= (const RetrieveResponse &other)
 Private undefined assignment operator. More...
 

Detailed Description

Base class representing for single C-GET or C-MOVE response.

Constructor & Destructor Documentation

◆ RetrieveResponse()

RetrieveResponse::RetrieveResponse ( const RetrieveResponse other)
private

Private undefined copy constructor.

Parameters
otherResponse to copy from

Member Function Documentation

◆ operator=()

RetrieveResponse& RetrieveResponse::operator= ( const RetrieveResponse other)
private

Private undefined assignment operator.

Parameters
otherResponse that should be assigned from
Returns
Reference to this

Member Data Documentation

◆ m_numberOfCompletedSubops

Uint16 RetrieveResponse::m_numberOfCompletedSubops

Number of successfully completed sub operations (in Q/R: C-STORE calls).

For Q/R MOVE and GET, for status of pending this field shall be filled. For others, the field may be filled.

◆ m_numberOfFailedSubops

Uint16 RetrieveResponse::m_numberOfFailedSubops

Number of failed sub operations (in Q/R: C-STORE calls).

For Q/R MOVE and GET, for status of pending this field shall be filled. For others, the field may be filled.

◆ m_numberOfRemainingSubops

Uint16 RetrieveResponse::m_numberOfRemainingSubops

Number of remaining sub operations (in Q/R: C-STORE calls).

For Q/R MOVE and GET, for status of pending this field shall be filled. For others, the field may be filled.

◆ m_numberOfWarningSubops

Uint16 RetrieveResponse::m_numberOfWarningSubops

Number generated warnings generated by sub operations (in Q/R: C-STORE calls).

For Q/R MOVE and GET, for status of pending this field shall be filled. For others, the field may be filled.


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


Generated on Mon Oct 28 2019 for DCMTK Version 3.6.5 by Doxygen 1.8.15