]> Creatis software - gdcm.git/blob - ChangeLog
* src/gdcmHeader.cxx RecupLgr split in FindVR and RecupLgr. FindVR
[gdcm.git] / ChangeLog
1 2002-10-21 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
2       * src/gdcmHeader.cxx RecupLgr split in FindVR and RecupLgr. FindVR
3         concentrates on finding the value representation (when it exists).
4         RecupLgr now only finds the element value length, and it avoids
5         returning the unecessary skL (skipped length).
6         Also, offsetCourant was simply removed (with taille_fich) since
7         it was redundant with the File position internals (by using
8         ftell and fseek). This also made skL (see above in RecupLgr) usage
9         jajun.
10       * src/gdcmHeaderIdo.cxx src/gdcmIdo.h added. Those files concentrate
11         on the libido specificities which are handled through class 
12         inheritance.
13       * Test/implicit_vr.dcm dicom v3 in implicit value representation
14         added.
15
16 2002-10-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
17       * Truckload of changes. Parsing of header is barely functional
18         (see Test/test) with the standard dictionary (see Dicts/dicomV3.dic).
19
20 2002-10-10 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
21       * src/gdcmHeader.cxx many addons of low level methods
22
23 2002-10-07 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
24       * src/gdcmHeader now contains_IdDcmCheckSwap, _IdDcmRecupLgr,
25         and _IdDcmSWAP_LONG.
26
27 2002-09-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
28       * This corresponds to all the changes decided at the meeting of
29         May 23 2002. Needless to say we are running late...
30