Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _14da8fe6_71a3_4c0b_91bf_9c518393a641
10 #define _14da8fe6_71a3_4c0b_91bf_9c518393a641
72 std::string _media_type;
80 #endif //_14da8fe6_71a3_4c0b_91bf_9c518393a641
bool operator==(QIDORSResponse const &other) const
Equality operator.
QIDORSResponse & operator=(QIDORSResponse const &)=default
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28
HTTPResponse get_http_response() const
Generate the associated HTTP response.
HTTP Response.
Definition: HTTPResponse.h:25
QIDORSResponse & operator=(QIDORSResponse &&)=default
QIDO-RS response generator and parser.
Definition: QIDORSResponse.h:28
QIDORSResponse()
Constructor.
~QIDORSResponse()=default
Value::DataSets & get_data_sets()
Modify the response items.
QIDORSResponse(HTTPResponse const &response)
Parse an HTTPResponse as a WADORSResponse.
std::string const & get_media_type() const
Return the media type.
Representation const & get_representation() const
Return the representation.
std::vector< std::shared_ptr< DataSet > > DataSets
Data sets container.
Definition: Value.h:60
void set_data_sets(Value::DataSets const &data_sets)
Set the response items.
Value::DataSets const & get_data_sets() const
Get the response items.
void set_representation(Representation const &representation)
Set the representation.
QIDORSResponse(QIDORSResponse const &)=default
bool operator!=(QIDORSResponse const &other) const
Difference operator.
Representation
Data representation for DICOM requests and responses.
Definition: Utils.h:36
QIDORSResponse(QIDORSResponse &&)=default