PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::events::association_aborted_event Struct Reference

Event published when a DICOM association is aborted. More...

#include <events.h>

Collaboration diagram for kcenon::pacs::events::association_aborted_event:
Collaboration graph

Public Member Functions

 association_aborted_event (std::string calling, std::string called, std::string abort_reason, uint8_t src=0, uint8_t code=0)
 

Public Attributes

std::string calling_ae
 
std::string called_ae
 
std::string reason
 
uint8_t source
 
uint8_t reason_code
 
std::chrono::steady_clock::time_point timestamp
 

Detailed Description

Event published when a DICOM association is aborted.

Definition at line 80 of file events.h.

Constructor & Destructor Documentation

◆ association_aborted_event()

kcenon::pacs::events::association_aborted_event::association_aborted_event ( std::string calling,
std::string called,
std::string abort_reason,
uint8_t src = 0,
uint8_t code = 0 )
inline

Definition at line 88 of file events.h.

93 : calling_ae(std::move(calling)),
94 called_ae(std::move(called)),
95 reason(std::move(abort_reason)),
96 source(src),
98 timestamp(std::chrono::steady_clock::now()) {}
std::string_view code
std::chrono::steady_clock::time_point timestamp
Definition events.h:86

Member Data Documentation

◆ called_ae

std::string kcenon::pacs::events::association_aborted_event::called_ae

Definition at line 82 of file events.h.

◆ calling_ae

std::string kcenon::pacs::events::association_aborted_event::calling_ae

Definition at line 81 of file events.h.

◆ reason

std::string kcenon::pacs::events::association_aborted_event::reason

Definition at line 83 of file events.h.

◆ reason_code

uint8_t kcenon::pacs::events::association_aborted_event::reason_code

Definition at line 85 of file events.h.

◆ source

uint8_t kcenon::pacs::events::association_aborted_event::source

Definition at line 84 of file events.h.

◆ timestamp

std::chrono::steady_clock::time_point kcenon::pacs::events::association_aborted_event::timestamp

Definition at line 86 of file events.h.


The documentation for this struct was generated from the following file: