]> Creatis software - gdcm.git/commit
New Features
authorjpr <jpr>
Fri, 2 Sep 2005 08:07:31 +0000 (08:07 +0000)
committerjpr <jpr>
Fri, 2 Sep 2005 08:07:31 +0000 (08:07 +0000)
commitb7e4c11d1f4a1bee8bafce56933116dd48f2e9ee
tree52f07476fdff1251a1d0f3cf8b5a2ba06a86b533
parent1e670813be403bc4ecd88fb78405d0a8969fca6c
 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
Doc/Website/News.html