|
PACS System 0.1.0
PACS DICOM system library
|
Streaming query handler for memory-efficient C-FIND processing. More...
#include "query_result_stream.h"#include <kcenon/pacs/core/dicom_dataset.h>#include <kcenon/pacs/services/query_scp.h>#include <functional>#include <memory>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
| namespace | kcenon::pacs::services |
Streaming query handler for memory-efficient C-FIND processing.
This file provides the streaming_query_handler class that integrates query_result_stream with the query_scp service for paginated C-FIND responses without loading all results into memory.
When compiled with PACS_WITH_DATABASE_SYSTEM, uses query_result_stream for unified database access.
Definition in file streaming_query_handler.h.