From: jpr Date: Fri, 2 Sep 2005 08:07:31 +0000 (+0000) Subject: New Features X-Git-Tag: Version1.2.bp~145 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b7e4c11d1f4a1bee8bafce56933116dd48f2e9ee;p=gdcm.git New Features * Add the methods gdcm::Dict:AddDict(std::string fullPathPrivateDictionaryFileName) and gdcm::Dict::RemoveDict(std::string fullPathPrivateDictionaryFileName) to allow user to choose the 'Private Dictionary' he wants to work with. One can dream about a better API; This one allow right now anybody to see very easyly if the use of a given private dicom dictionary is of any help or not. * PrintFile has now a new command line argument manager option : dict=fullPathNamePricateDictionaryFile to allow user to see with no extra coding what differences makes the use or not of a private Dicom Dictionary. e.g. : use it as follow PrintFile filein=myGEdicomFile.dcm dict=/user/userName/gdcm/Dicts/GEMS-Advance.dic --- diff --git a/Doc/Website/News.html b/Doc/Website/News.html index 72922a45..39d4cdb3 100644 --- a/Doc/Website/News.html +++ b/Doc/Website/News.html @@ -123,6 +123,26 @@ Any contribution is welcome.
  • Missing Features
  • New Features