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

DICOM DIMSE Service metrics collector. More...

#include <array>
#include <chrono>
#include <cstdint>
#include <memory>
#include <mutex>
#include <string>
#include <unordered_map>
#include <vector>
#include "../pacs_metrics.h"
Include dependency graph for dicom_service_collector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::pacs::monitoring::service_metric
 Standard metric structure for DIMSE service data. More...
 
class  kcenon::pacs::monitoring::dicom_service_collector
 Collector for DICOM DIMSE service operation metrics. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::monitoring
 

Detailed Description

DICOM DIMSE Service metrics collector.

This file provides a collector for DICOM DIMSE service operation metrics, compatible with the monitoring_system collector plugin interface.

See also
Issue #310 - IMonitor Integration and DICOM Metric Collector
DICOM PS3.7 - Message Exchange (DIMSE Services)
Author
kcenon
Since
1.0.0

Definition in file dicom_service_collector.h.