| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
Base class representing for single C-GET or C-MOVE response. More...
 Inheritance diagram for RetrieveResponse:
 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). | |
| Uint16 | m_numberOfCompletedSubops | 
| Number of successfully completed sub operations (in Q/R: C-STORE calls). | |
| Uint16 | m_numberOfFailedSubops | 
| Number of failed sub operations (in Q/R: C-STORE calls). | |
| Uint16 | m_numberOfWarningSubops | 
| Number generated warnings generated by sub operations (in Q/R: C-STORE calls). | |
|  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. | |
| DcmDataset * | m_dataset | 
| Conditional response field (NULL if absent). | |
| Uint16 | m_status | 
| The returned DIMSE status (mandatory Response Field) | |
| DcmDataset * | m_statusDetail | 
| Status detail (NULL if absent). | |
| Private Member Functions | |
| RetrieveResponse (const RetrieveResponse &other) | |
| Private undefined copy constructor. | |
| RetrieveResponse & | operator= (const RetrieveResponse &other) | 
| Private undefined assignment operator. | |
Base class representing for single C-GET or C-MOVE response.
| 
 | private | 
Private undefined copy constructor.
| other | Response to copy from | 
References RetrieveResponse().
| 
 | private | 
Private undefined assignment operator.
| other | Response that should be assigned from | 
References RetrieveResponse().
| 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.
Referenced by RetrieveResponse().
| 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.
Referenced by RetrieveResponse().
| 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.
Referenced by RetrieveResponse().
| 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.
Referenced by RetrieveResponse().