]> Creatis software - gdcm.git/blobdiff - ChangeLog
Test of the cvspserver2. -- Frog
[gdcm.git] / ChangeLog
index 66dcea839570189ca3d117be3359b493ab194cdf..d5fbb52ce4ea37fa94c1fd068dfa2fd769cb0281 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2002-10-21 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
+      * 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 <Eric.Boix@creatis.insa-lyon.fr>
+      * 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 <Eric.Boix@creatis.insa-lyon.fr>
+      * src/gdcmHeader.cxx many addons of low level methods
+
 2002-10-07 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
       * src/gdcmHeader now contains_IdDcmCheckSwap, _IdDcmRecupLgr,
         and _IdDcmSWAP_LONG.