X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictEntry.cxx;h=77590de3758fb5c0fdc399f947a7d2c6a73e9b36;hb=40b909789581894e57a0d8f22d6f1f91f55e7f84;hp=d3bb9197eb81d9e338701beae23e38e5006c0cf6;hpb=1d69b92978803204089d270599133917d944c651;p=gdcm.git diff --git a/src/gdcmDictEntry.cxx b/src/gdcmDictEntry.cxx index d3bb9197..77590de3 100644 --- a/src/gdcmDictEntry.cxx +++ b/src/gdcmDictEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictEntry.cxx,v $ Language: C++ - Date: $Date: 2004/10/12 04:35:45 $ - Version: $Revision: 1.26 $ + Date: $Date: 2004/10/18 02:35:35 $ + Version: $Revision: 1.28 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -36,8 +36,8 @@ namespace gdcm */ DictEntry::DictEntry(uint16_t group, uint16_t element, - std::string vr, std::string fourth, - std::string name) + TagName const & vr, TagName const & fourth, + TagName const & name) { Group = group; Element = element; @@ -72,7 +72,7 @@ TagKey DictEntry::TranslateToKey(uint16_t group, uint16_t element) * \ is unset then overwrite it. * @param vr New V(alue) R(epresentation) to be set. */ -void DictEntry::SetVR(std::string const & vr) +void DictEntry::SetVR(TagName const & vr) { if ( IsVRUnknown() ) {