dcmtkpp
Public Member Functions | List of all members
dcmtkpp::CStoreRequest Class Reference

C-STORE-RQ message. More...

#include <CStoreRequest.h>

Inheritance diagram for dcmtkpp::CStoreRequest:
dcmtkpp::Request dcmtkpp::Message

Public Member Functions

 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)
 Create an store request with given Message ID, affected SOP class UID, priority, and data set.
 
 CStoreRequest (Message const &message)
 Create a C-STORE-RQ from a generic Message. More...
 
virtual ~CStoreRequest ()
 Destructor.
 
 DCMTKPP_MESSAGE_MANDATORY_FIELD_STRING_MACRO (affected_sop_class_uid, registry::AffectedSOPClassUID) DCMTKPP_MESSAGE_MANDATORY_FIELD_STRING_MACRO(affected_sop_instance_uid
 
registry::AffectedSOPInstanceUID DCMTKPP_MESSAGE_OPTIONAL_FIELD_STRING_MACRO (move_originator_ae_title, registry::MoveOriginatorApplicationEntityTitle) DCMTKPP_MESSAGE_OPTIONAL_FIELD_INTEGER_MACRO(move_originator_message_id
 
- Public Member Functions inherited from dcmtkpp::Request
 Request (Value::Integer message_id)
 Create a request with given Message ID.
 
 Request (Message const &message)
 Create a request from the Message ID stored in the message command set. More...
 
virtual ~Request ()
 Destructor.
 
- Public Member Functions inherited from dcmtkpp::Message
 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.
 

Additional Inherited Members

- Protected Attributes inherited from dcmtkpp::Message
DataSet _command_set
 Command set of the message.
 
DataSet _data_set
 Data set of the message.
 

Detailed Description

C-STORE-RQ message.

Constructor & Destructor Documentation

dcmtkpp::CStoreRequest::CStoreRequest ( Message const &  message)

Create a C-STORE-RQ from a generic Message.

Raise an exception if the Message does not contain a C-STORE-RQ.


The documentation for this class was generated from the following files: