diff Core/DicomFormat/DicomTag.h @ 291:4d7469f72a0b

embedding of dicom dictionaries
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Dec 2012 15:15:48 +0100
parents fe180eae201d
children c76a35a85c69
line wrap: on
line diff
--- a/Core/DicomFormat/DicomTag.h	Fri Dec 14 11:24:24 2012 +0100
+++ b/Core/DicomFormat/DicomTag.h	Fri Dec 14 15:15:48 2012 +0100
@@ -64,6 +64,8 @@
       return element_;
     }
 
+    const char* GetMainTagsName() const;
+
     bool operator< (const DicomTag& other) const;
 
     bool operator== (const DicomTag& other) const