|
| CStoreRequest (Value::Integer message_id, Value::String const &affected_sop_class_uid, Value::String const &affected_sop_instance_uid, Value::Integer priority, DataSet const &dataset, Value::String const &move_originator_ae_title="", Value::Integer move_originator_message_id=-1) |
| Create an store request with given Message ID, affected SOP class UID, priority, and data set. More...
|
|
| CStoreRequest (Value::Integer message_id, Value::String const &affected_sop_class_uid, Value::String const &affected_sop_instance_uid, Value::Integer priority, DataSet &&dataset, Value::String const &move_originator_ae_title="", Value::Integer move_originator_message_id=-1) |
| Create an store request with given Message ID, affected SOP class UID, priority, and data set. More...
|
|
| CStoreRequest (Message const &message) |
| Create a C-STORE-RQ from a generic Message. More...
|
|
| CStoreRequest (Message &&message) |
| Create a C-STORE-RQ from a generic Message. More...
|
|
virtual | ~CStoreRequest () |
| Destructor. More...
|
|
| ODIL_MESSAGE_MANDATORY_FIELD_STRING_MACRO (affected_sop_class_uid, registry::AffectedSOPClassUID) ODIL_MESSAGE_MANDATORY_FIELD_STRING_MACRO(affected_sop_instance_uid |
|
registry::AffectedSOPInstanceUID | ODIL_MESSAGE_OPTIONAL_FIELD_STRING_MACRO (move_originator_ae_title, registry::MoveOriginatorApplicationEntityTitle) ODIL_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(move_originator_message_id |
|
| Request (Value::Integer message_id) |
| Create a request with given Message ID. More...
|
|
| Request (Message const &message) |
| Create a request from the Message ID stored in the message command set. More...
|
|
virtual | ~Request () |
| Destructor. 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...
|
|