]> Creatis software - gdcm.git/blob - Doc/Website/News.html
Update (follows)
[gdcm.git] / Doc / Website / News.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML>
3 <HEAD>
4    <META http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
5    <TITLE>Gdcm News</TITLE>
6 </HEAD>
7
8 <BODY>
9
10
11 <!--#######################################################################-->
12 <H1>Gdcm News</a></H1>
13
14 <!--#######################################################################-->
15
16 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
17 <H2>
18    <A CLASS="anchor" NAME="missing">
19       <B>Missing features</B></A>
20 </H2>
21 We know the following are missing; don't loose time looking for them ...<br>
22 We know they could be helpfull. We shall add them some day.<br>
23 Any contribution is welcome.
24 <UL>
25 <LI> Decoders   
26    <UL>
27       <LI> gdcm doesn't read yet <TT>JPEG-LS</TT> encoded files.
28       <UL>
29           We said '<TT>JPEG-LS</TT>', not Lossless Jpeg ...<br>
30           [<TT>JPEG-LS</TT> is the basis for new lossless/near-lossless compression
31           standard for continuous-tone images intended for <TT>JPEG2000</TT>. 
32           The standard is based on the LOCO-I algorithm 
33           (LOw COmplexity LOssless COmpression for Images) 
34           developed at Hewlett-Packard Laboratories] 
35      </UL>
36      <LI> gdcm doesn't read yet all <TT>JPEG2000</TT> encoded files.
37      <UL>
38          But we are working on it (a lot of troubles with Jasper).
39          Update: as of Oct 10 2005, we are currently investigating another library:
40          openjpeg. The problem still exist for this library but one of the author
41          is currently working on it:
42             http://www.openjpeg.org/forum/viewtopic.php?t=18
43       </UL>
44       <LI> gdcm doesn't read yet <TT>MPEG2</TT> encoded files.
45
46    </UL>
47    <LI>Reader
48    <UL>
49       <LI> Allow user to tell <TT>gdcm::Document</TT> constructor he just wants 
50            to load a given list of <TT>DocEntries</TT> 
51            (to save CPU time and RAM space)
52       <LI> Allow 'frame by frame' reading (should be helpfull for huge 
53            multiframe images)
54       <LI> Allow subvolume selection / frames selection before reading.
55       <LI> Expose Read/Decompression mechanisms to allow user getting
56          information from <tt>DICOMDIR</TT> <br> -or from his own Data Base- 
57          and reading his images without parsing
58          the header, one more time.
59    </UL> 
60    <LI>Writer 
61    <UL> 
62       <LI> Allow user to tell the Writer he doesn't want to write down
63            <TT>SeqEntry</TT> (if any) 
64       <LI> Allow user to tell the Writer he doesn't want to write down
65            <TT>Shadow groups</TT> (if any)
66       <LI> Allow user to tell the Writer which compression mode he wants<br>
67            (Right now, no one is available)
68       <LI> Allow user to tell the Writer he wants to split a
69            <TT>Multiframe</TT> image into a serie of 
70            <TT>Single frame</TT> images.
71       <LI> Allow user to tell the Writer he wants to agregate a
72            Serie of <TT>Single frame</TT> images into a
73            <TT>Multiframe</TT> image.
74    </UL>
75 <LI>Reader / Writer 
76    <UL>  
77       <LI> Full <TT>Icon Image</TT> management (Read and Write) 
78       <LI> Full <TT>Overlays</TT> management (Read and Write) <br>
79            both for '<TT>ACR-NEMA</TT> style' (using groups <TT>0x6000</TT> 
80             and next) and '<TT>DICOM V3</TT> style' (using Sequences)
81    </UL>
82 <LI> <TT>DICOMDIR</TT> 
83     <UL>
84       <LI> <TT>DICOMDIR</TT> full management (not limited to
85            <TT> PATIENT</TT>/<TT>STUDY</TT>/<TT>SERIE</TT>/<TT>IMAGE</TT>)
86       <LI> Allow user to add an entry (belonging to the file header Dicom
87            entries)to the default entry list, before
88            making a <TT>DICOMDIR</TT> from a root directory
89       <LI> Allow user to add an entry of his owns (for instance an <TT>Icon</TT>
90            to each image, or to each Serie).  
91       </UL>
92 <LI> SerieHelper
93    <UL>
94
95       <LI> An accurate <TT>SerieHelper</TT> <br>
96            Right now <TT>SerieHelper</TT> only works on 'bona fide Series', and
97            breaks on wrongly forged Series.<br>
98            We are still looking for any heuristics...  
99       <LI> A <TT>SerieHelper</TT> that would use the <TT>DICOMDIR</TT> (if any)
100         instead of parsing all the files within the Root Directory
101    </UL>
102 <LI> Other
103    <UL>
104       <LI> 16-bits-LUT full Management
105       <LI> User friendly management of <TT>Rescale Slope</TT> and
106            <TT>Rescale Intercept</TT>
107       <LI> Allow manual adjunction / automatic recognition (pfff!...)
108            of the private <TT>Dicom Dictionary</TT>
109            to be used to parse <TT>Shadow groups</TT> against.
110       <LI> User friendly way of anonymizing image when Patient's name is
111            carved in the Pixels :-(
112    </UL>
113 </UL>
114 <!#######################################################################>
115 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
116 <H2>
117    <A CLASS="anchor" NAME="NewsCurrentVersion">
118    <B>Current Version (CVS)</B></A>
119       <B></B></A>
120 </H2>
121
122 <UL>
123    <LI> <A HREF="News.html#missing">Missing Features</a>
124    <LI>State of the art
125    <UL>    
126       <LI>
127          <a href="uml-gdcm.pdf">gdcm UML Class Diagram</a> current version.
128       <LI> <a href= "Doc1.2/html.user/index.html">User Documentation</a>
129       <LI> <a href= "Doc1.2/html.developper/index.html">Developper
130          Documentation</a> 
131    <LI> New Features
132    <UL>
133       <LI> Stupid difference between <TT>gdcm::ValEntry</TT> 
134            and <TT>gdcm::BinEntry</TT> removed. <br>
135            Only <TT>gdcm::DataEntry</TT> exist, now. 
136            Should have been considered as a 'Bug Fix'.<br>
137            Actually, it's an API breaking modification ...
138       <LI> SerieHelper : <br>     
139            Add some methods, to split a 'SingleSerieUID' Fileset into 
140            'Extra Coherent'  FileSets. <br>
141            They return a std::map of 'Filesets' (actually : std::vector 
142            of gdcm::File*)<br>
143            The key is the 'Orientation', the 'Position' 
144            or the value of a user choosen 'Tag' <br>
145            -  XCoherentFileSetmap SplitOnOrientation(FileList *fileSet); <br>
146            -  XCoherentFileSetmap SplitOnPosition(FileList *fileSet); <br>
147            -  XCoherentFileSetmap SplitOnTagValue(FileList *fileSet,
148                                        uint16_t group, uint16_t element); <br>
149            These methods must be called by user, depending on what he wants 
150            to do, at application time.- *he* only  knows what his Series 
151            contain !-
152       <LI>
153       <LI>
154    </UL>
155
156    <LI> API breaking modifications (since previous version)
157    <UL>
158       <LI> Stupid difference between <TT>gdcm::ValEntry</TT> 
159            and <TT>gdcm::BinEntry</TT> removed. <br>
160            Only <TT>gdcm::DataEntry</TT> exist, now. <br>  
161       <LI>
162       <LI>
163    </UL> 
164       
165    <LI> Bug fixes
166    <UL>
167       <LI> Implicit VR - Big Endian (G.E Private) Transfert Syntax 16 Bits 
168            images are now read correctly.  
169       <LI> File::GetZOrigin() returns accurate result in any case.
170       <LI>
171       <LI>
172    </UL>
173    
174    <LI> Known Bugs
175    <UL>
176       <LI> Use of <TT>Implicit Value Representation</TT> writting mode may
177            causes troubles, when there are some <TT>SQ</TT> belonging to a 
178            <TT>Shadow Group</TT>. <br>
179            Better you use <TT>Explicit Value Representation</TT> writting mode ...
180       <LI> Troubles on 'Big endian' processors (i.e. Apple/Motorola, SunSparc
181            ...) when writting 16 Bits images.
182       <LI> Troubles on 64-bits processors.
183       <LI>
184       <LI>
185    </UL>
186  
187       <br><br>
188  </UL>
189
190
191   
192 <!#######################################################################>
193 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
194 <H2>
195    <A CLASS="anchor" NAME="NewsVersion1_1">
196       <B>Version 1.1 (September 14 2005)</B></A>   
197 </H2> 
198    <LI>State of the art
199    <UL>
200       <LI>
201          <a href="Doc1.0/uml-gdcmV1.0.pdf">gdcm 1.1 UML Class Diagram</a> version.
202       <LI> <a href= "Doc1.0/html.user/index.html">User Documentation</a>
203       <LI> <a href= "Doc1.0/html.developper/index.html">Developper
204          Documentation</a> 
205    <LI> New Features
206    <UL>
207       <LI> Add the methods
208          <TT>gdcm::Dict:AddDict(std::string fullPathPrivateDictionaryFileName)</TT>
209         <br>and<br> 
210         <TT>gdcm::Dict::RemoveDict(std::string fullPathPrivateDictionaryFileName)</TT>
211         <br>
212         to allow user to choose the 'Private Dictionary' he wants to work with.
213         <br>
214         One can dream about a better API;<br>
215         This one allow right now anybody to see very easyly if the use 
216         of a given private dicom dictionary is of any help or not.
217         <br><br>
218       <LI>
219       <TT>PrintFile</TT> has now a new command line argument manager option :<br>
220           <TT>dict=fullPathNamePrivateDictionaryFile</TT><br>
221           to allow user to see with no extra coding what differences 
222           makes the use or not of a private Dicom Dictionary.<br>
223           e.g. : use it as follow <br>
224           <TT>PrintFile filein=myGEdicomFile.dcm 
225           dict=/user/userName/gdcm/Dicts/GEMS-Advance.dic</TT>
226           <br><br> 
227       <LI>
228           (Not a great one ...)  
229           Stupid method names : <br><TT>DicomDir::WriteDicomDir()</TT>
230           and <TT>DicomDir::AnonymizeDicomDir()</TT> <br>replaced by : <br>
231           <TT>DicomDir::Write()</TT>
232           and <TT>DicomDir::Anonymize()</TT>
233           <br><br> 
234       <LI><TT>
235           void Document::AddForceLoadElement(uint16_t group, uint16_t elem);
236           </TT><br>
237           allows user to tell <TT>gdcm::Document</TT> Loader he wants
238           to force the loading of a given set of <TT>DocEntries</TT>, 
239           even if their length exceeds the current 
240           <TT>MAX_SIZE_LOAD_ELEMENT_VALUE</TT>.
241           <br><br>
242        <LI>
243           Many users expect from <TT>vtkGdcmReader</TT> it 'orders' the images
244           (that's the job of <TT>gdcm::SerieHelper</TT> ...)<br>
245           When user <b>knows</b> the files with same Serie UID
246           have same sizes, same 'pixel' type, same color convention, ...
247           the right way to proceed is as follow :
248     <pre>
249         gdcm::SerieHelper *sh= new gdcm::SerieHelper();
250    //      if user wants *not* to load some parts of the file headers
251         sh->SetLoadMode(loadMode);
252
253    //      if user wants *not* to load some files
254         sh->AddRestriction(group, element, value, operator);
255         sh->AddRestriction( ...
256         sh->SetDirectory(directoryWithImages);
257
258    //      if user *knows* how to order his files
259         sh->SetUserLessThanFunction(userSuppliedComparisonFunction);
260    //      or/and
261    //      if user wants to sort reverse order
262         sh->SetSortOrderToReverse();
263    
264    //      here, we suppose only the first 'Single SerieUID' Fileset is of interest
265    //      Just iterate using sh->NextSingleSerieUIDFileSet()
266    //      if you want to get all of them
267         gdcm::FileList *l = sh->GetFirstSingleSerieUIDFileSet();
268
269    //      if user is doesn't trust too much the files with same Serie UID
270         if ( !sh->IsCoherent(l) )
271            return; // not same sizes, or not same 'pixel type' -> stop
272
273         sh->OrderFileList(l);        // sort the list
274
275         vtkGdcmReader *reader = vtkGdcmReader::New();
276    //      if user wants to modify pixel order (Mirror, TopDown, ...)
277    //      he has to supply the function that does the job
278    //      (a *very* simple example is given in vtkgdcmSerieViewer.cxx)
279         reader->SetUserFunction (userSuppliedFunction);
280
281    //      to pass a 'Single SerieUID' Fileset as produced by gdcm::SerieHelper
282         reader->SetCoherentFileList(l);
283         reader->Update();
284    </pre>
285    You can see a full example in <TT>vtk/vtkgdcmSerieViewer.cxx</TT><br>
286    e.g.<br>
287
288    <TT>vtkgdcmSerieViewer dirname=Dentist  mirror</TT><br>
289    <TT>vtkgdcmSerieViewer dirname=Dentist  reverse</TT><br>
290    <TT>vtkgdcmSerieViewer dirname=Dentist  reverse topdown</TT><br> 
291    </pre>
292       <br>
293
294       <LI> <TT>vtkGdcmReader::SetUserFunction (userSuppliedFunction)</TT><br>
295            with :<br>
296            <TT>void userSuppliedFunction(uint8_t *imageData, File *f);</TT><br>
297            allows user to reorganize the pixels of each image just after reading
298            it (to mirror, or topdown the image, for instance)<br>
299            Note : <TT>uint8_t *</TT> doesn't mean it works only on 8 Bits images.
300            <br> It's for prototyping. Feel free to cast it.
301            <br><br>  
302       <LI> <TT>
303            SerieHelper::SetUserLessThanFunction(userSuppliedComparisonFunction)
304            </TT><br> with : <br>
305            <TT>bool userSuppliedComparisonFunction(File *, File *);</TT><br>
306            allows user -when he knows more about his files than gdcm does-
307            to give his own comparison function. 
308       <LI> <TT>SerieHelper::SetSortOrderToReverse</TT> allows user to ask
309            to sort the Files reverse order.
310       <LI> <TT>SerieHelper::AddRestriction</TT> has now a new constructor<br>
311            <TT>AddRestriction(group, element, value, operator);</TT><br>
312            allows user to exclude some files from the sorting, according to
313            any comparison operator <br>
314            (<TT>GDCM_EQUAL</TT>, <TT>GDCM_DIFFERENT</TT>, 
315            <TT>GDCM_GREATER</TT>, <TT>GDCM_GREATEROREQUAL</TT>, 
316            <TT>GDCM_LESS</TT>, <TT>GDCM_LESSOREQUAL</TT>), not only on the
317            equality.
318            <br><br>
319       <LI> <TT>AnonymizeNoLoad</TT> used with <TT>dirin=inputDirectoryName</TT>
320            anonymizes all the files within the given Directory.
321            <br>
322            User may also choose extra elements he wants to rub out: <br>
323            <TT>rubout=listOfElementsToRubOut</TT><br>
324            with <tt>listOfElementsToRubOut : group1-elem1,group2-elem2,
325            ...</TT> (in hexa, no space within the list )
326            <br><br>
327       <LI> <TT>gdcm::SerieHelper()</TT> has a new method 
328            <TT>void AddGdcmFile(File *header)</TT>, that allows aware user to 
329            create a '<TT>FileList</TT>' (actually a 
330            <TT>std::vector< File* > </TT>).<br>
331            The <TT>FileList</TT> created this way will be the 
332            'first one' in the <TT>gdcm::FileHelper()</TT> (retrieve it with 
333            <TT>FileList *GetFirstCoherentFileList()</TT> ).<br>
334            It may be sorted using <TT>OrderFileList</TT>.<br>
335            No 'coherence check' will be performed on this <TT>FileList</TT>
336            before sorting.<br>
337            It may be passed to a <TT>vtkGdcmReader</TT> 
338            (to avoid parsing twice the files)
339            <br><br>
340       <LI> <TT>vtkGdcmReader</TT> can now get the result of
341            <TT>gdcm::SerieHelper</TT> (to avoid parsing twice the files)<br>
342             Proceed as follow :<br>
343            <pre>
344            gdcmSerieHelper *sh = new gdcmSerieHelper();
345            sh->SetDirectory(myImageDirectory, true);
346            gdcmFileList *l = s->GetFirstCoherentFileList();
347            s->OrderFileList(l);
348
349            vtkGdcmReader *gr = new vtkGdcmReader();
350            gr->SetCoherentFileList(l);
351            gr->Update();  
352            </pre>
353            This works with a directory that contains only one '<TT>Serie</TT>'
354            (same <TT>Serie UID</TT> for all the images).<br>
355            If it contains more than one <TT>Serie</TT>, you'll have to loop 
356            on the Series, using <TT>GetNextCoherentFileList()</TT>;<br>
357            It will be up to the user to delete the <TT>gdcm::File</TT>.
358            <br><br>
359            See <TT>vtkgdcmSerieViewer</TT> for an example.
360            <br><br>
361       <LI> Both <TT>vtkgdcmViewer</TT> and <TT>vtkgdcmViewer2</TT> 
362            are available to allow easy displaying of single/multiframe 
363            GreyLevel/RGB/PaletteColor images<br><br>
364       <LI> <TT>DICOMDIR</TT> anonymiser (<TT>Load</TT> and <TT>Noload</TT> mode)
365            <br><br>
366       <LI> Because the <TT>gdcm::DicomDir::Load()</TT> method may be used
367            either for loading an already made <TT>DICOMDIR</TT> file or for
368            parsing all the dicom files with a given root directory we
369            syntaxically separated the operations: <br>
370            For loading an already made <TT>DICOMDIR</TT> file, use : <br>
371            <pre>
372            gdcm::DicomDir *d = new gdcm::DicomDir();
373            d->SetFileName(fileName);
374            d->Load( );  
375            </pre>
376  
377            For parsing all the dicom files within a given root directory, use :<br>
378            <pre>
379            gdcm::DicomDir *d = new gdcm::DicomDir();
380            d->SetDirectoryName(dirName);
381            d->Load( )  
382            </pre>
383
384            <b>Don't</b> use any longer old deprecated style: <br>
385            <TT>
386            gdcm::DicomDir *d = new gdcm::DicomDir();<br>
387            d->SetParseDir(true);   // </TT>or <TT>d->SetParseDir(false);<br>
388            d->Load( fileName );<br>  
389            </TT>
390            <br> 
391       <LI> User is now allowed to tell <TT>gdcm::Document</TT> constructor 
392            he doesn't want to deal with <TT>SeqEntry</TT> 
393            (every time it's possible, i.e for 'true length' Sequences) <br>
394            and/or he doesn't want to deal with <TT>Shadow groups</TT> 
395            (every time it's possible i.e. when element <TT>0x0000</TT>
396            exists for this Group) <br> 
397            or he doesn't want to deal with <TT>SeqEntry</TT> that belong to a 
398            <TT>Shadow group</TT>  (every time it's possible 
399            -'true length' Sequence-)<br>
400            use : <br>
401            <pre>
402            gdcm::File *f = new gdcm::File();
403                   f->SetLoadMode(NO_SEQ);            | depending on what
404                   f->SetLoadMode(NO_SHADOW);         | you want *not* 
405                   f->SetLoadMode(NO_SEQ | NO_SHADOW);| to load from the
406                   f->SetLoadMode(NO_SHADOWSEQ);      | target file
407             f->SetFileName(fileName);
408             f->Load( );
409             </pre>
410             <b>Don't</b> use any longer old deprecated style: <br>
411             <TT>
412             gdcm::File *f = new gdcm::File(fileName);</TT> <br>
413             <br>
414         <LI> User is now allowed to tell <TT>gdcm::DicomDir</TT> constructor 
415              he doesn't want to deal with <TT>SeqEntry</TT> 
416              (every time it's possible, i.e for 'true length' Sequences) <br>
417              and/or he doesn't want to deal with <TT>Shadow groups</TT> 
418              (every time it's possible i.e. when element <TT>0x0000</TT>
419              exists for this Group) <br> 
420              or he doesn't want to deal with <TT>SeqEntry</TT> that belong to a 
421              <TT>Shadow group</TT>  (every time it's possible 
422              -'true length' Sequence-)<br>
423              when he parses all the Dicom files within a given directory.<br>
424              use : <br>
425              <pre>
426              gdcm::DicomDir *f = new gdcm::DicomDir();
427                   f->SetLoadMode(NO_SEQ);            | depending on what
428                   f->SetLoadMode(NO_SHADOW);         | you want *not* 
429                   f->SetLoadMode(NO_SEQ | NO_SHADOW);| to load from the files
430                   f->SetLoadMode(NO_SHADOWSEQ);      | within the root directory 
431              f->SetDirectoryName(rootDirectoryName);
432              f->Load( );
433             </pre>
434             <b>Don't</b> use any longer old deprecated style: <br>
435             <TT>
436             gdcm::DicomDir *dcmdir = new gdcm::DicomDir(dirName, true);</TT><br>
437             <br>         
438    </UL>
439
440    <LI> Bug fixes
441    <UL>
442       <LI> No more trouble when the 'endianess' switches within Sequences.
443       <LI> No more trouble with 'no length Sequences' belonging to a
444            <TT>Shadow Group</TT> when they are 'Implicit VR'.
445       <LI> The difference between <TT>MONOCHROME1</TT> (low values = bright,
446             high values = dark) and <TT>MONOCHROME2</TT> (low values = dark,
447             high values = bright) is now taken into account.<br> 
448             It's no longer up to the user to change the pixels value
449       <LI> Writing a 'True Dicom' image after reading an <TT>ACR-NEMA</TT> image 
450            does not request any longer from the user to build up 
451            'manually' the Meta Elements group (<TT>0x0002</TT>)
452       <LI> Old '24 Bits' <TT>ACR-NEMA</TT> are now correctly re-written
453            in <TT>DICOM V3</TT> mode.
454       <LI> Element <TT>0x0000</TT> of <TT>Shadow groups</TT> is always forced to be a
455            <TT>ValEntry</TT> and its <TT>VR</TT> is forced to <TT>UL</TT> 
456       <br><br>
457    </UL>
458
459    <LI> A.P.I. breaking modifications (since previous version : <TT>1.0</TT>)
460    <UL>    
461       <LI> NEVER more API breaking modifications !!!
462       <br><br>
463    </UL>
464
465    <LI> Known bugs
466    <UL>
467
468    </UL>
469
470 </UL>
471
472
473
474 <!#######################################################################>
475 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
476 <H2>
477    <A CLASS="anchor" NAME="NewsVersion1_0">
478       <B>Version 1.0 (Feb 14 2005)</B></A>
479 </H2>
480 <UL>
481    <LI>State of the art
482    <UL>
483       <LI>
484          <a href="Doc1.0/uml-gdcmV1.0.pdf">gdcm 1.0 UML Class Diagram</a> version.
485       <LI> <a href= "Doc1.0/html.user/index.html">User Documentation"</a>
486       <LI> <a href= "Doc1.0/html.developper/index.html">Developper
487          Documentation"</a>
488       <LI> Final check of the jpeg sub-library: all 'classical' jpeg
489         compressed Dicom files can be read<br>
490       <LI>All the previously gdcm-breaker images are now readable<br>
491       <LI> A huge number of memory leaks removed
492       <LI> Improvement of write process   
493    </UL>
494
495  
496    <LI> A.P.I. breaking modifications (since previous version : <TT>0.6</TT>)
497    <UL>
498       <LI> Use of <TT> namespace</TT> : all the methods formerly named
499           <TT>className::gdcmXxx()</TT> are now named <TT>className::Xxx()</TT>
500           <br> End user will have to call them as <TT>gdcm::className::Xxx() </TT>
501       <LI> a <TT>gdcm::Document</TT> is now specialized in : 
502       <UL>
503          <LI> <TT>gdcm::DicomDir</TT>
504          <LI> <TT>gdcm::File</TT>
505       </UL>
506       <LI> a <TT>gdcm::DicomElementSet</TT> is composed of a set of 
507             <TT>gdcm::DicomDocEntry</TT>
508       <LI> a <TT>gdcm::DicomDocEntry</TT> can be :
509       <UL>
510          <LI> a <TT>gdcm::ContentEntry</TT>, specialized in :
511          <UL>
512             <LI> <TT>gdcm::ValEntry</TT>
513             <LI> <TT>gdcm::BinEntry</TT> (no longer a specialization of
514                  <TT>gdcm::ValEntry</TT>) 
515         </UL>
516       <LI> a <TT>gdcm::SeqEntry</TT> 
517       </UL>
518       <LI> Removal of useless accessors <TT>GetXxxByname</TT>, <TT>SetXxxByname</TT> 
519       <LI> Renaming of accessors <TT>GetXxxByNumber</TT>, <TT>SetXxxByNumber</TT> 
520            as follow :
521       <UL>
522          <LI> <TT>GetEntryByNumber 
523                   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
524                                           --> GetEntryValue</TT>
525          <LI> <TT>GetEntryLengthByNumber  --> GetEntryLength</TT>
526          <LI> <TT>GetEntryOffsetByNumber  --> GetEntryOffset</TT>
527          <LI> <TT>GetEntryVRByNumber 
528                   &nbsp;&nbsp;&nbsp;      --> GetEntryVR</TT>
529          <LI>
530          <LI> <TT>GetDocEntryByNumber     
531                   &nbsp;&nbsp;            --> GetDocEntry</TT>
532          <LI> <TT>GetValEntryByNumber     
533                   &nbsp;&nbsp;            --> GetValEntry</TT>
534          <LI> <TT>GetBinEntryByNumber     
535                   &nbsp;&nbsp;            --> GetBinEntry</TT>
536          <LI> <TT>GetSeqEntryByNumber     
537                   &nbsp;&nbsp;            --> GetSeqEntry</TT>
538        </UL>
539    </UL>
540 </UL>
541
542 <!#######################################################################>
543 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
544 <H2>
545    <A CLASS="anchor" NAME="NewsVersion0_6">
546       <B>Version 0.6 (June 8 2004)</B></A>
547 </H2>
548 <UL>
549    This version will be used by Insight Tool Kit 
550    (<a href="http://www.itk.org">ITK</a> 2.0) at the beginning of 2005.<br>
551     It's not yet packaged ...<br><br>
552    <LI> <a href= "Doc0.6/html.user/index.html">User Documentation"</a>
553    <LI> <a href= "Doc0.6/html.developper/index.html">Developper Documentation"</a>  
554    <LI> The new <TT>gdcmDocument</TT> class is a parent class of 
555        <TT>gdcmHeader</TT> class and <TT>gdcmDicomDir</TT> class.
556    <LI> Massive modifications in the Class Diagram :
557    <UL>
558       <LI> any dicom related file is a <TT>gdcmDocument</TT>
559       <LI> a <TT>gdcmDocument</TT> can be :
560       <UL>
561          <LI> a <TT>gdcmHeader</TT>, if it contains pixel data
562          <LI> a <TT>gdcmDicomDir</TT>, if it contains only informations 
563               on the files in a given directory  
564       </UL>
565
566    <LI> a <TT>gdcmDocument</TT> is_a <TT>gdcmElementSet</TT>,
567         composed of a set of <TT>gdcmEntry</TT> separated into :
568       <UL>
569       <LI> <TT>gdcmValEntry</TT><br>
570            a specialization of <TT>gdcmValEntry</TT>, for 'non
571            <TT>std::string</TT> representable' values is 
572            <TT>gdcmBinEntry</TT> 
573        <LI> <TT>gdcmSeqEntry</TT> (VR = <TT>SQ</TT>, i.e Dicom Sequences)<br>
574              they are dealt as tree-like structures :<br>
575              - a <TT>gdcmSeqEntry</TT> is considered as a set 
576              of <TT>gdcmSQItem</TT>,<br>
577              - a <TT>gdcmSQItem</TT> is_a <TT>gdcmElementSet</TT>, composed 
578              of <TT>gdcmDocEntries</TT>, recursively <br>
579       </UL>
580    </UL>
581    <LI> Improvement of the jpeg sub-library: jpeg
582            compressed Dicom files (lossless and lossy) 
583            might be read (check-it out)
584 </UL>
585
586 <!#######################################################################>
587 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
588 <H2>
589    <A CLASS="anchor" NAME="NewsVersion0_4">
590       <B>Version 0.4 (February 6 2004)</B></A>
591 </H2>
592 <UL>
593
594    <LI> <a href="Doc0.4/uml-gdcmV0.4.pdf">gdcm 0.4 UML Class Diagram</a>.
595    <LI> <a href= "Doc0.4/html.user/index.html">User Documentation"</a>
596    <LI> <a href= "Doc0.4/html.developper/index.html">Developper Documentation </a>
597
598    <LI> Introduction of a jpeg sub-library: some very simple jpeg-lossy
599         compressed Dicom files might be working (check-it out).
600    <LI> And also, fewer memory leaks, cleaned-up stl usage (should work
601         with gcc-3.x), python disutil installer (see file setup.py)
602         supporting both Swig and vtk wrapping.
603    <LI> Introduction of a RLE (Run-Time Encoding) library
604    <LI> Color images (RGB or Palette Color) are dealt with
605    <LI> Confusing names <TT>gdcmPatient</TT>, <TT>gdcmStudy</TT>,
606         <TT>gdcmSerie</TT>, <TT>gdcmPatient</TT> changed to 
607         <TT>gdcmDicomDirPatient</TT>, <TT>gdcmDicomDirStudy</TT>, 
608         <TT>gdcmDicomDirSerie</TT>, <TT>gdcmDicomDirPatient</TT>
609  
610 </UL>
611
612 <!#######################################################################>
613 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
614 <H2>
615    <A CLASS="anchor" NAME="NewsVersion0_3">
616       <B>Version 0.3 (July 8 2003)</B></A>
617 </H2>
618 <UL>
619    <LI> <TT>gdcmFile</TT> class now enables acces to the data
620        i.e. the image[s] content. Previously only parsing of the
621        Dicom header was available through usage of <TT>gdcmHeader</TT>
622        class.
623    <LI> a <A HREF="http://public.kitware.com/VTK/">VTK</A> plugin
624        of gdcm is now available through the <TT>vtkGdcmReader</TT>
625        vtk class (see it as a vtk wrapper of gdcm), which enables
626        <UL>
627          <LI> Loading of a single image,
628          <LI> Loading of a stack of images from multiple Dicom files,
629          <LI> this class is wrapped for vtkPython (by using native vtk
630               wrappers).
631        </UL>
632    <LI> Introduction of a jpeg sub-library: lossless-jpeg
633         compressed Dicom files work.
634 <LI> <TT>vtkgdcmViewer</TT> allows easy displaying of single/multiframe 
635      GreyLevel/RGB/PaletteColor images
636 </UL>
637
638 <!#######################################################################>
639 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
640 <H2>
641    <A CLASS="anchor" NAME="NewsVersion0_1">
642       <B>Version 0.1 (April 1 2003)</B></A>
643
644 <!#######################################################################>
645 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
646 <H2>
647    <A CLASS="anchor" name="NewsVersion0_1">
648       <B>Version 0.0 (March 14 2003)</B></A>
649
650 <HR size="1"><ADDRESS style="align: right;"></ADRESS>
651
652 </BODY>
653 </HTML>