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