]> Creatis software - gdcm.git/blob - ChangeLog
* More memmory link related corrections and documentation fixes.
[gdcm.git] / ChangeLog
1 2003-04-16  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
2       * More memmory link related corrections and documentation fixes.
3
4 2003-04-15  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
5       * Memory link hunt (by using valgrind through the command
6           valgrind --show-reachable=yes --leak-check=yes PrintHeader).
7         - added src/gdcmVR.cxx gdcmVR.h that objectify the previous
8           gdcmHeader::_dicom_vr.
9         - gdcmHeader::InitVRDict transfered as gdcmVR::gdcmVR().
10         - gdcmHeader::dicom_vr is now of type gdcmVR* as opposed to
11           VRHT*.
12         - gdcmGlobal global object contained class added (see src/gdcmUtil.x)
13
14 2003-04-9  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
15       * src/Makefile.am now exports all the necessary include files at
16         make install stage.
17
18 2003-04-9 JPR
19       * UpdateGroupLength replaced by new one
20
21 2003-04-7 JPR
22       * UpdateGroupLength re-written using H-Table
23         (named UpdateGroupLengthNew untill checks are over)
24       
25 2003-04-7 Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
26       * Data/im_00001 renamed to gdcm-MR-PHILIPS-16-Multi-Seq.dcm
27       * gdcmPython/testSuite.py now include a test of gdcmFile::Write.
28       * src:
29         - gdcmHeader::GetPubElValSet removed.
30         - gdcmElValSet::WriteDcm, WriteAcr, WriteExplVR, revamped to
31           UpdateGroupLength, WriteElements, Write.
32         - gdcmHeader::FileType moved to gdcmCommon.h. The enum FileType
33           doesn't contain TrueDicom anymore since ExplicitVR and ImplicitVR
34           carried the same semantics.
35           - src/gdcmHeaderIdo.cxx changed accordingly.
36         - gdcmFile::WriteBase now regroups all the codes from previous
37           versions of WriteDcm, WriteDcmImplVR, and WriteACR.
38         - enum FileType moved to gdcmCommon.h
39       * src/gdcmHeader.cxx AddDefault trashed
40       * gdcmGetXSize added
41       * getimageDataSize now calls gdcmGetXSize
42       * Test/*.cxx changed to agree with above changes
43
44 2003-03-31 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
45       * src/gdcmHeader.h: LoadElements() is not a public method anymore
46         (to avoid double call by end user).
47       * Test/*.cxx LoadElements() doesn't need to be called explicitely
48         by end user, since gdcmHeader::gdcmHeader now handles it.
49
50 2003-03-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
51       * gdcm/Doc many doxygen changes:
52         - Doxyfile now has two different versions, DoxyfileUsers that generates
53           the html.users end users oriented documentation and
54           DoxyfileDeveloppers that generates the html.developper developper
55           oriented documentation.
56         - README changed accordingly
57         - requirement.txt removed (old design info moved to TODO).
58         - Additional files DoxyInstallation.txt, DoxyIntroduction.txt,
59           DoxyMainPage.txt, DoxyPython.txt provide more information.
60         - Note: the website http://www.creatis.insa-lyon.fr/Public/Gdcm/ can now
61           be updated by simply regenerating the docs with doxygen and copying 
62           html.developper and html.users to tux:/home/httpd/html/Public/Gdcm
63       * src/gdcmElValSet.cxx: stl <map>.count() can only return 0 or 1. Hence
64         all the tests in the form "if (<map>.count() >1)" were removed.
65       * src/gdcmFile.cxx: cosmetic changes to avoid messages of doxygen about
66         ill-formed documentation sections.
67       * src/gdcmHeader.cxx: ditto
68
69 2003-03-27 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
70       * setup.py fixed for un*x (needed macro for stdint.h)
71       * Test/test.cxx renamed to PrintHeader.cxx to avoid collision on
72         un*ces with sh-utils test utility.
73       * gdcmPython/demo/test.py renamed to PrintHeader.py
74       * gdcmPython/demo/ReorganiseFiles.py new demo script added.
75       * gdcmPython/win32/gdcmpycomplet.dsp renamed to gdcmpyembedded.dsp.
76       * gdcmPython/win32/gdcmpy.dsp trashed away (brain damaged).
77       * src/gdcm*.cxx JPR's bad inclusion fixed.
78
79 2003-03-26 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
80       * src/gdcmHeader[h, cxx] gdcmHeader now has an IsReadable predicate.
81       * gdcmPython/demo/test.py changed accordingly.
82
83 2003-03-25 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
84       * gdcmPython/Makefile.am fixed linking against libstdc++
85       * gdcmPython/_gdcm.so symbolic link to gdcmPython/.libs/pygdcm.so added.
86       * Swig subdir (historical tests of swig version 1.3.17++) removed
87       * Test/testChangeEntete.cxx some lines commented out in order to make
88         compilation work.
89       * src/gdcmHeader.cxx cleaned up wild JPR's dirty kludge.
90       * src/gdcmElValSet.cxx cleaned up frog's forgotten debug message
91
92 2003-03-24 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
93       * src/gdcmHeader.cxx gdcmHeader::gdcmHeader now calls LoadElements(),
94         hence the user doesn't need this explicit call.
95         - gdcmPython/testSuite.py, gdcmPython/demo/*.py changed accordingly
96           i.e. LoadElements() call removed.
97       * src/gdcmCommon.h now defines UINT32_MAX (see stdint.h).
98         - src/Makefile.am declares the proper flag for g++.
99       * src/gdcmElValSet.h added gdcmElValSet::GenerateFreeTagKeyInGroup
100         for adding user defined new tags.
101         - src/gdcmHeader.cxx gdcmHeader::NewManualElValToPubDict added.
102         - src/gdcmHeader.cxx gdcmHeader::AddAndDefaultElements now
103           cleanly adds some gdcm added tags (like gdcmXSize, gdcmYSize...)
104
105 2003-03-17 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr>
106       * Makefile.am, acinclude.m4, configure.in, python.m4, Dicts/Makefile.am,
107    Doc/Makefile.am, Test/Makefile.am, gdcmPython/Makefile.am, 
108    src/Makefile.am : the project should properly compile and install
109    with the autotools, included the python wrappers part. 
110       * gdcm.spec.in : added a spec file for RPM packaging.
111
112 2003-03-14 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
113       * src/gdcmUtils.cxx : redifinition of defaults parameters in code
114
115 2003-03-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
116       * gdcmPython/__init__.py fix of GDCM_DICT_PATH which was not
117         to exported to the environement (see gdcmPython/testSuite.py
118         for usage).
119       * src/gdcmElValSet.[cxx/h], gdcmElValue.[cxx/h], gdcmFile.[cxx/h],
120         gdcmHeader.[cxx/h]: ElValSet class renamed to gdcmElValSet, and
121         ElValue class renamed to gdcmElValue for obvious consistency reasons.
122       * src/gdcmElValSet.cxx, src/gdcmUtil.[cxx-h] Tokenize utility function
123         moved away from gdcmElValSet.cxx to gdcmUtil.cxx.
124
125 2003-03-10 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
126       * gdcmPython/__init__.py doesn't crash anymore when running in
127         in InstallMode or PreInstallMode but with an environement given
128         value of GDCM_DICT_PATH.
129       * src/gdcmDictSet.[cxx/h] coding style.
130
131 2003-03-06 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
132       * src/gdcmHeader.h and gdcmHeader.cxx Coding style + doxigenation.
133       * src/gdcm.h general comments moved to TODO, and README
134       * src/gdcm.h should now be seen as a user commodity (including it
135         should suffice to fully use gdcm). It is nowhere including within
136         any of the kernel files src/*.cxx and src/*.h.
137
138 2003-03-05 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
139       * src/gdcm.h splitted in gdcmCommon.h, gdcmDict.h, gdcmDictEntry.h,
140         gdcmDictSet.h, gdcmElValSet.h, gdcmElValue.h, gdcmFile.h,
141         gdcmHeader.h
142       * src/gdcm*.cxx only include their corresponding include file
143         (as opposed to gdcm.h)
144       * gdcmPython/gdcm.i changed accordingly
145       * Test/Makefile.am corrected and added NEWS, AUTHORS in order for
146         the autogen.sh generated "make snapshot" command to work.
147       * autogen.sh removed history related references to crea package.
148
149 2003-03-04 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
150       * distutilsSwigCPlusPlus.py work around some swig portability
151         bug.
152
153 2003-03-03 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
154       * Eventually, python/gdcmPython was renamed to gdcmPython. This
155         was done in a last ditch attempt to get setup.py _really_
156         operationnal. The python/gdcmPython layaout add the advantage
157         of hidding away the python related distutils specific files
158         (MANIFEST.in, setup.py, distutils*.py...) from the main directory.
159         Alas, the src directory was out of scope (i.e. it's relative
160         position to setup.py was ../src) which made things impossible to
161         handle (see previous version of python/setup.py). Crossing fingers...
162
163 2003-02-20 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
164       * python/setup.py now works on Un*x. (harder than I thougth)
165       * python/distutilsSwigCPlusPlus.py can now have include files
166         among the list of sources.
167       
168 2003-02-20 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
169       * src/gdcmHeader.cxx : bug fix - opening dicom file in binary !!!
170       * modifications in MSVC projects
171
172 2003-02-19 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
173       * As stated by the first lines of Test/ExceptionAndPython/README, it
174         looks like we can move back to original usage of exception within
175         src/gdcm* and hence remove the errno stuff that was introduced
176         as a quick and dirty fixture of this problem (added to the TODO).
177       * Doc/Doxyfile configuration file for Doxygen and corresponding
178         README file for usage added.
179       * Test/testWrite.cxx added. This new test comes from a split of
180         test.cxx that is now reverted to its original purpous i.e. 
181         testing the proper parsing of a Dicom related file.
182         testWrite.cxx concentrates on testing the IO part of gdcm.
183       * Test/bug1.cxx (containing a bug on WIn32) added.
184       * src/gdcm.h, gdcmHeader.cxx, gdcmDictSet.cxx: 
185         - gdcmHeader::GetPubTagNames and  gdcmHeader::GetPubTagNamesByCategory
186           whose purpose is to publish the content of the TagNames of the
187           Dicom public dictionnary were not accessible without an
188           instance of class gdcmHeader.
189         - those methods are now static methods of gdcmDictSet and hence
190           require no instances at all to be invocated.
191         - within gdcmDictSet this change required to change some method
192           to class methods (i.e. are now static) among which SetDictPath
193           (renamed to BuildDictPath) and LoadDefaultPubDict.
194       * python/gdcmPython/demo/printGroupedPublicDict.py changed to illustrate
195         the above changes by calling the new method classes of gdcmDictSet.
196       * python/gdcmPython/__init__.py now exposes gdcm.gdcmDictSet for
197         the above to be effective.
198       * python/gdcmPython: in order to wrap properly the above changes
199         for Python, swig version now needs to be > 1.3.17.
200       * python/gdcmPython/Makefile fixed to adapt itself to new 
201         configure/make shema introduced by Johan Montagnat (thanks for the
202         contribution). Alas this Makefile cannot be turned into a proper
203         Makefile.am without some heavy changes in the configure.in
204         (for python dectection).
205       * python/gdcmPython/gdcm.i: the out typemap map<string, list<string>>*
206         now avoids publishing the empty entries.
207
208 2003-02-13 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
209       * python/setup.py : bug fix concerning install under windows
210         ExtraPath reused :-P
211       * gdcm.dsw : bug fix concerning path for libraries for python !!!
212
213 2003-02-13 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
214       * Dicts/dicomV3.dic : remove double spaces !!!
215       * src/gdcmElValSet.cxx : bug fix concerning windows compiler
216       * python/gdcmPython/win32/gdcmpycomplet.dsp : bug fix concerning paths
217         and links
218
219 2003-01-28 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
220       * src/gdcmHeader.cxx added a post header parsing AddAndDefaultElements
221         method. Doxygenation.
222       * src/gdcm.h clean up of JPR spurious comments.
223
224 2003-01-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
225       * python/distutilsSwigCPlusPlus.py now properly collects the
226         shadow classes generated by "swig -c++" (gdcm.py in our case)
227         when using "python setup.py install".
228       * python/gdcmPython/__init__.py imports gdcm.py and only manually
229         reexports the working classes.
230       * src/gdcmHeader.cxx all the try/catch/throw calls were replaced
231         by the classical C errno scheme. This is to prevent an obscure
232         behavior of the python wrappers when importing wxPython.wx prior
233         to gdcmPython (which ended up in an abort call). An illustration
234         of this oddity can be found in the Test/ExceptionAndPython
235         subdir (see the README file). This problem probably due to
236         an combination of g++ and dynamic loading.
237       * added Test/ExceptionAndPython (see above)
238
239 2003-01-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
240       * Changed the layout of the python part to avoid bloating main
241         directory with setup.py, distutilsSwigCPlusPlus.py, MANIFEST.in
242         i.e. the distutils arsenal. All the python related stuff is
243         again in a python subdir, but the package itself is now in
244         python/gdcmPython.
245       * setup.py was cleaned up:
246         - pythonIncludePath removed
247         - python setup.py bdist target is now functional.
248       * gdcmPython/__init__.py doesn't export FileName any more (to avoid
249         collision with other packages). gdcmPython/demo/*.py changed
250         accordingly.
251 2003-01-15 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
252       * python subdir moved to gdcmPython (preparation of distutils packaging).
253       * gdcmPython/setup.py and distutilsSwigCPlusPlus.py added. The
254         distutils installer is operational.
255       * - gdcmPython/__init__.py now properly loads the swig generated
256           shadow classes (from gdcm.py).
257         - gdcmPython/demo/*.py changed to import the package gdcmPython
258           instead of gdcmPython/demo/load.py.
259         - gdcmPython/testSuite.py changed to import the package gdcmPython.
260         
261
262 2002-12-16 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
263       * src/gdcm.h, src/gdcmHeader.cxx: added GetPubTagNames() resp.
264         GetPubTagNamesByCategory() to gdcmHeader that return a list of the
265         entries within the associated public Dicom dictionary resp. the same
266         information but sorted by the fourth field (PAT, IMG, DIR) of the
267         dictionary.
268         - Dicts/dicomV3.dic Entries which had and unspecified fourth field
269           are now in the "???" group.
270         - python/gdcm.i changed accordingly,
271         - python/demo/printGroupedPublicDict.py added, that gives an example
272           of the above new functionalities in Python.
273
274 2002-12-11 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
275       * src/gdcm.h, gdcmHeader.cxx:
276         - historic references to glib's g_malloc and g_free (#defined)
277           were definitively removed.
278         - gdcm.h: cosmetic changes (part of comments moved to Doc/requirements)
279       * src/gdcmElValSet.cxx:
280         - GetElement(guint32, guint32) renamed to GetElementByNumber.
281         - GetElValue(guint32, guint32) renamed to GetElValueByNumber.
282         - GetElValue(string) renamed to GetElValueByName.
283         - Added GetElementByName(string).
284       * src/gdcmHeader.cxx: added
285         - GetPubElValRepByNumber(guint16, guint16)
286         - GetPubElValRepByName(string)
287         - GetShaElValRepByNumber(guint16, guint16)
288         - GetShaElValRepByName(string)
289         - GetShaElValByNumber(guint16, guint16)
290         - GetShaElValRepByName(string)
291         - GetElValRepByNumber(guint16, guint16)
292         - GetElValRepByName(string)
293         - GetElValByNumber(guint16, guint16)
294         - GetElValRepByName(string)
295       * Doc/requirements.txt added.
296
297 2002-12-9 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
298       * Test/Makefile building now depends on the one of libgdcm.so
299       * src/gdcmHeader.cxx and gdcm.h are now OB (undefined length encoded
300         pixel data) aware which enables finding the address (offset) of 
301         the pixel data of JPEG encoded DICOM files. This leaves only a single
302         file in the testSuite whose pixel data address (offset) is unknown.
303       * python/testSuite.py changed accordingly.
304
305 2002-12-6 Christophe Odet + Hugues Benoit-Cattin + Eric.Boix
306       * VC++ has some strong limitations when working with the STL, as stated
307         in http://support.microsoft.com/support/kb/articles/Q168/9/58.ASP :
308              "Also note that some STL containers (map, set, queue, list, deque)
309               cannot be exported. [...]
310               Some STL classes contain nested classes. These classes can not
311               be exported. [...]
312               This is caused by a designed limitation that once a template
313               class is instantiated, it can not be re-instantiated and
314               exported."
315         Since our usage of map<> is ubiquitous in gdcm, this "designed
316         limitation" of VC++ is a pitfall.
317         Hence the Python wrappers of gdcm cannot be incrementally linked 
318         against the c++ dynamic library. The dirty but only workaround is
319         to forget about incremental link of dynamic libraries and to generate
320         the Python wrappers library with the inclusions of the underlying C++
321         library. 
322         The following modifications concern this matter on Win32/VC++:
323       - wrapping python correct with standalone wrapped dll (don't use separate
324          dll under windows !!!!)
325       - python21_d debug mode enabled (ask Frog how to use it :-)
326       - NO problem with having an STL member of class for example string in C++
327         WITH THE RESTRICTION OF FORGETING ABOUT INCREMENTAL LINK.
328       - Python test of dcmlib in Python is ok under windows on a large set 
329         (one) of image(s).
330       * removed glib references
331       * typedef's inserted in gdcm.i for correct swig type management
332
333 2002-11-27 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
334       * python/demo/*.py load.py extracted from test.py. Added explore.py
335         that only displays required tags and testAll.py that parses all
336         the files of the testsuite without using unittest.
337       * python/testSuite.py other additional test on new files added.
338       * Data/* new test files added accordingly to the testSuite.
339       * src/gdcmHeader.cxx avoid overwriting of the dictionary when
340         the vr in the file differs from the one of the dictionary.
341
342 2002-11-20 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
343       * src/gdcm.h and gdcmHeader.cxx gdcm no longer loads all the elements
344         values, but limits itself to values which are below a user specified
345         size (by default 1024 bytes).
346       * python/gdcm.i : elements not loaded (because their size is above the
347         user specified treshold) are exported with their TagKey as key of the
348         python dictionary. This enables the testsuite to make some checks
349         on the unloaded elements (since we have their offset and size).
350       * python/testSuite.py
351         - now tests for the existence and proper value of the pixel data
352         - two new examples added.
353       * Data/gdcm-MR-SIEMENS-16.acr[12] added.
354
355 2002-11-18 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
356       * src/gdcm.h and gdcmHeader.cxx are now "Big Endian transfer syntax"
357         aware. See the strategy comments in gdcmHeader::FindeLength().
358       * Test/test.cxx now accepts a filename as first argument.
359       * Data/US-PAL-8-10x-echo.dcm and US-RGB-8-epicard.dcm added.
360       * python/testSuite.py changed to integrate test on above files.
361
362 2002-11-15 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
363       * Dicts/dicomV3.dic removed all the trailing (RET) when the
364         the vr was also RET.
365       * python/testSuite.py more tests added.
366
367 2002-11-14 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
368       * python/testSuite.py unittest test suite added (uses Data)
369       * Data/* dcm and acr files for the test suite.
370       * glib dependance removed from un*x version. We now use ISO C99
371         7.18 Integer types (see stdint.h)
372         - python/Makefile, src/Makefile src/gdcm.h
373       * src/ when an explicit vr (like dicom files) suddenly poped an
374         implicit element we use to mark the underlying DictEntry of the
375         concerned ElValue with "Implicit". This strategy was damageable
376         too the public or provite dictionaries, since some of their vr
377         would be changed. Since Header::FindLength heavily relies on the
378         detection by Header::FindVR of falsely explicit elements, I
379         added an extra ImplicitVr member to ElValue (boolean).
380         The rest of the changes we the necessary adaptations.
381
382 2002-11-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
383       * src/gdcmHeader::FindLength bug fix when trapping falsely explicit
384         VR files.
385       * src/gdcmHeader::FindVR: hard way fix of falsely explicit vr files.
386
387 2002-11-8 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
388       * Adaptation for porting to VC++:
389         - src/gdcm.h
390           o forced to use std namespace (for string to be known)
391           o all class use __declspec export style on WIN32
392         - src/gdcmUtil.cxx new Exit method that wraps the exit call
393           (in stdlib.h on Win32 but in std:: for gcc)
394       * src/gdcmDictSet::SetDictPath adds a trailing / to environement
395         variable GDCM_DICT_PATH.
396       * src/gdcmHeader.cxx verbose comments made discrete.
397
398 2002-11-7 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
399       * python/gdcm.i: added a typemap that converts a C++ hashing table
400         to native Python dictionary.
401       * python/demo/test.py:
402         - now uses the native dictionary for exploration of gdcmHeader.
403         - takes an optional filename argument (the file to parse).
404       * src/gdcm.h and gdcmHeader.cxx: gdcmHeader now has an accessor on
405         PubElVals hashing table. 
406       * Dicts/dicomV3.dic removed error prone trailing spaces.
407
408 2002-11-6 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
409       * Python wrapping process moved away from src/Makefile to
410         newly created python/Makefile (as well as gdcm.i)
411       * python/demo/test.py (that mirrors Test/test.cxx) is effective.
412       * src/gdcmHeader::FindLength only looks for current vr when necessary.
413       * src/gdcmDictSet.cxx: the dictionnaries directory path is now imported
414         from the environement variable GDCM_DICT_PATH (when existing).
415       * src/gdcmDict::GetTag bug fix.
416
417 2002-10-31 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
418       * Straightforward temporary fixes for swig to build the python wrappers.
419         src/Makefile now has a python working entry [by working we mean
420         that we can import de shadow classes without errors].
421
422 2002-10-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
423       * hashtest.cxx removed (since allready in Test)
424       * src/gdcmlib.h renamed to src/gdcm.h
425       * src/dcm.i renamed to src/gdcm.i
426       * src/Makefile prepared for python wrapping
427
428 2002-10-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
429       * src/gdcmHeader.cxx :
430         - Parsing of header is now separated from loading of element values
431           (see gdcmHeader::LoadElements).
432         - general clean up of hopefully all file access (creation of
433           ReadInt16 and ReadInt32)
434
435 2002-10-22 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
436       * src/gdcmHeader.cxx :
437         - RecupLgr renamed to FindLength and cut off with new IsAnInteger
438           method.
439         - SetLgrElem renamed to SetLength
440         - GetLgrElem renamed to GetLength
441         - ~gdcmHeader() made virtual to pesky warning messages at compile.
442       * src/gdcmElValSet.cxx fixed both GetElValue methods
443       * Dicts/dicomV3.dic falacious entry [7fe0 0010 OT PXL Pixel Data]
444         due to IdoDude was cleaned out.
445
446 2002-10-21 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
447       * src/gdcmHeader.cxx RecupLgr split in FindVR and RecupLgr. FindVR
448         concentrates on finding the value representation (when it exists).
449         RecupLgr now only finds the element value length, and it avoids
450         returning the unecessary skL (skipped length).
451         Also, offsetCourant was simply removed (with taille_fich) since
452         it was redundant with the File position internals (by using
453         ftell and fseek). This also made skL (see above in RecupLgr) usage
454         jajun.
455       * src/gdcmHeaderIdo.cxx src/gdcmIdo.h added. Those files concentrate
456         on the libido specificities which are handled through class 
457         inheritance.
458       * Test/implicit_vr.dcm dicom v3 in implicit value representation
459         added. 
460
461 2002-10-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
462       * Truckload of changes. Parsing of header is barely functional
463         (see Test/test) with the standard dictionary (see Dicts/dicomV3.dic).
464
465 2002-10-10 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
466       * src/gdcmHeader.cxx many addons of low level methods
467
468 2002-10-07 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
469       * src/gdcmHeader now contains_IdDcmCheckSwap, _IdDcmRecupLgr,
470         and _IdDcmSWAP_LONG.
471
472 2002-09-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
473       * This corresponds to all the changes decided at the meeting of
474         May 23 2002. Needless to say we are running late...
475