X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=a4f7c524f81ce0575f274155efa6a0da05ab01e3;hb=069e8648828a29601e13d68a3452ec50705762cd;hp=4896c3e68fe396273e641e22ac66fe10d6532cdc;hpb=c04f72b2466db911700aaea2d14426de678e9b94;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 4896c3e6..a4f7c524 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,35 @@ -2004-03-30 Benoit Regrain +2004-05-04 Benoit Regrain + * src/gdcmCommon.h, gdcmDicomDir.cxx, gdcmFile.cxx, gdcmHeaderHelper.h, + gdcmParser.cxx, gdcmParser.h : bug fix for the Microsoft .Net compilation + +2004-05-04 Benoit Regrain + * src/gdcmFile.cxx, gdcmHeader.cxx : bug fix for the msvc compilation + * Test/ShowDicom.cxx : bug fix for msvc compilation + * vtk/vtkgdcmViewer.cxx : bug fix for msvc compilation + +2004-05-04 Jean-Pierre Roux + * ADD Taking into account the 'Dicom Sequences' leads up to introduce + new concepts (and new classes) : + a 'gdcmDocument' is composed of a set of Doc Entries, that are + - elementary gdcmDocEntries (former gdcmHeaderEntries) + - Sequence Doc Entries (gdcmSeqEntries) + a Sequence is composed of Items. + Each item is a set of Doc Entries (this is recursive) + The non uniqueness of the 'Dicom tag' is due to this recursivity + (never taken into account) + Our unability to add a new 'entry' in the header + at the proper location (neither in the H-Table (map or multimap), + nor in the Chained List is also due to this recursivity. + Don't try, right now, to use/modify/compile these new sources : + nothing is finished. + We just commit all the stuff, 'as is', in order not to loose it. + +2004-05-04 Benoit Regrain + * vtk/vtkGdcmReader.cxx : bug fix in the setting of file name + +2004-05-03 Benoit Regrain * vtk/vtkGdcmReader.cxx : bug fix when loading a list of files using the - file pattern (SetFilePattern) + file prefix (SetFilePrefix) 2004-05-02 Mathieu Malaterre * Add a new test: ShowDicom, for now this is just the c++ version of