Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _973ae1d9_c41c_4518_9c35_df13b2253369
10 #define _973ae1d9_c41c_4518_9c35_df13b2253369
48 #endif // _973ae1d9_c41c_4518_9c35_df13b2253369
void set_presentation_contexts(std::vector< PresentationContextAC > const &value)
Set the Presentation Context sub-items.
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28
AAssociateAC(std::istream &stream)
Constructor for binary data.
A-ASSOCIATE-AC PDU, cf. PS 3.8, 9.3.3.
Definition: AAssociateAC.h:26
A-ASSOCIATE-RQ and A-ASSOCIATE-AC PDU, cf. PS 3.8, 9.3.2 and 9.3.3.
Definition: AAssociate.h:29
AAssociateAC()
Constructor.
std::vector< PresentationContextAC > get_presentation_contexts() const
Return the Presentation Context sub-items.
~AAssociateAC()
Destructor.