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
34 QIDORSResponse(HTTPResponse
const & response);
36 QIDORSResponse(QIDORSResponse
const &) =
default;
37 QIDORSResponse(QIDORSResponse &&) =
default;
38 QIDORSResponse & operator=(QIDORSResponse
const &) =
default;
64 std::string
const & get_media_type()
const;
72 std::string _media_type;
80 #endif //_14da8fe6_71a3_4c0b_91bf_9c518393a641
bool operator==(Value::DataSets const &left, Value::DataSets const &right)
Equality test.
Definition: Association.h:24
#define ODIL_API
Definition: odil.h:28
HTTP Response.
Definition: HTTPResponse.h:36
QIDO-RS response generator and parser.
Definition: QIDORSResponse.h:39
bool operator!=(Value::DataSets const &left, Value::DataSets const &right)
Difference test.
std::vector< std::shared_ptr< DataSet > > DataSets
Data sets container.
Definition: Value.h:66
Representation
Data representation for DICOM requests and responses.
Definition: Utils.h:47