Odil
A C++11 library for the DICOM standard
AAssociateRQ.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 _22fc6fe5_f7d1_461b_932f_cedfcae13897
10 #define _22fc6fe5_f7d1_461b_932f_cedfcae13897
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 
26 {
27 public:
30 
32  AAssociateRQ(std::istream & stream);
33 
36 
38  std::vector<PresentationContextRQ> get_presentation_contexts() const;
39 
41  void set_presentation_contexts(std::vector<PresentationContextRQ> const & value);
42 };
43 
44 }
45 
46 }
47 
48 #endif // _22fc6fe5_f7d1_461b_932f_cedfcae13897
A-ASSOCIATE-RQ, cf. PS 3.8, 9.3.2.
Definition: AAssociateRQ.h:26
std::vector< PresentationContextRQ > get_presentation_contexts() const
Return the Presentation Context sub-items.
AAssociateRQ(std::istream &stream)
Constructor for binary data.
AAssociateRQ()
Constructor.
~AAssociateRQ()
Destructor.
void set_presentation_contexts(std::vector< PresentationContextRQ > const &value)
Set the Presentation Context sub-items.
A-ASSOCIATE-RQ and A-ASSOCIATE-AC PDU, cf. PS 3.8, 9.3.2 and 9.3.3.
Definition: AAssociate.h:29
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28