]> Creatis software - gdcm.git/blob - ChangeLog
* src/gdcmHeader.cxx :
[gdcm.git] / ChangeLog
1 2002-10-22 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
2       * src/gdcmHeader.cxx :
3         - RecupLgr renamed to FindLength and cut off with new IsAnInteger
4           method.
5         - SetLgrElem renamed to SetLength
6         - GetLgrElem renamed to GetLength
7         - ~gdcmHeader() made virtual to pesky warning messages at compile.
8       * src/gdcmElValSet.cxx fixed both GetElValue methods
9       * Dicts/dicomV3.dic falacious entry [7fe0 0010 OT PXL Pixel Data]
10         due to IdoDude was cleaned out.
11
12 2002-10-21 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
13       * src/gdcmHeader.cxx RecupLgr split in FindVR and RecupLgr. FindVR
14         concentrates on finding the value representation (when it exists).
15         RecupLgr now only finds the element value length, and it avoids
16         returning the unecessary skL (skipped length).
17         Also, offsetCourant was simply removed (with taille_fich) since
18         it was redundant with the File position internals (by using
19         ftell and fseek). This also made skL (see above in RecupLgr) usage
20         jajun.
21       * src/gdcmHeaderIdo.cxx src/gdcmIdo.h added. Those files concentrate
22         on the libido specificities which are handled through class 
23         inheritance.
24       * Test/implicit_vr.dcm dicom v3 in implicit value representation
25         added. 
26
27 2002-10-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
28       * Truckload of changes. Parsing of header is barely functional
29         (see Test/test) with the standard dictionary (see Dicts/dicomV3.dic).
30
31 2002-10-10 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
32       * src/gdcmHeader.cxx many addons of low level methods
33
34 2002-10-07 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
35       * src/gdcmHeader now contains_IdDcmCheckSwap, _IdDcmRecupLgr,
36         and _IdDcmSWAP_LONG.
37
38 2002-09-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
39       * This corresponds to all the changes decided at the meeting of
40         May 23 2002. Needless to say we are running late...
41