X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2FWebsite%2FNews.html;h=80a89551c8a57188d9a8349749d2471d19b0d048;hb=ebed5ba94d4839a2ef85f6a4c727dfb57816c00d;hp=47dffa00777656533003bf97abd81c5bf010d65e;hpb=cc542827c20a83639b0c271e132369f65fcefdb3;p=gdcm.git diff --git a/Doc/Website/News.html b/Doc/Website/News.html index 47dffa00..80a89551 100644 --- a/Doc/Website/News.html +++ b/Doc/Website/News.html @@ -9,32 +9,108 @@

Gdcm News

+ + +
+

+ + Current Version + +

+ +
+
+For people who get this new release :
+
+We consider now that :
+- any dicom related file is a gdcm::Document.
+- a gdcm::Document can be :
+      - a gdcm::File,     if it contains pixel data,
+      - a gdcm::DicomDir, if it contains only informations 
+                          on the files in a given directory
+
+- in a gdcm::Document, there are gdcm::DocEntry, that can be :
+     - gdcm::ContentEntry (any entry that has an actual value,
+                           *not* an embedded set of other gdcm::DocEntry)
+                           a gdcm::ContentEntry can be :
+          - gdcm::ValEntry (whose value is std::string representable 
+                            e.g. character values, or integers),
+          - gdcm::BinEntry (whose value is not std::string representable 
+                            e.g. color palettes, overlays, icons , ...)
+     - gdcm::Sequence (no proper 'value', but a set of gdcm::SQItems, 
+                       composed of a set of gdc::DocEntry, recursively)
+ 
+- in a gdcm::DicomDir, we only deal, hierarchically, with :
+     - gdcmPatient
+     - gdcmStudy
+     - gdcmSerie
+     - gdcmImage
+
+You can see gdcm UML Class Diagram + + + + +
+

+ + Version 0.6 (June 8 2004) +

+ +

Version 0.4 (February 6 2004)

@@ -57,11 +133,10 @@
  • this class is wrapped for vtkPython (by using native vtk wrappers). -
  • Introduction of a jpeg sub-library: some very simple jpeg - compressed Dicom files might be working (check-it out). -
  • And also, fewer memory leaks, cleaned-up stl usage (should work - with gcc-3.x), python disutil installer (see file setup.py) - supporting both Swig and vtk wrapping. +
  • Introduction of a jpeg sub-library: lossless-jpeg + compressed Dicom files work. +
  • vtkgdcmViewer allows easy displaying of single/multiframe + GreyLevel/RGB/PaletteColor images