9 #ifndef _91f4f1d4_f2ff_48a2_8918_ade8aa161233 10 #define _91f4f1d4_f2ff_48a2_8918_ade8aa161233 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
WADO-RS response generator and parser.
Definition: WADORSResponse.h:30
bool operator!=(Value::DataSets const &left, Value::DataSets const &right)
Difference test.
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
std::vector< std::shared_ptr< DataSet > > DataSets
Data sets container.
Definition: Value.h:60
bool operator==(Value::DataSets const &left, Value::DataSets const &right)
Equality test.
Representation
Data representation for DICOM requests and responses.
Definition: Utils.h:35
HTTP Response.
Definition: HTTPResponse.h:24