<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<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>
<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/Dict/GEMS-Advance.dic</tt> <br>
</li>
</ul>
</body>
</html>