X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictGroupName.cxx;h=66194b34b162f5c7a5a7edb2bfb55f7ac8964894;hb=852f9b2a0a83c7c9f5d051536ac6803e37c24a0b;hp=15ae5cc363ca27a9ff1df8bdcf1b22844703ea5d;hpb=9ca0e4bb2208be93bebf21d0c5d75c8018e7605a;p=gdcm.git diff --git a/src/gdcmDictGroupName.cxx b/src/gdcmDictGroupName.cxx index 15ae5cc3..66194b34 100644 --- a/src/gdcmDictGroupName.cxx +++ b/src/gdcmDictGroupName.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictGroupName.cxx,v $ Language: C++ - Date: $Date: 2005/06/24 10:55:58 $ - Version: $Revision: 1.4 $ + Date: $Date: 2005/10/23 15:32:30 $ + Version: $Revision: 1.5 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -80,6 +80,7 @@ DictGroupName::~DictGroupName() //----------------------------------------------------------------------------- // Public +/// \returns the formerly NIH defined ACR-NEMA group name const TagName &DictGroupName::GetName(uint16_t group) { DictGroupNameHT::const_iterator it = groupName.find(group);