Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _7449339a_913f_4545_9846_311f055632c1
10 #define _7449339a_913f_4545_9846_311f055632c1
12 #include <initializer_list>
39 template<
typename TObject>
43 template<
typename TObject>
47 template<
typename TObject>
50 typedef std::vector<Item> Items;
53 template<
typename TObject>
54 std::vector<Items::const_iterator> _find_sub_items()
const;
57 template<
typename TObject>
58 std::vector<Items::iterator> _find_sub_items();
65 #include "odil/pdu/UserInformation.txx"
67 #endif // _7449339a_913f_4545_9846_311f055632c1
Base class for all PDU-related high-level objects (PDU, items and sub-items).
Definition: Object.h:28
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28