Odil
A C++11 library for the DICOM standard
AAssociateAC.h
Go to the documentation of this file.
1 /*************************************************************************
2  * odil - Copyright (C) Universite de Strasbourg
3  * Distributed under the terms of the CeCILL-B license, as published by
4  * the CEA-CNRS-INRIA. Refer to the LICENSE file or to
5  * http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
6  * for details.
7  ************************************************************************/
8 
9 #ifndef _973ae1d9_c41c_4518_9c35_df13b2253369
10 #define _973ae1d9_c41c_4518_9c35_df13b2253369
11 
12 #include <vector>
13 
14 #include "odil/odil.h"
15 #include "odil/pdu/AAssociate.h"
17 
18 namespace odil
19 {
20 
21 namespace pdu
22 {
23 
25 class ODIL_API AAssociateAC: public AAssociate
26 {
27 public:
29  AAssociateAC();
30 
32  AAssociateAC(std::istream & stream);
33 
35  ~AAssociateAC();
36 
38  std::vector<PresentationContextAC> get_presentation_contexts() const;
39 
41  void set_presentation_contexts(std::vector<PresentationContextAC> const & value);
42 };
43 
44 }
45 
46 }
47 
48 #endif // _973ae1d9_c41c_4518_9c35_df13b2253369
odil
Definition: Association.h:24
ODIL_API
#define ODIL_API
Definition: odil.h:28
PresentationContextAC.h
odil.h
AAssociate.h