|
| CMoveResponse (Value::Integer message_id_being_responded_to, Value::Integer status) |
| Create an move response with given Message ID, and status. More...
|
|
| CMoveResponse (Value::Integer message_id_being_responded_to, Value::Integer status, DataSet const &dataset) |
| Create an move response with given Message ID, status, and data set. More...
|
|
| CMoveResponse (Value::Integer message_id_being_responded_to, Value::Integer status, DataSet &&dataset) |
| Create an move response with given Message ID, status, and data set. More...
|
|
| CMoveResponse (Message const &message) |
| Create a C-MOVE-RSP from a generic Message. More...
|
|
| CMoveResponse (Message &&message) |
| Create a C-MOVE-RSP from a generic Message. More...
|
|
virtual | ~CMoveResponse () |
| Destructor. More...
|
|
| ODIL_MESSAGE_OPTIONAL_FIELD_STRING_MACRO (affected_sop_class_uid, registry::AffectedSOPClassUID) ODIL_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(number_of_remaining_sub_operations |
|
registry::NumberOfRemainingSuboperations | ODIL_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO (number_of_completed_sub_operations, registry::NumberOfCompletedSuboperations) ODIL_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(number_of_failed_sub_operations |
|
| Response (Value::Integer message_id_being_responded_to, Value::Integer status) |
| Create a response with given message id and status;. More...
|
|
| 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. More...
|
|
| ODIL_MESSAGE_MANDATORY_FIELD_INTEGER_MACRO (message_id_being_responded_to, registry::MessageIDBeingRespondedTo) ODIL_MESSAGE_OPTIONAL_FIELD_STRING_MACRO(offending_element |
|
registry::OffendingElement | ODIL_MESSAGE_OPTIONAL_FIELD_STRING_MACRO (error_comment, registry::ErrorComment) ODIL_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(error_id |
|
registry::OffendingElement registry::ErrorID | ODIL_MESSAGE_OPTIONAL_FIELD_STRING_MACRO (affected_sop_instance_uid, odil::registry::AffectedSOPInstanceUID) ODIL_MESSAGE_OPTIONAL_FIELD_STRING_MACRO(attribute_identifier_list |
|
registry::OffendingElement registry::ErrorID odil::registry::AttributeIdentifierList bool | is_pending () const |
| Test whether the status class is pending. More...
|
|
bool | is_warning () const |
| Test whether the status class is warning. More...
|
|
bool | is_failure () const |
| Test whether the status class is failure. More...
|
|
void | set_status_fields (DataSet const &status_fields) |
| Set the status fields (cf. PS.37, C) More...
|
|
| Message () |
| Create a message with an empty command set and an empty data set. More...
|
|
| Message (DataSet const &command_set) |
| Create a message from existing data. More...
|
|
| Message (DataSet &&command_set) |
| Create a message from existing data. More...
|
|
| Message (DataSet const &command_set, DataSet const &data_set) |
| Create a message from existing data. More...
|
|
| Message (DataSet &&command_set, DataSet &&data_set) |
| Create a message from existing data. More...
|
|
virtual | ~Message () |
| Destructor;. More...
|
|
DataSet const & | get_command_set () const |
| Return the command set of the message. More...
|
|
bool | has_data_set () const |
| Test whether as data set is present in the message. More...
|
|
DataSet const & | get_data_set () const |
| Return the data set of the message, raise an exception if no data set is present. More...
|
|
DataSet & | get_data_set () |
| Return the data set of the message, raise an exception if no data set is present. More...
|
|
void | set_data_set (DataSet const &data_set) |
| Set the data set of the message. More...
|
|
void | set_data_set (DataSet &&data_set) |
| Set the data set of the message. More...
|
|
void | delete_data_set () |
| Delete the data set in this message. More...
|
|
Value::Integer const & | get_command_field () const |
| Return the registry::CommandField element of the command set. More...
|
|
void | set_command_field (Value::Integer const &value) |
| Set the registry::CommandField element of the command set. More...
|
|