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

Presentation Context for A-ASSOCIATE-AC. More...

#include <pdu_types.h>

Collaboration diagram for kcenon::pacs::network::presentation_context_ac:
Collaboration graph

Public Member Functions

 presentation_context_ac ()
 
 presentation_context_ac (uint8_t context_id, presentation_context_result res, std::string ts="")
 

Public Attributes

uint8_t id
 Presentation Context ID.
 
presentation_context_result result
 Result/Reason.
 
std::string transfer_syntax
 Accepted Transfer Syntax UID.
 

Detailed Description

Presentation Context for A-ASSOCIATE-AC.

Definition at line 165 of file pdu_types.h.

Constructor & Destructor Documentation

◆ presentation_context_ac() [1/2]

kcenon::pacs::network::presentation_context_ac::presentation_context_ac ( )
inline

Definition at line 170 of file pdu_types.h.

◆ presentation_context_ac() [2/2]

kcenon::pacs::network::presentation_context_ac::presentation_context_ac ( uint8_t context_id,
presentation_context_result res,
std::string ts = "" )
inline

Definition at line 172 of file pdu_types.h.

174 : id(context_id), result(res), transfer_syntax(std::move(ts)) {}
Transfer Syntax UIDs.
Definition main.cpp:78
std::string transfer_syntax
Accepted Transfer Syntax UID.
Definition pdu_types.h:168

Member Data Documentation

◆ id

uint8_t kcenon::pacs::network::presentation_context_ac::id

◆ result

presentation_context_result kcenon::pacs::network::presentation_context_ac::result

◆ transfer_syntax

std::string kcenon::pacs::network::presentation_context_ac::transfer_syntax

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