]> Creatis software - gdcm.git/blob - src/gdcmSQItem.cxx
Taking into account the 'Dicom Sequences' leads up to introduce new concepts
[gdcm.git] / src / gdcmSQItem.cxx
1 // gdcmSQItem.cxx
2 //-----------------------------------------------------------------------------
3 //
4 #include "gdcmSQItem.h"
5 #include "gdcmGlobal.h"
6 #include "gdcmUtil.h"
7
8
9 //-----------------------------------------------------------------------------
10 // Constructor / Destructor
11 /**
12  * \ingroup gdcmSQItem
13  * \brief   Constructor from a given gdcmSQItem
14  * @param   in Pointer to existing dictionary entry
15  */
16 gdcmSQItem::gdcmSQItem() : gdcmDocEntry( ) {
17
18
19 }
20
21
22
23
24 //-----------------------------------------------------------------------------
25 // Print
26 /*
27  * \ingroup gdcmSQItem
28  * \brief   canonical Printer
29  */
30  
31
32 //-----------------------------------------------------------------------------
33 // Public
34
35 //-----------------------------------------------------------------------------
36 // Protected
37
38 //-----------------------------------------------------------------------------
39 // Private
40
41 //-----------------------------------------------------------------------------