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