DCMTK
Version 3.6.6
OFFIS DICOM Toolkit
|
Base class representing for single C-GET or C-MOVE response. More...
Public Member Functions | |
RetrieveResponse () | |
Standard constructor. | |
virtual | ~RetrieveResponse () |
Destructor, cleans up internal memory. | |
void | print () |
Prints response to INFO log level. | |
![]() | |
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... | |
![]() | |
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... | |
DcmDataset * | m_dataset |
Conditional response field (NULL if absent). More... | |
Uint16 | m_status |
The returned DIMSE status (mandatory Response Field) | |
DcmDataset * | m_statusDetail |
Status detail (NULL if absent). More... | |
Private Member Functions | |
RetrieveResponse (const RetrieveResponse &other) | |
Private undefined copy constructor. More... | |
RetrieveResponse & | operator= (const RetrieveResponse &other) |
Private undefined assignment operator. More... | |
Base class representing for single C-GET or C-MOVE response.
|
private |
Private undefined copy constructor.
other | Response to copy from |
|
private |
Private undefined assignment operator.
other | Response that should be assigned from |
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.
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.
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.
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.