|
PACS System 0.1.0
PACS DICOM system library
|
Accepted presentation context after negotiation. More...
#include <association.h>

Public Member Functions | |
| accepted_presentation_context () | |
| accepted_presentation_context (uint8_t ctx_id, std::string abs_syntax, std::string ts, presentation_context_result res) | |
| bool | is_accepted () const noexcept |
Public Attributes | |
| uint8_t | id |
| Presentation Context ID. | |
| std::string | abstract_syntax |
| Abstract Syntax UID. | |
| std::string | transfer_syntax |
| Accepted Transfer Syntax UID. | |
| presentation_context_result | result |
| Negotiation result. | |
Accepted presentation context after negotiation.
Definition at line 174 of file association.h.
|
inline |
Definition at line 180 of file association.h.
|
inline |
Definition at line 182 of file association.h.
|
inlinenodiscardnoexcept |
Definition at line 189 of file association.h.
References kcenon::pacs::network::acceptance, and result.
| std::string kcenon::pacs::network::accepted_presentation_context::abstract_syntax |
Abstract Syntax UID.
Definition at line 176 of file association.h.
| uint8_t kcenon::pacs::network::accepted_presentation_context::id |
Presentation Context ID.
Definition at line 175 of file association.h.
| presentation_context_result kcenon::pacs::network::accepted_presentation_context::result |
| std::string kcenon::pacs::network::accepted_presentation_context::transfer_syntax |
Accepted Transfer Syntax UID.
Definition at line 177 of file association.h.