X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=9820dfc8c136cd973e401c0d76154f54ac57f74f;hb=6218d902d6502afaca54bba1153071f80c018688;hp=50d0273cc527da1fba4a9199acfca669bb730a04;hpb=c0dbd079b33fa47c936c88e881057037e042f71a;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 50d0273c..9820dfc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2002-10-29 Eric Boix + * hashtest.cxx removed (since allready in Test) + * src/gdcmlib.h renamed to src/gdcm.h + * src/dcm.i renamed to src/gdcm.i + * src/Makefile prepared for python wrapping + +2002-10-29 Eric Boix + * src/gdcmHeader.cxx : + - Parsing of header is now separated from loading of element values + (see gdcmHeader::LoadElements). + - general clean up of hopefully all file access (creation of + ReadInt16 and ReadInt32) + +2002-10-22 Eric Boix + * src/gdcmHeader.cxx : + - RecupLgr renamed to FindLength and cut off with new IsAnInteger + method. + - SetLgrElem renamed to SetLength + - GetLgrElem renamed to GetLength + - ~gdcmHeader() made virtual to pesky warning messages at compile. + * src/gdcmElValSet.cxx fixed both GetElValue methods + * Dicts/dicomV3.dic falacious entry [7fe0 0010 OT PXL Pixel Data] + due to IdoDude was cleaned out. + +2002-10-21 Eric Boix + * src/gdcmHeader.cxx RecupLgr split in FindVR and RecupLgr. FindVR + concentrates on finding the value representation (when it exists). + RecupLgr now only finds the element value length, and it avoids + returning the unecessary skL (skipped length). + Also, offsetCourant was simply removed (with taille_fich) since + it was redundant with the File position internals (by using + ftell and fseek). This also made skL (see above in RecupLgr) usage + jajun. + * src/gdcmHeaderIdo.cxx src/gdcmIdo.h added. Those files concentrate + on the libido specificities which are handled through class + inheritance. + * Test/implicit_vr.dcm dicom v3 in implicit value representation + added. + +2002-10-17 Eric Boix + * Truckload of changes. Parsing of header is barely functional + (see Test/test) with the standard dictionary (see Dicts/dicomV3.dic). + 2002-10-10 Eric Boix * src/gdcmHeader.cxx many addons of low level methods