PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
dicom_server.cpp File Reference

DICOM Server implementation. More...

#include "kcenon/pacs/network/dicom_server.h"
#include "kcenon/pacs/network/pdu_encoder.h"
#include "kcenon/pacs/network/pdu_decoder.h"
#include "kcenon/pacs/integration/thread_pool_adapter.h"
#include "kcenon/pacs/core/events.h"
#include <kcenon/common/patterns/event_bus.h>
#include <algorithm>
#include <sstream>
Include dependency graph for dicom_server.cpp:

Go to the source code of this file.

Namespaces

namespace  kcenon
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::network
 

Macros

#define KCENON_HAS_COMMON_SYSTEM   0
 

Variables

static std::mutex kcenon::pacs::network::registry_mutex_
 
static std::map< uint16_t, dicom_server * > kcenon::pacs::network::server_registry_
 

Detailed Description

DICOM Server implementation.

Definition in file dicom_server.cpp.

Macro Definition Documentation

◆ KCENON_HAS_COMMON_SYSTEM

#define KCENON_HAS_COMMON_SYSTEM   0

Definition at line 23 of file dicom_server.cpp.