PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
storage_scu.h File Reference

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>
Include dependency graph for storage_scu.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.

See also
DICOM PS3.4 Section B - Storage Service Class
DICOM PS3.7 Section 9.1.1 - C-STORE Service
DES-SVC-003 - Storage SCU Design Specification
Author
kcenon
Since
1.0.0

Definition in file storage_scu.h.