|
PACS System 0.1.0
PACS DICOM system library
|
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>

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 |
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.
Definition in file n_get_scu.h.