dcmtkpp
|
Base class for all DIMSE response messages. More...
#include <Response.h>
Public Member Functions | |
Response (Value::Integer message_id_being_responded_to, Value::Integer status) | |
Create a response with given message id and status;. | |
Response (Message const &message) | |
Create a response from the Message ID Being Responded To and the Status stored in the message command set. More... | |
virtual | ~Response () |
Destructor. | |
Additional Inherited Members |
Base class for all DIMSE response messages.
dcmtkpp::Response::Response | ( | Message const & | message | ) |
Create a response from the Message ID Being Responded To and the Status stored in the message command set.
Raise an exception is either of those elements is missing.