|
PACS System 0.1.0
PACS DICOM system library
|
Proposed presentation context for SCU association request. More...
#include <association.h>

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. | |
Proposed presentation context for SCU association request.
Definition at line 158 of file association.h.
|
inline |
Definition at line 163 of file association.h.
|
inline |
Definition at line 164 of file association.h.
| std::string kcenon::pacs::network::proposed_presentation_context::abstract_syntax |
Abstract Syntax UID (SOP Class)
Definition at line 160 of file association.h.
| uint8_t kcenon::pacs::network::proposed_presentation_context::id |
Presentation Context ID (odd 1-255)
Definition at line 159 of file association.h.
| std::vector<std::string> kcenon::pacs::network::proposed_presentation_context::transfer_syntaxes |
Proposed Transfer Syntaxes.
Definition at line 161 of file association.h.