]> Creatis software - gdcm.git/blob - ChangeLog
1584b76838349736ef3283d45054e5907ac124db
[gdcm.git] / ChangeLog
1 2004-03-30  Jean-Pierre Roux
2      * FIX gdcmParser::ReplaceOrCreateByNumber shouldn't seg fault any more 
3          for ACR file, written out as DICOM files (hope so...)
4
5 2004-03-30  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
6      * src/gdcmParser.[cxx|h] and gdcmHeader.[cxx.h]: gdcmHeader::Write split
7        in WriteEntryTagVRLength and WriteEntryValue. Those methods were
8        moved to base class gdcmParser and only the specialisation is kept
9        in gdcmHeader.
10      * src/gdcmParser.[cxx|h]: ReplaceOrCreateByNumber(char*, guint16, guint16)
11        trashed out (because ReplaceOrCreateByNumber(string, guint16, guint16)
12        already does the job.
13      * src/gdcmDicomDir.[cxx|h]: WriteDicomDirEntries renamed to WriteEntries
14        (to be consistent with gdcmParser::WriteEntries).
15
16 2004-03-30 Benoit Regrain
17      * vtk/vtkGdcmReader.[h|cxx] : fix the read of 3 gdcmHeader when making an
18        upate of the object's instance. It's passed to 2 in the unfavorable
19        case : one in the ExecuteInformation, one in the ExecuteData
20
21 2004-03-29  Jean-Pierre Roux
22      * ENH : Check on file type to be written moved
23              from gdcmParser::WriteEntry to gdcmParser::WriteEntries
24      * FIX : gdcmObject::ResetBoundaries now stops properly
25              when end-of-list is reached
26            : gdcmVersion modified (as Benoit Regrain asked)
27
28 2004-03-29  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
29      * src/gdcmParser.cxx: removal of all TAB character. Indentation fixed.
30      * src/gdcmUtil.cxx: added forgotten iostream include.
31      * src/gdcmCommon.h: FileType enum entry DICOMDIR removed (since
32        equivalent to ExplicitVR in existing code).
33
34 2004-03-27  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
35      * src/gdcmUtil.[cxx|h] split in two. Additional file gdcmGlobal.[cxx|h]
36        now contains all the gdcmGlobal related code.
37      * minor coding style and doxygenation changes.
38
39 2004-03-26  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
40      * src/gdcmUtil.[cxx|h] split in two. Additional file gdcmDebug.[cxx|h]
41        now contains all the Debug related code.
42      * minor clean-up of includes in src/*.cxx
43      * src/gdcmUtil.[cxx|h] _cleanString C style function (replaced with
44        CreateCleanString) removed.
45      * src/gdcmUtil.[cxx|h] _CreateCleanString renamed to CreateCleanString
46      * Doc/DoxyMainPageUser.txt added.
47      * Doc/Doc/DoxyfileUsers updated to version 1.3.4 of Doxygen.
48      * src/gdcmCommon.h now defines getcwd for Win32 (moved away from
49        src/gdcmDirList.cxx)
50
51 2004-03-24  Jean-Pierre Roux
52      * FIX a lot of little surface modifications to be doxygen 1.3.6 compliant
53
54 2004-03-23  Jean-Pierre Roux
55      * FIX Now gdcmFile::SwapZone doesn't seg faults any longer for
56            big endian made volumes
57      * ENH Now gdcmParser constructor and destructor are protected to forbid
58            end user to instanciate class gdcmParser
59           (only gdcmHeader and gdcmDicomDir are meaningfull)
60
61 2004-03-22 Benoit Regrain
62      * FIX : src/gdcmDicomDir.cxx : make windows compilable
63      * FIX : gdcmPython/gdcm.i : change gdcmStudy to gdcmDicomDirStudy and
64              gdcmSerie to gdcmDicomDirSerie
65
66 2004-03-19  Jean-Pierre Roux
67      * ENH Now the tree-like structure describing a DICOMDIR comming from
68            an already existing DICOMDIR file is consistent with
69            the home-made tree-like structure build ex-nihilo
70            or build from the files held (recursively) in a Directory
71            functions gdcmDicomDir::CheckBoundaries()
72            gdcmObject::SetBoundaries() added
73
74 2004-03-17  Jean-Pierre Roux
75      * REM (Eric Boix bug) : removal of meaningless
76                              gdcmDicomDirImage::NewImage function.
77      * FIX now file names and directory name are written properly in the
78            DICOMDIR
79      * FIX now gdcmDicomDir constructor may be call without any trick
80            about the name
81
82 2004-03-16  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
83      * FIX (JPR bug) : src/gdcmDicomDirImage.cxx added missing definition
84                        of gdcmDicomDirImage::NewImage as empty function.
85
86 2004-02-28  Jean-Pierre Roux
87      * ENH add gdcmDicomDir:NewPatient
88            add gdcmDicomDirPatient:NewStudy
89            add gdcmDicomDirStudy:NewSerie
90            add gdcmDicomDirSerie:NewImage
91            to allow making gdcDicomDir object.
92      * ADD PrintDicomDir executable that uses gdcmDicomDir tree-like structure
93           (as opposite to the gdcmHeader chained list)
94
95 2004-02-11 Benoit Regrain
96      * FIX : memory leaks and the set of ArgDelete methods in gdcmDicomDir
97              when using from python
98
99 2004-02-10 Benoit Regrain
100      * FIX : bug fix in the gdcmDirList for the recursivity in directories
101      * FIX : in gdcmDicomDir when the directory is empty
102      * ENH : add callback and methods to get the progression of dicomDir
103              directory parsing
104
105 2004-02-06 Jean-Pierre Roux
106      * ENH : - now gdcmDicomDir::CreateDicomDir() returns also the meta elements
107              - GDCM_META added to gdcmDicomDirType
108              - class gdcmMeta created
109      * ENH : - A brief summary is now displayed at the beginning of
110              'testDicomDir' to help disaster magnitude estimation
111      * REM : Now useless Test/explDICOMDIR.cxx
112
113 2004-02-05 Benoit Regrain
114      * ENH : add methods in gdcmObject to get the hash table or the list of
115              header entries
116      * FIX : wrapping python for ListPatient, ListStudy, ListSerie, ListImage
117      * FIX : wrapping python for TagHeaderEntryHT
118
119 2004-02-04 Benoit Regrain
120      * FIX : even length for some strings when writting the dicom dir
121      * FIX : sort the images in the dicom dir
122      * FIX : Bug fix for python use of dicom dir
123      * ADD : a python demo
124
125 2004-02-04 Jean-Pierre Roux
126      * FIX : Final solution (?) for icone embedded images
127      * FIX : dicomVR.dic Overlay group is not *only* 6000, but 60xxx
128              (see http://medical.nema.org/dicom/2003/03_06PU.PDF)
129              add groups 6002, 6004, 6006, to allow 'clean' parsing of
130              gdcmData/gdcm-MR-SIEMENS-16.acr1
131      * ENH add gdcmData/checkWriteExplicit.sh gdcmData/checkWriteImplicit.sh
132            to make full checking easier
133         
134 2004-02-04 Benoit Regrain
135      * FIX : WriteEntries : coding style & logic in parameters
136      * FIX : Set the elements to create the DicomDir in a dictionary file
137
138 2004-02-03 Benoit Regrain
139      * gdcmDirList : to parse a hard drive directory in recursive (or not)
140      * gdcmDicomDir : add the load of directory
141      * Bug fix and print add-on
142
143 2004-02-03 Jean-Pierre Roux
144      * ENH gdcmParser : allows "DICM" files, with NO group '0002'
145      * FIX handling 'non string elements' unsecure area (LUT, overlays, etc)
146      * FIX Dicts/dicomV3.dic : Add a few missing 'group length' Elements 
147      * FIX gdcmParser.cxx : 'group length' elements are now considered 
148            as integers, even for shadow groups, when file is Implicit VR
149         
150 2004-02-02 Jean-Pierre Roux
151      * FIX : gdcmWrite : equal_range() for multimap doesn't return a 'second' 
152              iterator on last
153              of the last synonym :-(
154      * FIX : gdcmWrite::WriteBase : method stops if Pixels not yet Read (except 
155              for DICOMDIR ;-)
156      * ENH gdcmData/checkWrite.sh :modif for full check of Explicit VR writting
157      * FIX taking into account the possible 7fe0,0010 multiplicity        
158      * FIX add GRPixel,NumPixel,countGrPixel (gdcmParser protected members)
159            to allow removal of references to 7fe0,0010, to deal with
160       ACR-NEMA images, when 0028,0200 is meaningfull
161
162 2004-01-31 Jean-Pierre Roux
163      * FIX gdcmParser::WriteEntries : when a VR is tagged as 'Unknown'
164            no longer writes 'Un' on disk
165      * FIX SQ elements with actual length are now dealt with corectly
166      * FIX gdcmFile::WriteBase make the difference, for color images, between
167            the length (for Palette expanded images)
168            and Raw Length (non expanded image + Palette)
169      * FIX Dicts/dicomV3.dic : removal of 'CTX' (context dependant) VR
170            (that broke Write). Replaced by UL.
171            Aware user will reload the field if he 
172            thinks it's necesssary
173              
174 2004-01-30 Jean-Pierre Roux
175      * gdcmParser::CheckSwap() now defaults the filetype to ACR 
176        when 'dirty Acr' is found, to be compliant with the new 
177        IsReadable() methods.
178        
179      * gdcmHeaderHelper :add Pixel Type 'FD', for dealing with 'double' images.
180       (no DOUBLE images in kosher DICOM, 
181       but so usefull for people that miss them ;-)
182       
183      * add Test/testDicomDir.cxx, Test/makeDicomDir.cxx , Test/explDICOMDIR.cxx
184        DICOMDIR related utilities (not checked as Windoze compliant)
185
186 2004-01-28 Jean-Pierre Roux
187      * upgrade GdcmHeaderEntry Print Method for DICOMDIR
188
189 2004-01-27 Jean-Pierre Roux
190      * gdcmParser constructor has a new boolean param,'ignore_shadow', 
191              to allow skipping the shadow elements, to save memory space.
192         The TRUE value for this param has to be used 
193         with a FALSE value for the 'enable_sequence' param.
194         ('public elements' may be embedded in 'shadow Sequences')
195      * gdcmHeader methods now deal with 'embedded icones images' in the header
196              (even when an 'icone image sequence' is announced by the 
197         element (0x0088,0x0200), but there is NO icone at all ...
198         
199      * gdcmHeader sometimes Image Location value doesn't follow  
200              the supposed processor endianity (see gdcmData/cr172241.dcm).
201              Fixed
202
203      * gdcmHeader add the method
204              IterHT  GetHeaderEntrySameNumber(grPixel,numPixel);
205         to get *all* the Header Entries with the same tag.
206         GetHeaderEntrySameName is probabely *useless* 
207         (no meaning : Name is *not* an identifier within the Dictionnary)
208
209 2004-01-26 Benoit Regrain
210      * Bug fix in the print of hexadecimal representations. Remove long fields 
211        in the print and add a third level of print to print them
212
213 2004-01-23 Benoit Regrain
214      * Bug fix on field having a VR = 'UI'. Assume that is a string field
215      * Bug fix on test suite after remove the strip made on not string fields
216      * Split the IsReadable method between gdcmParser which test that the file
217        is dicom and gdcmHeader which test that it's an image file
218
219 2004-01-22 Benoit Regrain
220      * DicomDir : clean code, add methods, set variables in protected or private
221      * gdcmUtil : bug fix for the clean string method
222
223 2004-01-19 Benoit Regrain
224      * Add the use of shadow dictionaries
225      * bug fix and coding style
226
227 2004-01-19 Benoit Regrain
228      * src/gdcmFile.cxx : bug fix concerning the close of file
229      * src/gdcmParser.[h|cxx] : remove obvious Pub informations
230      * Add the update of header entries using the shadow library
231
232 2004-01-19 Benoit Regrain
233      * removal of file gdcmHeader2.cxx
234      * split class gdcmHeader into gdcmParser and gdcmHeader, with gdcmHeader
235        inheriting from gdcmParser. This split is to prepare the integration
236        of dicom dir parsing
237      * bug fix under python
238
239 2004-01-16 Jean-Pierre Roux
240     * REM removal of class gdcmHeaderEntrySet
241     * REM removal of files gdcmHeaderEntrySet.cxx, gdcmHeaderEntrySet.h
242     * ADD add file gdcmHeader2.cxx 
243     * ADD add method gdcmHeader::SetPrintLevel (for PrintHeader)
244
245 2004-01-15 Benoit Regrain
246      * src/gdcmDicSet.[h|cxx] : add virtual entries to have a reference of
247        entries created while parsing the header. Thus, they will be destroyed
248        when the gdcmDictSet will be destroyed
249      * src/gdcmHeader.cxx, gdcmHeaderEntrySet.cxx : uses virtual entries of
250        gdcmDictSet
251
252 2004-01-15 Benoit Regrain
253      * vtk/vtkGdcmReader.cxx : bug fix : before, with python only, the program
254        made a fatal error because of the memory release at the end of program.
255        The problem was in vtkGdcmReader::ExecuteData where we were allocate
256        some memory and vtk seems to have some problems with that.
257      * src/gdcmHeaderEntrySet.cxx : bug fix for std lib and cout
258
259 2004-01-14 Benoit Regrain
260      * src/gdcmHeaderEntry.[h|cxx] : gdcmElValue -> gdcmHeaderEntry
261      * src/gdcmHeaderEntrySet.[h|cxx] : gdcmElValSet -> gdcmHeaderEntrySet
262      * src/*.[h|cxx] : make changes due to class name changes
263      * gdcmPython/demo/*.py : bug fix due to method names
264
265 2004-01-13 Benoit Regrain
266      * src/*.[h|cxx] : coding style
267      * vtk/*.[h|cxx] : coding style
268
269 2004-01-13 Benoit Regrain
270      * gdcmPython/testSuite.py : test the readable flag of file for tests
271      * src/gdcmDict.cxx, gdcmElValSet.cxx : bug fix under windows for prints.
272        It's lied to the stl compilation by MSVC (windows, always windows...)
273      * src/gdcmIdo.h, gdcmHeaderIdo.cxx : remove the Ido unused files
274
275 2004-01-12 Benoit Regrain
276      * src/*.h : add comments
277      * src/gdcmDictSet.h : set the method BuildDictPath in public
278      * src/gdcmTS.cxx, gdcmVR.cxx : use now a dictionnary file other than to be
279        directly setted in the source code
280      * Dicts/dicomTS.dic, dicomVR.dic : 2 new dictionnary files loaded by
281        gdcmTS and gdcmVR
282
283 2004-01-09 Benoit Regrain
284      * gdcmPython/gdcmVersion.py : add a gdcmVERSION variable information
285      * setup.py : use a reference to gdcmVERSION
286
287 2004-01-07 Benoit Regrain
288      * Modification to compile with the distutils.
289      * Bug fix in code
290
291 2003-12-10 Benoit Regrain
292      * gdcmHeader is now aggregating gdcmFile, and not derived into. Thus, we
293        can use a gdcmHeaderHelper to load datas
294      * gdcmPython/testSuite.py : make the testSuite compliant with modifications
295        made in the source code
296
297 2003-12-10 Benoit Regrain
298      * Update Windows projects and .cvsignore files
299
300 2003-11-12 Jean-Pierre Roux
301      * ENH  gdcmHeader constructor has one more parameter (default value : false)
302            that allows the user to 'go inside' the SeQuences only
303            if he wants to.
304            gdcmElValSet:Print takes it into account
305
306 2003-11-12  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
307      * ENH: Update gdcmPython/CMakeLists
308      * FIX: (gdcmHeaderHelper) GetRescale and GetSlope
309      * FIX: (gdcmElValSet) char 'tag' was overiding private members (VC++)
310
311 2003-11-10 Jean-Pierre Roux
312       * FIX : gdcmHeader::LoadElements is now based
313              on the ListTag listElem member,
314              not longer on the TagElValueHT tagHt member
315       * ENH : PrintPubElVal shows (temporarily) both results,
316              with the tagHt member and the listElem member.
317              (it's easier to 'see' the problems when using Printheader)
318
319       * FIX : old private member LgrElem is now splitted into
320              ReadLength   : Length actually found on disk (updated only
321                             if bug fixing is necessary), for internal
322                             use only
323              UsableLength : Updated by FixFoundLength, to fix a bug
324                             or to allow Parser going on.
325              Will allow to re-write a kosher header when a SeQuence
326              with a length (not 0000) is found
327       Warning : gdcmFile::Write still uses the TagHt (not ListElem)
328                 because gdcmElValSet::Add does not update ListElem
329                 (to be written)
330
331 2003-11-07 Jean-Pierre Roux
332      * FIX misstyping in Transfert Syntax name table
333      * ENH gdcmHeader::FixFoundLength now allow to 'go inside' tge SeQuences
334           when they have an actual length (not 0000 nor FFFFF)
335      (Nobody should care of it, but DICOMDIR explorers)
336
337 2003-11-06  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
338      * ENH: vtkgdcmViewer now works with LUT dicom (OT-PAL-face ...)
339
340 2003-11-05  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
341      * ENH: vtkGdcmReader now supports LUT !
342           (vtkgdcmViewer for now is not able to use them though)
343
344 2003-11-05 Jean-Pierre Roux
345      * in testSuite.py : new files names for checking the package
346      * FIX : Forgot to commit gdcmFile::GetImageDataSizeRaw();
347              that returns the pixel area size to the *aware* (vtk) user
348              that DOESN'T want to turn the PALETTE COLOR image into an RGB image
349
350 2003-11-05 Benoit Regrain
351      * in testSuite.py : Modify the rules for checking the paths
352                        : Explicit error messages
353      * in __init__.py  : Related modif
354
355 2003-11-03 Jean-Pierre Roux
356      * add gdcmHeaderHelper::GetNumberOfScalarComponentsRaw()
357            to be used by aware (vtk) users that want to manage
358            LUT (and no to turn the PALETTE image into an RGB pixels one)
359      * GetPixelType now returns 8U for 24 Bits images
360                     (vtkGdcmReader compliant)           
361       
362 2003-10-31 Jean-Pierre Roux
363      * Removal of *all* gdcmData images and add them again
364        in order to loose the 'history' of un-anonymised images
365        
366 2003-10-31 Jean-Pierre Roux
367      * RMV : removal of useless jBitsInJsample.h 
368            for both 8 and 12 Bits JPEG Lossy Libraries
369
370 2003-10-31 Jean-Pierre Roux
371      * ENH : Add the functions gdcmFile::GetImageDataRaw 
372                                gdcmFile::GetImageDataIntoVectorRaw
373              that act as GetImageData and GetImageDataIntoVector
374              except the making of an RGB Plane from Gray Plane + LUT
375              Intended to aware (vtk) users who know how to manage
376              such an image :
377              After gdcmHeader :
378               GetLUTRGBA return a R,G,B,A LUT if any
379               lgrTotaleRaw gives the 'Raw' length
380               GetImageDataRaw returns the gray Plane
381      * FIX : no more dirty trick for 'Segmented xxx Palette Color Lookup' images
382              (They stay Grey, just like with other Dicom viewers :-(
383
384 2003-10-30 Jean-Pierre Roux
385      * FIX : a VC++ intended syntax modif broke the 12/12 Bytes expanding
386              
387 2003-10-29  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
388      * ENH: Can be used like this '$vtkgdcmViewer *.dcm' with *.dcm 
389            being coherents dicom files.
390      
391 2003-10-29  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
392      * FIX: DOH ! Forgot about windo$e users, they couldn't read lossless jpeg,
393            from medcon lib !
394      * ENH: Turn it into DOS file type to match libgdcmijpeg8.dsp file type 
395      * ENH: Two steps is necessary to please VC++ compiler...
396      * FIX: DOH ! libgdcmijpg8 -> libgdcmljpeg
397      * ENH: Add include dir to medcon lib
398      * FIX: only one function is being exported for now ! 
399            You should use GLOBAL(return type) see ljpg/jpeg.h for more info
400             
401 2003-10-29 Jean-Pierre Roux
402       * adding  gdcmHeader::GetLUTRGBA
403         returns a 4 * 256 Bytes Reg/Green/Blue/Alpha vtk compliant LUT
404           --> Mathieu, the modif u're waiting for is not yet committed
405       * removal of now useless GetLUTRed,GetLUTGreen,GetLUTBlue,GetLUTRGB
406
407 2003-10-27 Jean-Pierre Roux
408       * adding some xmedcon breaker files (courtesy of Loïc Boussel)
409         00191113.dcm DermaColorLossLess.dcm
410         MxTwinLossLess.dcm RadBWLossLess.dcm
411       * ENH: For version prior to vtkImageViewer2 -r 1.19
412       * FIX: avoid pb with xmedcon-breaker CT McTwin Elscint images
413
414 2003-10-27  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
415       * Removal of ido stuff in CMakeLists.txt
416                                                
417 2003-10-24  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
418       * ENH: vtkGdcmReader.cxx can now read multiframe dicom
419       * FIX: remove a call to ->Modified ... see comments
420       * FIX: vtkgdcmViewer.cxx was writting ASCII file...this is so slooooooow !
421       
422 2003-10-23  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
423       * FIX: Problem with path for libvtkgdcmPython
424       * ENH: Try adding a search script for python site-package
425       * RMV: Remove some file from medcon lib that are not necessary
426       * FIX: gdcm/Makefile.am fix for generating ljpg medcon
427       * ENH: CMakeLists.txt now generate 'pygdcm.so' instead of 'libpygdcm.so' 
428       * FIX: More pragma disable fro VC++, 
429              I don't think I break something as it is also disable in VTK/ITK. 
430         But it fasten debug compilation time.
431             
432 2003-10-23 Jean-Pierre Roux
433       * gdcm now deals with 16 Bits Run Length Encoded images
434         (they are compressed as 2 planes images, 
435          one for the high Bytes, the other for low Bytes)
436
437 2003-10-22 Jean-Pierre Roux
438       * Now CheckRead takes into account :
439          - the bugged 'Leonardo' Siemens images
440          - the XA images, sent thru the burning VPRO station
441       * add I9000001.dcm, a GE dlx XA image, thru the VEPRO burning station
442        (breaks DicomWorks)
443
444 2003-10-22  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
445       * FIX: When copying a Makefile.am to CMakeLists.txt 
446              one should remove the '\'
447         
448 2003-10-22 Jean-Pierre Roux
449       * in gdcmData adding a bugged 'Leonardo' Siemens image 
450         (wrong lengths in header)
451         OK with gdcm, KO with the other viewers :-)
452       * add a GE dlx XA image, thru the VEPRO burning station
453         (breaks DicomWorks)
454
455 2003-10-21 Jean-Pierre Roux
456       * in gdcmData add the checkvtkgdcmViewer.sh shell script 
457         for a brutal checking of vtkgdcmViewer compliance
458
459 2003-10-21 Jean-Pierre Roux
460       * add the files for 'xmedcon' Jpeg Lossless library
461       * call of 'xmedcom' Jpeg Lossles libray (instead of the old LibIDO one)
462
463 2003-10-21 Jean-Pierre Roux
464       * 'Compacted Files' (12 Bits Allocate, 12 Bits Stored) are now dealt with
465      
466 2003-10-21 Jean-Pierre Roux
467       * garbage Siemens 'Leonardo' images dealt with
468         (the patch is easy to remove)
469       * cosmetic changes to avoid warnings
470       
471 2003-10-20  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
472       * ENH: vtkgdcmViewer now autoscale color/window level on start-up, 
473         no need to press 'r' now.
474    
475 2003-10-20  Jean-Pierre Roux
476       * upgrade of checkRead.sh checkWrite.sh according
477         to new Jpeg Lossless decompressor
478       * add US.3405.1.dcm, a genuine RGB medical file ...
479       * add gdcm-ACR-LibIDO.acr, unnormalized Rectangular LibIDO format image
480       * add CLIP0001-Sequoia-U11.dcm, US 'Clip', from SEQUOIA machine,
481                                                   UNIT 11, Hop Cardio              
482 2003-10-15  Jean-Pierre Roux
483       * general anonymisation in gdcmData
484       * adding the 'color files' from
485         http://www.leadtools.com/SDK/Medical/DICOM/ltdc19.htm
486       * adding some well knowed bugged-header images
487       * adding checkRead.sk, checkReadColor.sh, checkWrite.sh,
488         waiting for their inclusion in Python testsuite
489
490 2003-10-15  Jean-Pierre Roux
491     * gdcmHeader::gdcmHeader(const char *InFilename, bool exception_on_error)
492       no longer seg faults when file is not found
493
494 2003-10-14  Jean-Pierre Roux
495      * Emprovement of reading for Dicom encapsulated Jpeg LossLess MultiFrame images
496
497 2003-10-14  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
498      * TODO: *.in file to genereate a UseGDCM later
499
500 2003-10-14  Jean-Pierre Roux
501      * Some supposed-to-be Dicom Images have no preamble.
502         OpenFile takes it into account
503      * Jpeg LossLess 24 Bits images doesn't break any longer gdcm
504      * Missing elements added in dicomV3.dic
505       (just to be affraid : have a look at
506        ftp://medical.nema.org/medical/dicom/2003/01v03dif/01v03_06.pdf
507        and do it again next year ;->
508
509 2003-10-13  Jean-Pierre Roux
510      * According to PS 3.3-2003 C.11.1.1.2 p 619, when each pixel of 
511        a PALETTE COLOR is stored on 2 Bytes, theese 2 Bytes must be equal.
512        But there are NOT. It's fixed !
513        
514 2003-10-13  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
515      * FIX: "jpeglib.h" was not found on VC++
516      * FIX: vtkgdcm was not being installed 
517          
518 2003-10-10  Jean-Pierre Roux
519      * ENH : OpenFile closes the file if it *really* doesn't look like
520              an ACR-NEMA / DICOM one.
521      * FIX : testWrite no longer writes an empty file if the source file     
522              is not gdcm Readable
523      * ENH : One more JPEG LossLess type "JPEG Baseline (Process 14)" 
524              is now decoded.
525         
526 2003-10-10  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
527      * FIX: CMake generate now documentation
528      * ENH: out of source doc build !
529      * ENH: Generate both user and dev documentation
530      * ENH: Should work on windows too
531      * ENH: Only one doxygen config.in file is needed 
532      * FIX: make install should be ok now on Ã¹nix plateform
533      * FIX: PATH to dictionary was wrong (missing /)
534      * ENH: OpenFile, return true if the file looks like an ACR or DICOM file 
535                      
536 2003-10-09  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
537      * vtkGdcmReader is now able to read rgb dicom file.
538      * src/gdcmHeaderHelper : GetNumberOfScalarComponents()
539      * added a gdcmViewer to vtk test, use mouse to control 
540         window level & window width
541
542 2003-10-09  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
543      * CMake-ification of gdcm, we have now two build system
544      * FIX: on cygwin Wsock32 doesn't exist
545      * FIX: force jpeg dir to the local one (gdcm/src/jpeg)
546      
547 2003-10-06  Emanuel Ollart
548      * FIX : compilation process wad broken.
549              Changed gdcmViewer_sources to vtkgdcmViewer_sources
550         
551 2003-10-06  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
552      * change gdcmViewer -> vtkgdcmViewer
553      * change GetXSpacing and GetYSpacing "%f\\%" is parsed backward
554      
555 2003-10-06  Jean-Pierre Roux
556      * FIX :A few nasty patches to allow the reading of a lot of nasty images
557            ( e.g : well known GE images with a wrong elem length,
558                  : Philips MRI Images with a wrong Huffman table)
559       * still to be done : allow the reading of bugged LEONARDO Siemens images
560
561 2003-10-03 Jean-Pierre Roux
562       * Odd length strings are padded with '\0' (not with spaces, 
563         to remain compliant with already defined strings, 
564         like Transfert Syntax UID and others)
565
566 2003-10-03 Jean-Pierre Roux
567       * ENH :gdcmHeaderHelper::GetNumberOfScalarComponents() added, 
568              to allow displaying RGB images (not only by affim ;-)
569         
570 2003-10-03  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
571       * vtkGdcmReader is now able to read rgb dicom file.
572       * src/gdcmHeaderHelper : GetNumberOfScalarComponents()
573
574 2003-10-03 Jean-Pierre Roux
575       * A few nasty patches to allow the reading of a lot of nasty images
576         ( e.g : well known GE images with a wrong elem length,
577               : Philips MRI Images with a wrong Huffman table)
578       * still to be done : allow the reading of bugged LEONARDO Siemens images
579
580 2003-10-03 Jean-Pierre Roux
581       * One more JPEG LossLess type "JPEG Baseline (Process 14)" is now decoded.
582
583 2003-10-03 Jean-Pierre Roux
584       * gdcmHeaderHelper::GetNumberOfScalarComponents() added, 
585         to allow displaying RGB images (not only by affim ;-)
586
587 2003-10-03 Jean-Pierre Roux
588       * gdcmFile::GetImageDataIntoVector now
589          - deals with MultiFrames MultiFragments Run Length Encoded files
590          - deals with YcBcR (YBR_FULL) files
591          - deals with YBR_YBR_FULL_422 files (they work as RBG files ?!?)
592           WARNING : nothing was checked for YBR_PARTIAL_422, YBR_ICT, YBR_RCT files.
593           (no sample found :-(
594
595 2003-10-02  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
596       * src/*.cxx removed pragma thingies to src/gdcmCommon.h
597         Two reasons: - clear things
598                      - third parties acces gdcm through header files, so won't
599                        suffer anymore VC++ complains
600
601 2003-09-30  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
602       * add argv[1] in testvtkGdcmReader.cxx
603       * removed leaks
604
605 2003-09-24 Jean-Pierre Roux
606       * The lines are now eigthy characters long.for 
607         gdcmHeader.cxx gdcmHeaderHelper.cxx gdcmParse.cxx 
608
609 2003-09-22  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
610       * src/gdcmUtil.[cxx|h] : change the _CreateCleanString return value from
611         char* to std::string. Thus, the use of strdup becomes useless. (see
612         previous commis of Malaterre)
613       * src/gdcmElValSet.cxx : reuse commented call to _CreateCleanString like
614         before the last Malaterre's commit.
615
616 2003-09-19  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
617       * This commit should fix the Debug building under VC++, the problem
618         was mainly a mixture of debug and release lib being loaded at startup.
619       * I also remove a depency to a specific C function: strdup. Because I had
620         to force the link to msvcrtd (whereas strdup is in libc).
621
622 2003-09-16  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
623       * "gdcm::Unfound" string changed to a constant variable (GDCM_UNFOUND)
624         located in the gdcmCommon.h file. All use of reference of tha has been
625         changed to now use the variable GDCM_UNFOUND.
626
627 2003-09-16  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
628       * Cosmetic changes:
629         - gdcmPython/testSuite.py adapted to the JPR updated Dicts/dicomV3.dic
630           Dicom dictionary. The test suite can now be run again. Note:
631           I'm note very happy with the " (RET)" changes. I believe this
632           RETAINED comment should be dropped when parsing the dictionary.
633         - PACKAGER corrected
634         - DEVELOPPER added.
635         - AUTHORS updated and now in alphabetical order
636       * Makefile.am now exports gdcm.dsw for Windoze users.
637
638 2003-09-11  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
639       * cygwin complains about missing std:: in subdir Test/
640
641 2003-09-10  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
642       * remove some methods that are now in gdcmHeaderHelper
643
644 2003-09-10  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
645       * vtkGdcmReader set spacing and origin correctly
646
647 2003-09-09  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
648       * Fix a few delete/delete[] mismatch
649
650 2003-09-08  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
651       * src/gdcmHeaderHelper.[h cxx]: added new class that provide an
652         interpretation to data given by gdcmHeader. For instance there are
653         heuristics to get informations (look at different places).
654       * it also include a specific class: gdcmSerieHeaderHelper devoted to
655         sorting DICOM images based on different strategies.
656       * modified Makefiles accordingly.
657
658 2003-09-05  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
659       * src/*.cxx : added pragma disable 4786/4251 to get rid of ~4300 warning
660         when building in debug mode
661       * vtk/win32/vtkgdcm.dsp : change /MT -> /MD and /MTd -> /MDd to match
662         src/win32/gdcmdll.dsp
663       * vtk/win32/vtkgdcm.dsp : added /nodefaultlib "mscvrt" for debug mode
664
665 2003-08-29  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
666       * Corrected a leak in vtkGdcmREader.cxx, the pSource was find thanks to valgrind.
667
668 2003-07-29  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
669       * src/win32/libgdcmjpeg12.dsp was not dos format
670       * src/win32/libgdcmjpeg12.dsp : libgdcmijpeg12_EXPORTS -> LIBGDCMIJPEG12_EXPORTS
671       * src/win32/gdcmdll.dsp: + /I "..\jpeg\libijg12"
672
673 2003-07-29 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
674       * src/gdcmHeader.h : add std:: prefix for stl elements... like others in
675         the file
676       * src/gdcmFile.cxx : bug fix in affectation type
677       * src/jpeg/libijpeg12/jmorecfg12.h : export for windows modified... like
678         in src/jpeg/libijpeg8/jmorecfg8.h (JPR : copy/paste exists !!!)
679       * Modifs of MVSC projects to compile them. Not concerning 2 identic
680         symbols... future problem ?
681
682 2003-07-29  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
683       * src/win32/libgdcmijpeg12.dsp was missing
684       * modified gdcm.dsw accordingly
685
686 2003-07-28  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
687       * src/gdcmHeader.cxx : misplaced return 0.; for ACR/NEMA
688
689 2003-07-24 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
690       * src/jpeg/libijg12/.cvsignore, jconfig.* : ommited files while last
691         commit of JPR (before his hollidays to facilitate our work).
692       * setup.py : bug fix in code. Modifications made while the last commit
693         of JPR. The code hasn't been tested before the commit... it's so
694         useless to make that (for best programmer that is JPR) !!!
695
696 2003-07-08  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
697       * tagged the current version as Version0_3 (i.e. version 0.3)
698
699 2003-07-08  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
700       * vtk/testvtkGdcmReader.cxx : remove a symbol that is unused
701       * src/jpeg/libijg8/jmorecfg.h : adding export symbol for windows
702       * *.dsp : modifications to use new libgdcmijpeg8 library
703       * setup.py : bug fix on VTKPATH variable
704       * PACKAGER : adding all concerning windows
705
706 2003-07-07  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
707       * src/gdcmElValSet.cxx, gdcmFile.cxx: JPR bug fix, removal of
708         garbage debug code.
709       * TODO, vtk/vtkGdcmReader.cxx: upcoming fixes comments.
710       * gdcmPython/testSuite.py: JPR bug fix, brutal erasement of
711         test suite reported error.
712       * PACKAGER file added (describes what a packager must do when
713         packaging a new release).
714       * MANIFEST.in, now declares jconfig.linux and jconfig.vc
715       * configure.in: upgraded version number to 0.3.0
716       * fixing build of rpm (through rpm -ta):
717         - Doc/Makefile.am exports proper doxygen files
718         - src/jpeg/libijg8/Makefile.am exports the include files.
719
720 2003-07-07  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
721       * vtk/vtkGdcmReader.cxx : bug fix when loading only 1 file.
722       * src/gdcmHeader.h : formatting code
723
724 2003-07-07  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
725       * vtk/vtkGdcmReader.[cxx|h] : bug fix when loading only one file.
726         We were obtaining error message from vtk. Now, creation of file list
727         is made in an internal list to prevent this problem.
728         Bug fix when output is empty.
729         Bug fix in update of progress value. Previous commit for this was a bad
730         correction.
731       * vtk/vtkGdcmReader.h : adding comments for InternalFileNaleList variable
732
733 2003-07-04  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
734       * src/gdcmHeader.h : added method to get the file name
735       * vtk/vtkGdcmReader.[cxx|h] : bug fix concerning loading of bad dicom
736         files. Added method to remove all files on the input
737         Added FIXME comment concerning the bad parsing of header made by
738         ExecuteInformation method (in ExecuteData method)
739
740 2003-07-03  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
741       * vtk/Makefile.am: vtkGdcmReader.h should now be cleany installed
742         when using make instal.
743       * src/gdcmFile.cxx : bug fix under Window after JPR commit
744         RQ : the JPR doesn't appear in the ChangeLog... normal for him
745
746 2003-07-03  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
747       * setup.py : adding include dir of jpeg lib to compile all sources
748       * */Win32/*.dsp : JPR fix for windows compilation
749
750 2003-07-02  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
751       * src/jpeg/libijg8/jconfig.* : JPR bug fix : now compile on both
752         linux and WINDOWS !
753       * src/gdcmJpeg.cxx : JPR bug fix : erroneous include
754       * src/win32/gdcmdll.dsp : JPR fix for windows compilation
755
756 2003-07-02  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
757       * setup.py is again effective on un*x (takes into account the
758         addon of the jpeg library)
759       * Doc/DoxyDevelInstal.txt added (developper's raw documentation)
760       * Doc/Doxy* updated (includes above enhancements)
761       * INSTALL now points to web documentation
762
763 2003-07-01  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
764       * src/gdcmHeader.h doesn't make unnecessary reference to
765         gdcmUtil.h anymore.
766       * gdcmPython/Makefile.am now avoids calling the wrappers for the
767         clean target.
768       * src/gdcm*.[cxx|h] :
769         - to allow compilation with gcc 3.x
770           -- clean up of STL usage (added explicit usage of std::)
771           -- small fixes on exceptions.
772           Note: linking not tested !
773         - clean of doxygen comments to avoid warnings at documentation
774           building stage.
775       * vtk/vtkGdcmReader.cxx: g++ warning message clean up (platform
776         dependent convertion).
777
778 2003-06-20  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
779       * Clean up of previous JPR garbage commit (not even commented in the
780         Changelog):
781         - Test/Makefile.am removed the reference to unexisting testTS.cxx
782         - moved all jpeg related files from src to src/jpeg/libijg8, with
783           addition/modification of Makefile.am and configure.in.
784         - the testSuite is still brain damage (not guilty).
785
786 2003-06-02  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
787       * WrapVTK.py : modifications to get correctly vtk source files to
788         compile
789       * vtk/vtkGdcmReader.cxx : modification for an already existing name
790         (FileName -> Filename)
791
792 2003-06-11  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
793       * vtk/vtkGdcmReader.[cxx/h]:
794         - UpdateProgress method should now be effective
795         - removed the limitation on having only images loaded (as opposed
796           to volumes),
797         - when building a stack of images/volume, a lesser number of
798           gdcmHeader and gdcmFile instances should be used (hopefully
799           accelerating things).
800         - when building a stack of images/volumes, files which are not
801           loadable (wrong path-filename, wrong permissions on existing file,
802           or file not parsable by gdcm) are replaced with a black image
803           in the stack (for the caller to notice the problem).
804
805 2003-06-03  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
806       * vtk/vtkGdcmReader.cxx: hopefully corrected Z extent.
807
808 2003-06-02  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
809       * vtk/vtkGdcmReader[cxx|h] : makes correct code to remove conflicts
810         between standard library (std) and vtk library (problems are found
811         under Windows... thanks Windows !)
812
813 2003-05-30  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
814       * vtk/vtkGdcmReader[cxx|h] should now be volume aware (read ready for
815         debug stage).
816       * gdcmPython/demo/vtkGdcmReader.py: commented lines for volume test
817
818 2003-05-29  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
819       * vtk/vtkGdcmReader[cxx|h] preparation addons for loading volumes.
820
821 2003-05-28  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
822       * When compiling with distutils (see setup.py) the C++ compiler is
823         called with different flags than the default ones (with automake).
824         In order to fix all those warning, I compiled gdcm with the command
825            make 'CXXFLAGS=-Wall -Wstrict-prototypes -D__STDC_LIMIT_MACROS'
826         and went for warning fixes:
827         - src/gdcmHeader.cxx, Test/dcm2acr.cxx, pourFindTaggs.cxx cleaned
828           up from unused variables.
829         - vtk/vtkGdcmReader.cxx: potential bug fix.
830       * src/gdcmHeader.h: Doxygen warning cleanup
831
832 2003-05-27  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
833       * gdcmPython/gdcm.i:
834         - typemaps correction to take into account the systematic replacement
835           of "using namespace std" with std:: prefix e.g. std::list,
836           std::string... (cf changes of 2003-05-21).
837         - gdcmGlob global variable of type gdcmGlobal (defined in
838           src/gdcmUtil.cxx and declared in gdcmPython/gdcm.i) is now
839           exported to Python a as cvar.
840       * gdcmPython/__init__.py now defines two functions GetPubDictTagNames()
841         and GetPubDictTagNamesByCategory() as a replacement for deprecated
842         gdcmDictSet.GetPubDictTagNames() and
843         gdcmDictSet.GetPubDictTagNamesByCategory() class functions (i.e.
844         C++ static methods).
845       * gdcmPython/demo/printGroupedPublicDict.py is operational again,
846         with the above changes.
847
848 2003-05-22  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
849       * setup.py, manifest.in : bug fix under linux
850
851 2003-05-22  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
852       * Modification of setup.py to compile vtk part too. Then, we have 2
853         wrappers which must work with same distutils. For that, we have a
854         generic distutils in distusiltsWrapping.py ; with :
855          - build_extWrap class to wrap generically all extensions,
856          - ExtensionWrap base class for all wrapping extension that contains
857            a wrapper
858          - Wrapper interface which wrap sources
859         + In WrapSwig.py  we have extension and wrapper for Swig
860         + In WrapVTK.py  we have extension and wrapper for VTK
861       * MANIFEST.in : modifications to consider vtk directory and new python
862         files for compilation
863
864 2003-05-21  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with Benoit Regrain
865       * Added python wrappers of vtkGdcmReader vtk class (see the
866         source in vtk/vtkGdcmReader.cxx) :
867         - vtk/Makefile.am now builds a library
868         - gdcmPython/Makefile.am now builds vtkgdcmPython a second import
869           python library (as opposed to _gdcm.so wich are the python
870           wrappers of gdcm). vtkgdcmPython.so uses the vtk python wrappers
871           (vtkWrapPython and vtkWrapPythonInit utility) to build vtkgdcmPython
872           import library.
873         - configure.in has an additional flag --enable-vtk that needs
874           to be set to enable compilation of vtk related code, that is:
875           + vtk/vtkGdcmReader.so and
876           + vtk/testvtkGdcmReader C++ demo of vtk wrappers of gdcm)
877           + gdcmPython/vtkgdcmPython.so (see above)
878         - gdcmPython/demo/vtkGdcmDemo.py corrected (some images cannot
879           be read when compressed or when HighBit + 1 != BitsStored),
880         - gdcmPython/demo/vtkGdcmReader.py added. This demo illustrates
881           the usage of the python wrapper of vtkGdcmReader vtk class.
882       * vtk/vtkGdcmReader.cxx: bug fixed (thanks to Benoit Regrain).
883       * src/*.[h] all occurences of stl classes are now prefixed with
884         std::, and all occurences of "using namespace std;" where removed.
885         This is to avoid pollution of global namespace in included files.
886         Apparently vtk does not avoid this pitfall: when using both
887         gdcm and vtk (as in vtk/vtkGdcmReader.cxx) this ended up in a
888         collision of various stl members (principally cout...).
889       * gdcmPython/testSuite.py now cleanly removes temprory generated
890         file.
891       * gdcmPython/gdcm.i now declares a typemap for std::string (to
892         comply with above changes)
893
894 2003-05-12  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
895       * src/gdcmHeader>[h/cxx] added gdcmHeader::GetPixelSize()
896       * vtk/vtkGdcmReader.cxx now properly inports the image in the
897         vtk data structure (an image Flip was required).
898       * vtk/testvtkGdcmReader.cxx refers to gdcmData subdir instead of Data.
899       * cosmetic changes in documentation.
900
901 2003-05-7  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
902       * src/gdcmHeader.cxx: the constructor no longer exits when an
903         unexisting file is given as argument.
904       * The subdirectory Data (containing all the images used for the
905         test suite) is not part of this repository anymore. A new module
906         containing those images is now available at
907           :pserver:xxx@cvs.creatis.insa-lyon.fr:2402/cvs/public
908         with the name gdcmData.
909         All the python scripts (including the package initialisation file
910         gdcmPython/__init__.py) were adapated to take this change into
911         account (basically GDCM_DATA_PATH is now GDCM_TEST_DATA_PATH).
912
913 2003-05-5  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
914       * vtk subdir added. Contains vtkGdcmReader.[cxx|h] a vtk class
915         inherinting from vtkImageReader and testvtkGdcmReader.cxx a small
916         demo of the usage of this class.
917         Compilation of this vtk part is only done when using the --enable-vtk
918         at configure (or autogen.sh) stage.
919
920 2003-04-16  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
921       * More memory link related corrections and documentation fixes.
922         Notes on valgrind:
923           - maximum info is obtained with a command of the form:
924             valgrind --leak-check=yes --leak-resolution=high --num-callers=40
925                      --show-reachable=yes PrintHeader
926           - the remaining reachable blocks seem to come from the STL
927             allocation scheme through the usage of map and list. It looks
928             like this memory cannot be freed but it is not a memory leak
929             (in fact further invocation to the STL would recollect the
930              unused memory allthough it cannot explicitely be freed).
931       * gdcmPython/demo/vtkGdcmDemo.py added: this is a small demo
932         of displaying an image parsed with gdcm and displayed with VTK.
933         Note: some images don't seem to work e.g.
934             python vtkGdcmDemo.py  ../../Data/US-RGB-8-esopecho.dcm
935       * src/gdcmHeader.x: dicom_vr and Dicts are not class members anymore.
936         Allthough this weakens the semantics, it is a ditch attempt to
937         make gdcm more thread friendly.
938
939 2003-04-15  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
940       * Memory link hunt (by using valgrind through the command
941           valgrind --show-reachable=yes --leak-check=yes PrintHeader).
942         - added src/gdcmVR.cxx gdcmVR.h that objectify the previous
943           gdcmHeader::_dicom_vr.
944         - gdcmHeader::InitVRDict transfered as gdcmVR::gdcmVR().
945         - gdcmHeader::dicom_vr is now of type gdcmVR* as opposed to
946           VRHT*.
947         - gdcmGlobal global object contained class added (see src/gdcmUtil.x)
948
949 2003-04-9  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
950       * src/Makefile.am now exports all the necessary include files at
951         make install stage.
952
953 2003-04-9 JPR
954       * UpdateGroupLength replaced by new one
955
956 2003-04-7 JPR
957       * UpdateGroupLength re-written using H-Table
958         (named UpdateGroupLengthNew untill checks are over)
959
960 2003-04-7 Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
961       * Data/im_00001 renamed to gdcm-MR-PHILIPS-16-Multi-Seq.dcm
962       * gdcmPython/testSuite.py now include a test of gdcmFile::Write.
963       * src:
964         - gdcmHeader::GetPubElValSet removed.
965         - gdcmElValSet::WriteDcm, WriteAcr, WriteExplVR, revamped to
966           UpdateGroupLength, WriteElements, Write.
967         - gdcmHeader::FileType moved to gdcmCommon.h. The enum FileType
968           doesn't contain TrueDicom anymore since ExplicitVR and ImplicitVR
969           carried the same semantics.
970           - src/gdcmHeaderIdo.cxx changed accordingly.
971         - gdcmFile::WriteBase now regroups all the codes from previous
972           versions of WriteDcm, WriteDcmImplVR, and WriteACR.
973         - enum FileType moved to gdcmCommon.h
974       * src/gdcmHeader.cxx AddDefault trashed
975       * gdcmGetXSize added
976       * getimageDataSize now calls gdcmGetXSize
977       * Test/*.cxx changed to agree with above changes
978
979 2003-03-31 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
980       * src/gdcmHeader.h: LoadElements() is not a public method anymore
981         (to avoid double call by end user).
982       * Test/*.cxx LoadElements() doesn't need to be called explicitely
983         by end user, since gdcmHeader::gdcmHeader now handles it.
984
985 2003-03-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
986       * gdcm/Doc many doxygen changes:
987         - Doxyfile now has two different versions, DoxyfileUsers that generates
988           the html.users end users oriented documentation and
989           DoxyfileDeveloppers that generates the html.developper developper
990           oriented documentation.
991         - README changed accordingly
992         - requirement.txt removed (old design info moved to TODO).
993         - Additional files DoxyInstallation.txt, DoxyIntroduction.txt,
994           DoxyMainPage.txt, DoxyPython.txt provide more information.
995         - Note: the website http://www.creatis.insa-lyon.fr/Public/Gdcm/ can now
996           be updated by simply regenerating the docs with doxygen and copying
997           html.developper and html.users to tux:/home/httpd/html/Public/Gdcm
998       * src/gdcmElValSet.cxx: stl <map>.count() can only return 0 or 1. Hence
999         all the tests in the form "if (<map>.count() >1)" were removed.
1000       * src/gdcmFile.cxx: cosmetic changes to avoid messages of doxygen about
1001         ill-formed documentation sections.
1002       * src/gdcmHeader.cxx: ditto
1003
1004 2003-03-27 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1005       * setup.py fixed for un*x (needed macro for stdint.h)
1006       * Test/test.cxx renamed to PrintHeader.cxx to avoid collision on
1007         un*ces with sh-utils test utility.
1008       * gdcmPython/demo/test.py renamed to PrintHeader.py
1009       * gdcmPython/demo/ReorganiseFiles.py new demo script added.
1010       * gdcmPython/win32/gdcmpycomplet.dsp renamed to gdcmpyembedded.dsp.
1011       * gdcmPython/win32/gdcmpy.dsp trashed away (brain damaged).
1012       * src/gdcm*.cxx JPR's bad inclusion fixed.
1013
1014 2003-03-26 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1015       * src/gdcmHeader[h, cxx] gdcmHeader now has an IsReadable predicate.
1016       * gdcmPython/demo/test.py changed accordingly.
1017
1018 2003-03-25 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1019       * gdcmPython/Makefile.am fixed linking against libstdc++
1020       * gdcmPython/_gdcm.so symbolic link to gdcmPython/.libs/pygdcm.so added.
1021       * Swig subdir (historical tests of swig version 1.3.17++) removed
1022       * Test/testChangeEntete.cxx some lines commented out in order to make
1023         compilation work.
1024       * src/gdcmHeader.cxx cleaned up wild JPR's dirty kludge.
1025       * src/gdcmElValSet.cxx cleaned up frog's forgotten debug message
1026
1027 2003-03-24 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1028       * src/gdcmHeader.cxx gdcmHeader::gdcmHeader now calls LoadElements(),
1029         hence the user doesn't need this explicit call.
1030         - gdcmPython/testSuite.py, gdcmPython/demo/*.py changed accordingly
1031           i.e. LoadElements() call removed.
1032       * src/gdcmCommon.h now defines UINT32_MAX (see stdint.h).
1033         - src/Makefile.am declares the proper flag for g++.
1034       * src/gdcmElValSet.h added gdcmElValSet::GenerateFreeTagKeyInGroup
1035         for adding user defined new tags.
1036         - src/gdcmHeader.cxx gdcmHeader::NewManualElValToPubDict added.
1037         - src/gdcmHeader.cxx gdcmHeader::AddAndDefaultElements now
1038           cleanly adds some gdcm added tags (like gdcmXSize, gdcmYSize...)
1039
1040 2003-03-17 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr>
1041       * Makefile.am, acinclude.m4, configure.in, python.m4, Dicts/Makefile.am,
1042         Doc/Makefile.am, Test/Makefile.am, gdcmPython/Makefile.am,
1043         src/Makefile.am : the project should properly compile and install
1044         with the autotools, included the python wrappers part.
1045       * gdcm.spec.in : added a spec file for RPM packaging.
1046
1047 2003-03-14 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
1048       * src/gdcmUtils.cxx : redifinition of defaults parameters in code
1049
1050 2003-03-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1051       * gdcmPython/__init__.py fix of GDCM_DICT_PATH which was not
1052         to exported to the environement (see gdcmPython/testSuite.py
1053         for usage).
1054       * src/gdcmElValSet.[cxx/h], gdcmElValue.[cxx/h], gdcmFile.[cxx/h],
1055         gdcmHeader.[cxx/h]: ElValSet class renamed to gdcmElValSet, and
1056         ElValue class renamed to gdcmElValue for obvious consistency reasons.
1057       * src/gdcmElValSet.cxx, src/gdcmUtil.[cxx-h] Tokenize utility function
1058         moved away from gdcmElValSet.cxx to gdcmUtil.cxx.
1059
1060 2003-03-10 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1061       * gdcmPython/__init__.py doesn't crash anymore when running in
1062         in InstallMode or PreInstallMode but with an environement given
1063         value of GDCM_DICT_PATH.
1064       * src/gdcmDictSet.[cxx/h] coding style.
1065
1066 2003-03-06 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1067       * src/gdcmHeader.h and gdcmHeader.cxx Coding style + doxigenation.
1068       * src/gdcm.h general comments moved to TODO, and README
1069       * src/gdcm.h should now be seen as a user commodity (including it
1070         should suffice to fully use gdcm). It is nowhere including within
1071         any of the kernel files src/*.cxx and src/*.h.
1072
1073 2003-03-05 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1074       * src/gdcm.h splitted in gdcmCommon.h, gdcmDict.h, gdcmDictEntry.h,
1075         gdcmDictSet.h, gdcmElValSet.h, gdcmElValue.h, gdcmFile.h,
1076         gdcmHeader.h
1077       * src/gdcm*.cxx only include their corresponding include file
1078         (as opposed to gdcm.h)
1079       * gdcmPython/gdcm.i changed accordingly
1080       * Test/Makefile.am corrected and added NEWS, AUTHORS in order for
1081         the autogen.sh generated "make snapshot" command to work.
1082       * autogen.sh removed history related references to crea package.
1083
1084 2003-03-04 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1085       * distutilsSwigCPlusPlus.py work around some swig portability
1086         bug.
1087
1088 2003-03-03 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1089       * Eventually, python/gdcmPython was renamed to gdcmPython. This
1090         was done in a last ditch attempt to get setup.py _really_
1091         operationnal. The python/gdcmPython layaout add the advantage
1092         of hidding away the python related distutils specific files
1093         (MANIFEST.in, setup.py, distutils*.py...) from the main directory.
1094         Alas, the src directory was out of scope (i.e. it's relative
1095         position to setup.py was ../src) which made things impossible to
1096         handle (see previous version of python/setup.py). Crossing fingers...
1097
1098 2003-02-20 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1099       * python/setup.py now works on Un*x. (harder than I thougth)
1100       * python/distutilsSwigCPlusPlus.py can now have include files
1101         among the list of sources.
1102
1103 2003-02-20 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
1104       * src/gdcmHeader.cxx : bug fix - opening dicom file in binary !!!
1105       * modifications in MSVC projects
1106
1107 2003-02-19 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1108       * As stated by the first lines of Test/ExceptionAndPython/README, it
1109         looks like we can move back to original usage of exception within
1110         src/gdcm* and hence remove the errno stuff that was introduced
1111         as a quick and dirty fixture of this problem (added to the TODO).
1112       * Doc/Doxyfile configuration file for Doxygen and corresponding
1113         README file for usage added.
1114       * Test/testWrite.cxx added. This new test comes from a split of
1115         test.cxx that is now reverted to its original purpous i.e.
1116         testing the proper parsing of a Dicom related file.
1117         testWrite.cxx concentrates on testing the IO part of gdcm.
1118       * Test/bug1.cxx (containing a bug on WIn32) added.
1119       * src/gdcm.h, gdcmHeader.cxx, gdcmDictSet.cxx:
1120         - gdcmHeader::GetPubTagNames and  gdcmHeader::GetPubTagNamesByCategory
1121           whose purpose is to publish the content of the TagNames of the
1122           Dicom public dictionnary were not accessible without an
1123           instance of class gdcmHeader.
1124         - those methods are now static methods of gdcmDictSet and hence
1125           require no instances at all to be invocated.
1126         - within gdcmDictSet this change required to change some method
1127           to class methods (i.e. are now static) among which SetDictPath
1128           (renamed to BuildDictPath) and LoadDefaultPubDict.
1129       * python/gdcmPython/demo/printGroupedPublicDict.py changed to illustrate
1130         the above changes by calling the new method classes of gdcmDictSet.
1131       * python/gdcmPython/__init__.py now exposes gdcm.gdcmDictSet for
1132         the above to be effective.
1133       * python/gdcmPython: in order to wrap properly the above changes
1134         for Python, swig version now needs to be > 1.3.17.
1135       * python/gdcmPython/Makefile fixed to adapt itself to new
1136         configure/make shema introduced by Johan Montagnat (thanks for the
1137         contribution). Alas this Makefile cannot be turned into a proper
1138         Makefile.am without some heavy changes in the configure.in
1139         (for python dectection).
1140       * python/gdcmPython/gdcm.i: the out typemap map<string, list<string>>*
1141         now avoids publishing the empty entries.
1142
1143 2003-02-13 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
1144       * python/setup.py : bug fix concerning install under windows
1145         ExtraPath reused :-P
1146       * gdcm.dsw : bug fix concerning path for libraries for python !!!
1147
1148 2003-02-13 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
1149       * Dicts/dicomV3.dic : remove double spaces !!!
1150       * src/gdcmElValSet.cxx : bug fix concerning windows compiler
1151       * python/gdcmPython/win32/gdcmpycomplet.dsp : bug fix concerning paths
1152         and links
1153
1154 2003-01-28 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1155       * src/gdcmHeader.cxx added a post header parsing AddAndDefaultElements
1156         method. Doxygenation.
1157       * src/gdcm.h clean up of JPR spurious comments.
1158
1159 2003-01-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1160       * python/distutilsSwigCPlusPlus.py now properly collects the
1161         shadow classes generated by "swig -c++" (gdcm.py in our case)
1162         when using "python setup.py install".
1163       * python/gdcmPython/__init__.py imports gdcm.py and only manually
1164         reexports the working classes.
1165       * src/gdcmHeader.cxx all the try/catch/throw calls were replaced
1166         by the classical C errno scheme. This is to prevent an obscure
1167         behavior of the python wrappers when importing wxPython.wx prior
1168         to gdcmPython (which ended up in an abort call). An illustration
1169         of this oddity can be found in the Test/ExceptionAndPython
1170         subdir (see the README file). This problem probably due to
1171         an combination of g++ and dynamic loading.
1172       * added Test/ExceptionAndPython (see above)
1173
1174 2003-01-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1175       * Changed the layout of the python part to avoid bloating main
1176         directory with setup.py, distutilsSwigCPlusPlus.py, MANIFEST.in
1177         i.e. the distutils arsenal. All the python related stuff is
1178         again in a python subdir, but the package itself is now in
1179         python/gdcmPython.
1180       * setup.py was cleaned up:
1181         - pythonIncludePath removed
1182         - python setup.py bdist target is now functional.
1183       * gdcmPython/__init__.py doesn't export FileName any more (to avoid
1184         collision with other packages). gdcmPython/demo/*.py changed
1185         accordingly.
1186
1187 2003-01-15 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1188       * python subdir moved to gdcmPython (preparation of distutils packaging).
1189       * gdcmPython/setup.py and distutilsSwigCPlusPlus.py added. The
1190         distutils installer is operational.
1191       * - gdcmPython/__init__.py now properly loads the swig generated
1192           shadow classes (from gdcm.py).
1193         - gdcmPython/demo/*.py changed to import the package gdcmPython
1194           instead of gdcmPython/demo/load.py.
1195         - gdcmPython/testSuite.py changed to import the package gdcmPython.
1196
1197 2002-12-16 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1198       * src/gdcm.h, src/gdcmHeader.cxx: added GetPubTagNames() resp.
1199         GetPubTagNamesByCategory() to gdcmHeader that return a list of the
1200         entries within the associated public Dicom dictionary resp. the same
1201         information but sorted by the fourth field (PAT, IMG, DIR) of the
1202         dictionary.
1203         - Dicts/dicomV3.dic Entries which had and unspecified fourth field
1204           are now in the "???" group.
1205         - python/gdcm.i changed accordingly,
1206         - python/demo/printGroupedPublicDict.py added, that gives an example
1207           of the above new functionalities in Python.
1208
1209 2002-12-11 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1210       * src/gdcm.h, gdcmHeader.cxx:
1211         - historic references to glib's g_malloc and g_free (#defined)
1212           were definitively removed.
1213         - gdcm.h: cosmetic changes (part of comments moved to Doc/requirements)
1214       * src/gdcmElValSet.cxx:
1215         - GetElement(guint32, guint32) renamed to GetElementByNumber.
1216         - GetElValue(guint32, guint32) renamed to GetElValueByNumber.
1217         - GetElValue(string) renamed to GetElValueByName.
1218         - Added GetElementByName(string).
1219       * src/gdcmHeader.cxx: added
1220         - GetPubElValRepByNumber(guint16, guint16)
1221         - GetPubElValRepByName(string)
1222         - GetShaElValRepByNumber(guint16, guint16)
1223         - GetShaElValRepByName(string)
1224         - GetShaElValByNumber(guint16, guint16)
1225         - GetShaElValRepByName(string)
1226         - GetElValRepByNumber(guint16, guint16)
1227         - GetElValRepByName(string)
1228         - GetElValByNumber(guint16, guint16)
1229         - GetElValRepByName(string)
1230       * Doc/requirements.txt added.
1231
1232 2002-12-9 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1233       * Test/Makefile building now depends on the one of libgdcm.so
1234       * src/gdcmHeader.cxx and gdcm.h are now OB (undefined length encoded
1235         pixel data) aware which enables finding the address (offset) of
1236         the pixel data of JPEG encoded DICOM files. This leaves only a single
1237         file in the testSuite whose pixel data address (offset) is unknown.
1238       * python/testSuite.py changed accordingly.
1239
1240 2002-12-6 Christophe Odet + Hugues Benoit-Cattin + Eric.Boix
1241       * VC++ has some strong limitations when working with the STL, as stated
1242         in http://support.microsoft.com/support/kb/articles/Q168/9/58.ASP :
1243              "Also note that some STL containers (map, set, queue, list, deque)
1244               cannot be exported. [...]
1245               Some STL classes contain nested classes. These classes can not
1246               be exported. [...]
1247               This is caused by a designed limitation that once a template
1248               class is instantiated, it can not be re-instantiated and
1249               exported."
1250         Since our usage of map<> is ubiquitous in gdcm, this "designed
1251         limitation" of VC++ is a pitfall.
1252         Hence the Python wrappers of gdcm cannot be incrementally linked
1253         against the c++ dynamic library. The dirty but only workaround is
1254         to forget about incremental link of dynamic libraries and to generate
1255         the Python wrappers library with the inclusions of the underlying C++
1256         library.
1257         The following modifications concern this matter on Win32/VC++:
1258       - wrapping python correct with standalone wrapped dll (don't use separate
1259          dll under windows !!!!)
1260       - python21_d debug mode enabled (ask Frog how to use it :-)
1261       - NO problem with having an STL member of class for example string in C++
1262         WITH THE RESTRICTION OF FORGETING ABOUT INCREMENTAL LINK.
1263       - Python test of dcmlib in Python is ok under windows on a large set
1264         (one) of image(s).
1265       * removed glib references
1266       * typedef's inserted in gdcm.i for correct swig type management
1267
1268 2002-11-27 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1269       * python/demo/*.py load.py extracted from test.py. Added explore.py
1270         that only displays required tags and testAll.py that parses all
1271         the files of the testsuite without using unittest.
1272       * python/testSuite.py other additional test on new files added.
1273       * Data/* new test files added accordingly to the testSuite.
1274       * src/gdcmHeader.cxx avoid overwriting of the dictionary when
1275         the vr in the file differs from the one of the dictionary.
1276
1277 2002-11-20 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1278       * src/gdcm.h and gdcmHeader.cxx gdcm no longer loads all the elements
1279         values, but limits itself to values which are below a user specified
1280         size (by default 1024 bytes).
1281       * python/gdcm.i : elements not loaded (because their size is above the
1282         user specified treshold) are exported with their TagKey as key of the
1283         python dictionary. This enables the testsuite to make some checks
1284         on the unloaded elements (since we have their offset and size).
1285       * python/testSuite.py
1286         - now tests for the existence and proper value of the pixel data
1287         - two new examples added.
1288       * Data/gdcm-MR-SIEMENS-16.acr[12] added.
1289
1290 2002-11-18 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1291       * src/gdcm.h and gdcmHeader.cxx are now "Big Endian transfer syntax"
1292         aware. See the strategy comments in gdcmHeader::FindeLength().
1293       * Test/test.cxx now accepts a filename as first argument.
1294       * Data/US-PAL-8-10x-echo.dcm and US-RGB-8-epicard.dcm added.
1295       * python/testSuite.py changed to integrate test on above files.
1296
1297 2002-11-15 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1298       * Dicts/dicomV3.dic removed all the trailing (RET) when the
1299         the vr was also RET.
1300       * python/testSuite.py more tests added.
1301
1302 2002-11-14 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1303       * python/testSuite.py unittest test suite added (uses Data)
1304       * Data/* dcm and acr files for the test suite.
1305       * glib dependance removed from un*x version. We now use ISO C99
1306         7.18 Integer types (see stdint.h)
1307         - python/Makefile, src/Makefile src/gdcm.h
1308       * src/ when an explicit vr (like dicom files) suddenly poped an
1309         implicit element we use to mark the underlying DictEntry of the
1310         concerned ElValue with "Implicit". This strategy was damageable
1311         too the public or provite dictionaries, since some of their vr
1312         would be changed. Since Header::FindLength heavily relies on the
1313         detection by Header::FindVR of falsely explicit elements, I
1314         added an extra ImplicitVr member to ElValue (boolean).
1315         The rest of the changes we the necessary adaptations.
1316
1317 2002-11-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1318       * src/gdcmHeader::FindLength bug fix when trapping falsely explicit
1319         VR files.
1320       * src/gdcmHeader::FindVR: hard way fix of falsely explicit vr files.
1321
1322 2002-11-8 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1323       * Adaptation for porting to VC++:
1324         - src/gdcm.h
1325           o forced to use std namespace (for string to be known)
1326           o all class use __declspec export style on WIN32
1327         - src/gdcmUtil.cxx new Exit method that wraps the exit call
1328           (in stdlib.h on Win32 but in std:: for gcc)
1329       * src/gdcmDictSet::SetDictPath adds a trailing / to environement
1330         variable GDCM_DICT_PATH.
1331       * src/gdcmHeader.cxx verbose comments made discrete.
1332
1333 2002-11-7 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1334       * python/gdcm.i: added a typemap that converts a C++ hashing table
1335         to native Python dictionary.
1336       * python/demo/test.py:
1337         - now uses the native dictionary for exploration of gdcmHeader.
1338         - takes an optional filename argument (the file to parse).
1339       * src/gdcm.h and gdcmHeader.cxx: gdcmHeader now has an accessor on
1340         PubElVals hashing table.
1341       * Dicts/dicomV3.dic removed error prone trailing spaces.
1342
1343 2002-11-6 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1344       * Python wrapping process moved away from src/Makefile to
1345         newly created python/Makefile (as well as gdcm.i)
1346       * python/demo/test.py (that mirrors Test/test.cxx) is effective.
1347       * src/gdcmHeader::FindLength only looks for current vr when necessary.
1348       * src/gdcmDictSet.cxx: the dictionnaries directory path is now imported
1349         from the environement variable GDCM_DICT_PATH (when existing).
1350       * src/gdcmDict::GetTag bug fix.
1351
1352 2002-10-31 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1353       * Straightforward temporary fixes for swig to build the python wrappers.
1354         src/Makefile now has a python working entry [by working we mean
1355         that we can import de shadow classes without errors].
1356
1357 2002-10-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1358       * hashtest.cxx removed (since allready in Test)
1359       * src/gdcmlib.h renamed to src/gdcm.h
1360       * src/dcm.i renamed to src/gdcm.i
1361       * src/Makefile prepared for python wrapping
1362
1363 2002-10-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1364       * src/gdcmHeader.cxx :
1365         - Parsing of header is now separated from loading of element values
1366           (see gdcmHeader::LoadElements).
1367         - general clean up of hopefully all file access (creation of
1368           ReadInt16 and ReadInt32)
1369
1370 2002-10-22 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1371       * src/gdcmHeader.cxx :
1372         - RecupLgr renamed to FindLength and cut off with new IsAnInteger
1373           method.
1374         - SetLgrElem renamed to SetLength
1375         - GetLgrElem renamed to GetLength
1376         - ~gdcmHeader() made virtual to pesky warning messages at compile.
1377       * src/gdcmElValSet.cxx fixed both GetElValue methods
1378       * Dicts/dicomV3.dic falacious entry [7fe0 0010 OT PXL Pixel Data]
1379         due to IdoDude was cleaned out.
1380
1381 2002-10-21 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1382       * src/gdcmHeader.cxx RecupLgr split in FindVR and RecupLgr. FindVR
1383         concentrates on finding the value representation (when it exists).
1384         RecupLgr now only finds the element value length, and it avoids
1385         returning the unecessary skL (skipped length).
1386         Also, offsetCourant was simply removed (with taille_fich) since
1387         it was redundant with the File position internals (by using
1388         ftell and fseek). This also made skL (see above in RecupLgr) usage
1389         jajun.
1390       * src/gdcmHeaderIdo.cxx src/gdcmIdo.h added. Those files concentrate
1391         on the libido specificities which are handled through class
1392         inheritance.
1393       * Test/implicit_vr.dcm dicom v3 in implicit value representation
1394         added.
1395
1396 2002-10-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1397       * Truckload of changes. Parsing of header is barely functional
1398         (see Test/test) with the standard dictionary (see Dicts/dicomV3.dic).
1399
1400 2002-10-10 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1401       * src/gdcmHeader.cxx many addons of low level methods
1402
1403 2002-10-07 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1404       * src/gdcmHeader now contains_IdDcmCheckSwap, _IdDcmRecupLgr,
1405         and _IdDcmSWAP_LONG.
1406
1407 2002-09-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1408       * This corresponds to all the changes decided at the meeting of
1409         May 23 2002. Needless to say we are running late...
1410