|
PACS System 0.1.0
PACS DICOM system library
|
DICOM Storage SCU service (C-STORE sender) More...
#include "storage_status.h"#include "kcenon/pacs/core/dicom_dataset.h"#include "kcenon/pacs/network/association.h"#include "kcenon/pacs/network/dimse/dimse_message.h"#include "kcenon/pacs/di/ilogger.h"#include <atomic>#include <cstdint>#include <filesystem>#include <functional>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::services::store_result |
| Result of a C-STORE operation. More... | |
| struct | kcenon::pacs::services::storage_scu_config |
| Configuration for Storage SCU service. More... | |
| class | kcenon::pacs::services::storage_scu |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::services |
Typedefs | |
| using | kcenon::pacs::services::store_progress_callback = std::function<void(size_t completed, size_t total)> |
| Progress callback type for batch operations. | |
DICOM Storage SCU service (C-STORE sender)
This file provides the storage_scu class for sending DICOM images via C-STORE. The Storage SCU sends images to SCP applications (PACS servers, archives) for permanent storage.
Definition in file storage_scu.h.