X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictSet.cxx;h=6e5b998cc33d0bff163000bc5266d8c7531b6c50;hb=8ac4df8c7543a827c7b89fc9bbcf86625f3c1afe;hp=d6a2fb7f4ca03158e8215045337ee51c9d4e2408;hpb=4b4569ba7d0829cf3782ff6b5bbe5ae1009466e6;p=gdcm.git diff --git a/src/gdcmDictSet.cxx b/src/gdcmDictSet.cxx index d6a2fb7f..6e5b998c 100644 --- a/src/gdcmDictSet.cxx +++ b/src/gdcmDictSet.cxx @@ -3,12 +3,12 @@ Program: gdcm Module: $RCSfile: gdcmDictSet.cxx,v $ Language: C++ - Date: $Date: 2004/08/01 02:39:09 $ - Version: $Revision: 1.34 $ + Date: $Date: 2004/09/27 08:39:06 $ + Version: $Revision: 1.37 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or - http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details. + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR @@ -134,9 +134,9 @@ std::map > * * \ingroup gdcmDictSet * \brief Loads a dictionary from a specified file, and add it * to already the existing ones contained in this gdcmDictSet. - * @param FileName Absolute or relative filename containing the + * @param fileName Absolute or relative filename containing the * dictionary to load. - * @param Name Symbolic name that be used as identifier of the newly + * @param name Symbolic name that be used as identifier of the newly * created dictionary. */ gdcmDict *gdcmDictSet::LoadDictFromFile(std::string const & fileName, @@ -152,7 +152,7 @@ gdcmDict *gdcmDictSet::LoadDictFromFile(std::string const & fileName, * \ingroup gdcmDictSet * \brief Retrieve the specified dictionary (when existing) from this * gdcmDictSet. - * @param DictName The symbolic name of the searched dictionary. + * @param dictName The symbolic name of the searched dictionary. * \result The retrieved dictionary. */ gdcmDict *gdcmDictSet::GetDict(DictKey const & dictName) @@ -165,15 +165,6 @@ gdcmDict *gdcmDictSet::GetDict(DictKey const & dictName) return NULL; } -/** - * \brief Retrieve the default reference DICOM V3 public dictionary. - * \result The retrieved default dictionary. - */ -gdcmDict *gdcmDictSet::GetDefaultPubDict() -{ - return GetDict(PUB_DICT_NAME); -} - /** * \brief Create a gdcmDictEntry which will be reference * in no dictionnary