Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _1b2f876e_1ad2_464d_9423_28181320aed0
10 #define _1b2f876e_1ad2_464d_9423_28181320aed0
35 std::shared_ptr<DataSet> dataset,
39 void _store(std::shared_ptr<message::CStoreRequest const> request)
const;
44 #endif // _1b2f876e_1ad2_464d_9423_28181320aed0
void set_affected_sop_class(std::shared_ptr< DataSet const > dataset)
Set the affected SOP class based on the dataset.
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28
void set_affected_sop_class(std::string const &sop_class)
Set the affected SOP class.
std::string String
String type.
Definition: Value.h:48
SCU for C-Store services.
Definition: StoreSCU.h:23
Association.
Definition: Association.h:31
int64_t Integer
Integer type.
Definition: Value.h:42
Base class for all Service Class Users.
Definition: SCU.h:22
StoreSCU(Association &association)
Constructor.
void store(std::shared_ptr< DataSet > dataset, Value::String const &move_originator_ae_title="", Value::Integer move_originator_message_id=-1) const
Perform the C-STORE.