X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2FWebsite%2FNews.html;h=f44d24354fc321cf7afd33cdf6d237fa41c06973;hb=998942248b883bf900e3b6918d4ff13aa8084aaf;hp=bd5c891d6ee95ff2260c0f5e8213fbfb9f8916c7;hpb=cf1c0279551125013bbb1bb5407dac134fc5ceae;p=gdcm.git diff --git a/Doc/Website/News.html b/Doc/Website/News.html index bd5c891d..f44d2435 100644 --- a/Doc/Website/News.html +++ b/Doc/Website/News.html @@ -7,110 +7,261 @@ - + +

Gdcm News

- + +

- - Current Version - + + Missing features

+We know the following are missing; don't loose time looking for them ...
+We know they could be helpfull. We shall add them some day.
+Any contribution is welcome. + +
+

+ + Current Version + +

+ + +
  • Use of Implicit Value Representation writting mode may + causes troubles, when there are some SQ belonging to a + Shadow Group.
    + Better you use Explicit Value Representation writting mode ... + + -
    -
    -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 1.0 (Feb 14 2005) +

    +
    @@ -120,28 +271,40 @@ You can see gdcm UML Class Diagram +
  • Improvement of the jpeg sub-library: jpeg + compressed Dicom files (lossless and lossy) + might be read (check-it out) @@ -151,6 +314,11 @@ You can see gdcm UML Class Diagram Version 0.4 (February 6 2004)