X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=d5fbb52ce4ea37fa94c1fd068dfa2fd769cb0281;hb=e2df52304431a377b45474a206e196bac12e67d2;hp=66dcea839570189ca3d117be3359b493ab194cdf;hpb=0fea0679c6061128104e6a357d20653baa274884;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 66dcea83..d5fbb52c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +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 + 2002-10-07 Eric Boix * src/gdcmHeader now contains_IdDcmCheckSwap, _IdDcmRecupLgr, and _IdDcmSWAP_LONG.