]> Creatis software - gdcm.git/commitdiff
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)
    * 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

index 72922a45cd318b9bc71b2241aae043f64e306637..39d4cdb3d3b97db49194b34fc61e6ece80082f5b 100644 (file)
@@ -123,6 +123,26 @@ Any contribution is welcome.
    <LI> <A HREF="News.html#missing">Missing Features</a>
    <LI> New Features
    <UL>
+      <LI> Add the methods
+         <TT>gdcm::Dict:AddDict(std::string fullPathPrivateDictionaryFileName)</TT>
+         <br>and<br> 
+        <TT>gdcm::Dict::RemoveDict(std::string fullPathPrivateDictionaryFileName)</TT>
+       <br>
+       to allow user to choose the 'Private Dictionary' he wants to work with.
+       <br>
+      One can dream about a better API;<br>
+      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.
+      <br><br>
+      <LI>
+      <TT>PrintFile</TT> has now a new command line argument manager option :<br>
+          <TT>dict=fullPathNamePricateDictionaryFile</TT><br>
+          to allow user to see with no extra coding what differences 
+          makes the use or not of a private Dicom Dictionary.<br>
+           e.g. : use it as follow <br>
+          <TT>PrintFile filein=myGEdicomFile.dcm 
+          dict=/user/userName/gdcm/Dicts/GEMS-Advance.dic</TT>
+         <br><br> 
       <LI>
           (Not a great one ...)  
          Stupid method names : <br><TT>DicomDir::WriteDicomDir()</TT>