|
Odil
A C++11 library for the DICOM standard
|
SCU for C-Store services. More...
#include <StoreSCU.h>


Public Member Functions | |
| StoreSCU (Association &association) | |
| Constructor. | |
| void | set_affected_sop_class (std::shared_ptr< DataSet const > dataset) |
| Set the affected SOP class based on the dataset. | |
| 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. | |
| void | set_affected_sop_class (std::string const &sop_class) |
| Set the affected SOP class. | |
| Public Member Functions inherited from odil::SCU | |
| SCU (Association &association) | |
| Create a default Service Class User. | |
| virtual | ~SCU () |
| Destructor. | |
| std::string const & | get_affected_sop_class () const |
| Return the affected SOP class. Defaults to "". | |
| void | set_affected_sop_class (std::string const &sop_class) |
| Set the affected SOP class. | |
Additional Inherited Members | |
| Protected Attributes inherited from odil::SCU | |
| Association & | _association |
| Association with peer. | |
| std::string | _affected_sop_class |
| Affected SOP class. | |
SCU for C-Store services.
| odil::StoreSCU::StoreSCU | ( | Association & | association | ) |
Constructor.
| void odil::StoreSCU::set_affected_sop_class | ( | std::shared_ptr< DataSet const > | dataset | ) |
Set the affected SOP class based on the dataset.
| void odil::SCU::set_affected_sop_class | ( | std::string const & | sop_class | ) |
Set the affected SOP class.
| void odil::StoreSCU::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.