|
PACS System 0.1.0
PACS DICOM system library
|
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>
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_ |
DICOM Server implementation.
Definition in file dicom_server.cpp.
| #define KCENON_HAS_COMMON_SYSTEM 0 |
Definition at line 23 of file dicom_server.cpp.