9 #ifndef _91f4f1d4_f2ff_48a2_8918_ade8aa161233 10 #define _91f4f1d4_f2ff_48a2_8918_ade8aa161233 51 std::vector<DataSet>
const & get_data_sets()
const;
54 std::vector<DataSet> & get_data_sets();
57 void set_data_sets(std::vector<DataSet>
const & data_sets);
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);
89 void respond_bulk_data();
92 void respond_pixel_data(
93 std::string
const & media_type=
"application/octet-stream");
99 std::vector<DataSet> _data_sets;
100 std::vector<BulkData> _bulk_data;
104 std::string _media_type;
111 #endif //_91f4f1d4_f2ff_48a2_8918_ade8aa161233
WADO-RS response generator and parser.
Definition: WADORSResponse.h:30
Definition: Association.h:24
#define ODIL_API
Definition: odil.h:28
Type
Type of the request or response (use for WADO & QIDO).
Definition: Utils.h:26
Representation
Data representation for DICOM requests and responses.
Definition: Utils.h:35
HTTP Response.
Definition: HTTPResponse.h:24