]> Creatis software - gdcm.git/blobdiff - src/gdcmDictGroupName.cxx
Remove useless Example/TestCopyDicom
[gdcm.git] / src / gdcmDictGroupName.cxx
index 15ae5cc363ca27a9ff1df8bdcf1b22844703ea5d..66194b34b162f5c7a5a7edb2bfb55f7ac8964894 100644 (file)
@@ -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);