X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=6305deef45b17388d9ce5ec52a8a1ff38a1e22f6;hb=130558c1fc10cbc2d5d58484b310fa86bd20d81b;hp=300951a34a85f8e999304636d5f7040ef06898f9;hpb=f5cdecea039215f13707c9cf19c0b5030548c237;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 300951a3..6305deef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,29 @@ +2005-01-18 Jean-Pierre Roux + * ENH for DicomDir, DicomDirPatient, DicomDirStudy, + DicomDirSerie, DicomDirImage + Dict, DictSet classes : + -add method GetFirstEntry to replace call to InitTraversal+GetNextEntry + -remove InitTraversal method. + * UPD Test programs + Example programs + +2005-01-18 Jean-Pierre Roux + remove useless and never updated keyword \ingroup + +2005-01-17 Benoit Regrain + * src/gdcmUtil.cxx : bug fix to find the Windows MAC address. Now, there + is no memory access violation + * gdcmPython/demo : add python demos using VTK + +2005-01-16 Jean-Pierre Roux + * FIX 'Dictionnary' is now spelt 'Dictionary' + 'wether' is now spelt 'whether' + 'archieve' is now spelt 'archive' ;-) + 2005-01-15 Jean-Pierre Roux * ADD DicomDir, DicomDirPatient, DicomDirStudy, DicomDirSerie, DicomDirImage related methods, in order not to expose internal mechanisms InitTraversal(); - GetNextEntry(); + GetNextEntry(); * REM methods that exposed internal mechanisms : DicomDir::GetDicomDirPatients() DicomDirPatient::GetDicomDirStudies() @@ -20,7 +41,7 @@ 2005-01-15 Mathieu Malaterre * Removed the Print/indent/default parameter mess. There is absolutely no - reason to have to methods, moreover with the second takeing the ostream as + reason to have to methods, moreover with the second taking the ostream as *SECOND* parameter. This was clearly a bad hack to get things compile. 2005-01-15 Mathieu Malaterre @@ -29,7 +50,7 @@ Unfortunately the main code does not work on SunOS, thus provide a specific code for this platform only (and Win32 of course). Since this seems to be working, change CreateUniqueUID to use GetMACAddress instead of the - problematic getIPAddress + problematic GctestetIPAddress 2005-01-14 Mathieu Malaterre * Unfortunately to be able to test gdcmDirList I had to break the API @@ -47,11 +68,11 @@ - Move equivalent stuff to BinEntry::WriteContent When necessary, 16 Bits Pixels are swapped in a small buffer and then written. This avoid allocating a huge buffer, in - PixelWriteConveror, and avoid modifying the Pixel Area. + PixelWriteConvertor, and avoid modifying the Pixel Area. Note : Probabely, the same operation will have to be done when we want to write image with Big Endian Transfert Syntax, - and we are working onj Little Endian Processor + and we are working on Little Endian Processor 2005-01-14 Benoit Regrain * src/gdcmDocument.[h|cxx] : comment all methods concerning a flat hash @@ -1781,7 +1802,7 @@ 2004-02-11 Benoit Regrain * FIX : memory leaks and the set of ArgDelete methods in gdcmDicomDir when using from python - + 2004-02-10 Benoit Regrain * FIX : bug fix in the gdcmDirList for the recursivity in directories * FIX : in gdcmDicomDir when the directory is empty @@ -2749,7 +2770,7 @@ 2003-03-10 Eric Boix * gdcmPython/__init__.py doesn't crash anymore when running in - in InstallMode or PreInstallMode but with an environement given + in InstallMode or PreInstallMode but with an environment given value of GDCM_DICT_PATH. * src/gdcmDictSet.[cxx/h] coding style.