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