* 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