From: jpr Date: Thu, 21 Apr 2005 09:56:01 +0000 (+0000) Subject: Update New Features / Missing Features X-Git-Tag: Version1.2.bp~764 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=1508b5e56dbad1df02a1983d867f1aa015a204f8;p=gdcm.git Update New Features / Missing Features --- diff --git a/Doc/Website/News.html b/Doc/Website/News.html index db5827e6..66b07c3b 100644 --- a/Doc/Website/News.html +++ b/Doc/Website/News.html @@ -21,31 +21,69 @@ 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. - -

@@ -67,7 +105,8 @@ Any contribution is welcome.
  • Both vtkgdcmViewer and vtkgdcmViewer2 are available to allow easy displaying of single/multiframe GreyLevel/RGB/PaletteColor images -
  • DICOMDIR anonymiser (Load and Noload mode)
  • User is now allowed to tell gdcm::Document constructor +
  • DICOMDIR anonymiser (Load and Noload mode) +
  • User is now allowed to tell gdcm::Document constructor he doesn't want to deal with SeqEntry (every time it's possible)
    and/or he doesn't want to deal with Shadow groups (every time it's @@ -79,9 +118,24 @@ Any contribution is welcome. instead of :
    - gdcm::File *f = new gdcm::File(fileName); -
    - + gdcm::File *f = new gdcm::File(fileName);
    + (old style still available) + +
  • User is now allowed to tell gdcm::DicomDir constructor + he doesn't want to deal with SeqEntry + (every time it's possible)
    and/or he doesn't + want to deal with Shadow groups (every time it's + possible)
    + use :
    + gdcm::DicomDir *dcmdir = new gdcm::DicomDir( );
    + dcmdir->SetParseDir(true);
    + dcmdir->SetLoadMode(NO_SEQ | NO_SHADOW);
    + dcmdir->Load(dirName);
    +
    + instead of :
    + + gdcm::DicomDir *dcmdir = new gdcm::DicomDir(dirName, true);
    + (old style still available)
  • @@ -91,12 +145,13 @@ Any contribution is welcome. high values = dark) and MONOCHROME2 (low values = dark, high values = bright) is now taken into account.
    It's no longer up to the user to change the pixels value -
  • Writing a 'True Dicom' image after reading an ACR-NEMA image +
  • Writing a 'True Dicom' image after reading an ACR-NEMA image does not request any longer from the user to build up - 'manually' the Meta Elements group (0002) -
  • Old '24 Bits' ACR-NEMA are now correctly re-written in DICOM mode. -
  • Element 0x0000 of Shadow groups is always forced to be a - ValEntry and its VR is forced to UL + 'manually' the Meta Elements group (Ox0002) +
  • Old '24 Bits' ACR-NEMA are now correctly re-written + in DICOM V3 mode. +
  • Element 0x0000 of Shadow groups is always forced to be a + ValEntry and its VR is forced to UL