]> Creatis software - gdcm.git/blob - src/gdcmDocEntrySet.h
Taking into account the 'Dicom Sequences' leads up to introduce new concepts
[gdcm.git] / src / gdcmDocEntrySet.h
1 // gdcmDocEntrySet.h
2
3 #ifndef GDCMDOCENTRYSET_H
4 #define GDCMDOCENTRYSET_H
5
6 //-----------------------------------------------------------------------------
7
8 class GDCM_EXPORT gdcmDocEntrySet 
9 {
10 public:
11
12 void gdcmElementSet::FindDocEntryLength (gdcmDocEntry *Entry);
13
14 protected:
15
16 private:
17
18 bool gdcmDocEntrySet::LoadDocEntriesSet(bool exception_on_error = false) 
19                      throw(gdcmFormatError);
20 };
21
22
23 //-----------------------------------------------------------------------------
24 #endif
25