Odil
A C++11 library for the DICOM standard
Public Member Functions | List of all members
odil::message::NSetRequest Class Reference

N-Set-RQ message. More...

#include <NSetRequest.h>

Inheritance diagram for odil::message::NSetRequest:
Inheritance graph
[legend]
Collaboration diagram for odil::message::NSetRequest:
Collaboration graph
[legend]

Public Member Functions

 NSetRequest (Message const &message)
 Create a N-Set-RQ from a generic Message. More...
 
 NSetRequest (Value::Integer message_id, Value::String const &requested_sop_class_uid, Value::String const &requested_sop_instance_uid, DataSet const &dataset)
 Create an NSet request with given Message ID and requested SOP class UID and SOP Instance UID. More...
 
virtual ~NSetRequest ()
 Destructor. More...
 
 ODIL_MESSAGE_MANDATORY_FIELD_STRING_MACRO (requested_sop_class_uid, registry::RequestedSOPClassUID) ODIL_MESSAGE_MANDATORY_FIELD_STRING_MACRO(requested_sop_instance_uid
 
- Public Member Functions inherited from odil::message::Request
 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...
 
- Public Member Functions inherited from odil::message::Message
 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...
 
DataSetget_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...
 

Additional Inherited Members

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

Detailed Description

N-Set-RQ message.

Constructor & Destructor Documentation

◆ NSetRequest() [1/2]

odil::message::NSetRequest::NSetRequest ( Message const &  message)

Create a N-Set-RQ from a generic Message.

Raise an exception if the Message does not contain a N-Set-RQ.

◆ NSetRequest() [2/2]

odil::message::NSetRequest::NSetRequest ( Value::Integer  message_id,
Value::String const &  requested_sop_class_uid,
Value::String const &  requested_sop_instance_uid,
DataSet const &  dataset 
)

Create an NSet request with given Message ID and requested SOP class UID and SOP Instance UID.

◆ ~NSetRequest()

virtual odil::message::NSetRequest::~NSetRequest ( )
virtual

Destructor.

Member Function Documentation

◆ ODIL_MESSAGE_MANDATORY_FIELD_STRING_MACRO()

odil::message::NSetRequest::ODIL_MESSAGE_MANDATORY_FIELD_STRING_MACRO ( requested_sop_class_uid  ,
registry::RequestedSOPClassUID   
)

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