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

DICOM N-GET SCU service for attribute retrieval. More...

#include "kcenon/pacs/core/dicom_dataset.h"
#include "kcenon/pacs/core/dicom_tag.h"
#include "kcenon/pacs/di/ilogger.h"
#include "kcenon/pacs/network/association.h"
#include "kcenon/pacs/network/dimse/dimse_message.h"
#include <atomic>
#include <chrono>
#include <memory>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for n_get_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::n_get_result
 Result of an N-GET operation. More...
 
struct  kcenon::pacs::services::n_get_scu_config
 Configuration for N-GET SCU service. More...
 
class  kcenon::pacs::services::n_get_scu
 

Namespaces

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

Detailed Description

DICOM N-GET SCU service for attribute retrieval.

This file provides the n_get_scu class for querying remote SCPs to retrieve attributes from managed SOP Instances.

See also
DICOM PS3.7 Section 10.1.2 - N-GET Service
Issue #720 - Implement N-GET SCP/SCU service
Author
kcenon
Since
1.0.0

Definition in file n_get_scu.h.