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