|
PACS System 0.1.0
PACS DICOM system library
|
DIMSE processing job for Stage 3 of the pipeline. More...
#include <kcenon/pacs/network/pipeline/pipeline_coordinator.h>#include <kcenon/pacs/network/pipeline/pipeline_job_types.h>#include <kcenon/pacs/network/pipeline/jobs/pdu_decode_job.h>#include <kcenon/pacs/core/result.h>#include <cstdint>#include <functional>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::network::pipeline::dimse_request |
| Parsed DIMSE request for service execution. More... | |
| class | kcenon::pacs::network::pipeline::dimse_process_job |
| Job for processing DIMSE messages. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::network |
| namespace | kcenon::pacs::network::pipeline |
DIMSE processing job for Stage 3 of the pipeline.
This job handles DIMSE message processing and routing requests to the appropriate service handlers.
Definition in file dimse_process_job.h.