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