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

Abstract storage interface for DICOM persistent storage backends. More...

#include <kcenon/pacs/core/dicom_dataset.h>
#include <kcenon/common/patterns/result.h>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for storage_interface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::pacs::storage::storage_statistics
 Storage statistics structure. More...
 
class  kcenon::pacs::storage::storage_interface
 

Namespaces

namespace  kcenon
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::storage
 

Detailed Description

Abstract storage interface for DICOM persistent storage backends.

This file defines the abstract storage_interface class which provides a unified API for DICOM data persistence. Concrete implementations (file_storage, cloud_storage, etc.) must inherit from this interface.

See also
SRS-STOR-001, FR-4.1
Author
kcenon
Since
1.0.0

Definition in file storage_interface.h.