|
PACS System 0.1.0
PACS DICOM system library
|
Adapter for integrating pipeline with existing DICOM components. More...
#include <kcenon/pacs/network/pipeline/pipeline_coordinator.h>#include <kcenon/pacs/network/pipeline/pipeline_job_types.h>#include <kcenon/pacs/network/pipeline/jobs/receive_network_io_job.h>#include <kcenon/pacs/network/pipeline/jobs/send_network_io_job.h>#include <kcenon/pacs/network/pipeline/jobs/storage_query_exec_job.h>#include <kcenon/pacs/core/result.h>#include <chrono>#include <functional>#include <memory>#include <mutex>#include <optional>#include <string>#include <unordered_map>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::network::pipeline::session_context |
| Context for a DICOM association session. More... | |
| class | kcenon::pacs::network::pipeline::pipeline_adapter |
| Adapter for integrating pipeline with DICOM server components. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::network |
| namespace | kcenon::pacs::network::pipeline |
Adapter for integrating pipeline with existing DICOM components.
This adapter bridges the pipeline infrastructure with existing DICOM server components, enabling gradual migration to the new architecture.
Definition in file pipeline_adapter.h.