Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _91f4f1d4_f2ff_48a2_8918_ade8aa161233
10 #define _91f4f1d4_f2ff_48a2_8918_ade8aa161233
37 WADORSResponse(HTTPResponse
const & response);
60 std::vector<BulkData>
const & get_bulk_data()
const;
63 std::vector<BulkData> & get_bulk_data();
66 void set_bulk_data(std::vector<BulkData>
const & bulk_data);
69 bool is_partial()
const;
72 void set_partial(
bool partial);
75 Type get_type()
const;
89 void respond_bulk_data();
92 void respond_pixel_data(
93 std::string
const & media_type=
"application/octet-stream");
100 std::vector<BulkData> _bulk_data;
104 std::string _media_type;
111 #endif //_91f4f1d4_f2ff_48a2_8918_ade8aa161233
bool operator==(Value::DataSets const &left, Value::DataSets const &right)
Equality test.
WADO-RS response generator and parser.
Definition: WADORSResponse.h:39
Definition: Association.h:23
#define ODIL_API
Definition: odil.h:27
HTTP Response.
Definition: HTTPResponse.h:33
Type
Type of the request or response (use for WADO & QIDO).
Definition: Utils.h:35
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:64
Representation
Data representation for DICOM requests and responses.
Definition: Utils.h:44