X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2FWebsite%2FNews.html;h=db5827e6997b71214ec03f152e6fd37999b8de08;hb=c68e4cf4e6ffeff9ce40adf544c237aa3a612f1e;hp=d7f9d87d6f25fb04f677b489c225c063f0f0cbaf;hpb=c55313464ef064ecbee4a59eb8582c8354afce06;p=gdcm.git diff --git a/Doc/Website/News.html b/Doc/Website/News.html index d7f9d87d..db5827e6 100644 --- a/Doc/Website/News.html +++ b/Doc/Website/News.html @@ -24,10 +24,6 @@ Any contribution is welcome. @@ -62,7 +59,6 @@ Any contribution is welcome. @@ -71,35 +67,59 @@ 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 + 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::File *f = new gdcm::File();
    + f->SetLoadMode(NO_SEQ | NO_SHADOW);
    + f->Load(fileName);
    +
    + instead of :
    + + gdcm::File *f = new gdcm::File(fileName); +
    + +
  • Bug fixes
  • A.P.I. breaking modifications (since previous version : 1.0) +
  • NEVER more API breaking modifications !!! +
  • Known bugs + +
  • Sample Data + +

    @@ -144,9 +164,27 @@ Any contribution is welcome.
  • a gdcm::SeqEntry -
  • Removal of useless accessors GetXxxByname, SetXxxByname -
  • Removal of accessors GetXxxByNumber, SetXxxByNumber, - renamed as GetXxx, SetXxx +
  • Removal of useless accessors GetXxxByname, SetXxxByname +
  • Renaming of accessors GetXxxByNumber, SetXxxByNumber + as follow : +
      +
    • GetEntryByNumber +       + --> GetEntryValue +
    • GetEntryLengthByNumber --> GetEntryLength +
    • GetEntryOffsetByNumber --> GetEntryOffset +
    • GetEntryVRByNumber +     --> GetEntryVR +
    • +
    • GetDocEntryByNumber +    --> GetDocEntry +
    • GetValEntryByNumber +    --> GetValEntry +
    • GetBinEntryByNumber +    --> GetBinEntry +
    • GetSeqEntryByNumber +    --> GetSeqEntry +