|
DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
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 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). | |
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.
| RetrieveResponse::RetrieveResponse | ( | const RetrieveResponse & | other | ) | [private] |
Private undefined copy constructor.
| other | Response to copy from |
| RetrieveResponse& RetrieveResponse::operator= | ( | const RetrieveResponse & | other | ) | [private] |
Private undefined assignment operator.
| other | Response that should be assigned from |
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.
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.
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.
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.