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

Proposed presentation context for SCU association request. More...

#include <association.h>

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

Public Member Functions

 proposed_presentation_context ()
 
 proposed_presentation_context (uint8_t ctx_id, std::string abs_syntax, std::vector< std::string > ts_list)
 

Public Attributes

uint8_t id
 Presentation Context ID (odd 1-255)
 
std::string abstract_syntax
 Abstract Syntax UID (SOP Class)
 
std::vector< std::string > transfer_syntaxes
 Proposed Transfer Syntaxes.
 

Detailed Description

Proposed presentation context for SCU association request.

Definition at line 158 of file association.h.

Constructor & Destructor Documentation

◆ proposed_presentation_context() [1/2]

kcenon::pacs::network::proposed_presentation_context::proposed_presentation_context ( )
inline

Definition at line 163 of file association.h.

163: id(0) {}
uint8_t id
Presentation Context ID (odd 1-255)

◆ proposed_presentation_context() [2/2]

kcenon::pacs::network::proposed_presentation_context::proposed_presentation_context ( uint8_t ctx_id,
std::string abs_syntax,
std::vector< std::string > ts_list )
inline

Definition at line 164 of file association.h.

166 : id(ctx_id)
167 , abstract_syntax(std::move(abs_syntax))
168 , transfer_syntaxes(std::move(ts_list)) {}
std::string abstract_syntax
Abstract Syntax UID (SOP Class)
std::vector< std::string > transfer_syntaxes
Proposed Transfer Syntaxes.

Member Data Documentation

◆ abstract_syntax

std::string kcenon::pacs::network::proposed_presentation_context::abstract_syntax

Abstract Syntax UID (SOP Class)

Definition at line 160 of file association.h.

◆ id

uint8_t kcenon::pacs::network::proposed_presentation_context::id

Presentation Context ID (odd 1-255)

Definition at line 159 of file association.h.

◆ transfer_syntaxes

std::vector<std::string> kcenon::pacs::network::proposed_presentation_context::transfer_syntaxes

Proposed Transfer Syntaxes.

Definition at line 161 of file association.h.


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