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