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

DICOM Modality Worklist SCU service (MWL C-FIND sender) More...

#include "kcenon/pacs/core/dicom_dataset.h"
#include "kcenon/pacs/network/association.h"
#include "kcenon/pacs/di/ilogger.h"
#include <atomic>
#include <chrono>
#include <cstdint>
#include <functional>
#include <memory>
#include <string>
#include <vector>
Include dependency graph for worklist_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::worklist_query_keys
 Typed query keys for Modality Worklist queries. More...
 
struct  kcenon::pacs::services::worklist_item
 Parsed worklist item from MWL query response. More...
 
struct  kcenon::pacs::services::worklist_result
 Result of a Modality Worklist query operation. More...
 
struct  kcenon::pacs::services::worklist_scu_config
 Configuration for Worklist SCU service. More...
 
class  kcenon::pacs::services::worklist_scu
 

Namespaces

namespace  kcenon
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::services
 

Typedefs

using kcenon::pacs::services::worklist_streaming_callback = std::function<bool(const worklist_item&)>
 Callback type for streaming worklist query results.
 

Detailed Description

DICOM Modality Worklist SCU service (MWL C-FIND sender)

This file provides the worklist_scu class for performing Modality Worklist C-FIND queries to RIS/HIS systems. It supports typed query keys and convenience methods for common worklist queries.

See also
DICOM PS3.4 Section K - Basic Worklist Management Service Class
DICOM PS3.7 Section 9.1.2 - C-FIND Service
IHE Radiology Technical Framework - Scheduled Workflow
Issue #533 - Implement worklist_scu Library (MWL SCU)
Author
kcenon
Since
1.0.0

Definition in file worklist_scu.h.