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