C-FIND-RSP message.
More...
#include <CFindResponse.h>
|
| CFindResponse (Value::Integer message_id_being_responded_to, Value::Integer status) |
| Create an find response with given Message ID, and status.
|
|
| CFindResponse (Value::Integer message_id_being_responded_to, Value::Integer status, DataSet const &dataset) |
| Create an find response with given Message ID, status, and data set.
|
|
| CFindResponse (Message const &message) |
| Create a C-FIND-RSP from a generic Message. More...
|
|
virtual | ~CFindResponse () |
| Destructor.
|
|
| 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.
|
|
| Message () |
| Create a message with an empty command set and an empty data set.
|
|
| Message (DataSet const &command_set) |
| Create a message from existing data.
|
|
| Message (DataSet const &command_set, DataSet const &data_set) |
| Create a message from existing data.
|
|
virtual | ~Message () |
| Destructor;.
|
|
DataSet const & | get_command_set () const |
| Return the command set of the message.
|
|
bool | has_data_set () const |
| Test whether as data set is present in the message.
|
|
DataSet const & | get_data_set () const |
| Return the data set of the message, raise an exception if no data set is present.
|
|
void | set_data_set (DataSet const &data_set) |
| Set the data set of the message.
|
|
void | delete_data_set () |
| Delete the data set in this message.
|
|
Value::Integer const & | get_command_field () const |
| Return the registry::CommandField element of the command set.
|
|
void | set_command_field (Value::Integer const &value) |
| Set the registry::CommandField element of the command set.
|
|
dcmtkpp::CFindResponse::CFindResponse |
( |
Message const & |
message | ) |
|
Create a C-FIND-RSP from a generic Message.
Raise an exception if the Message does not contain a C-FIND-RSP.
The documentation for this class was generated from the following files: