diff Core/DicomFormat/DicomMap.h @ 80:6212bf978584

status of series
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Sep 2012 15:18:12 +0200
parents c996319e90bc
children fe180eae201d
line wrap: on
line diff
--- a/Core/DicomFormat/DicomMap.h	Thu Sep 20 13:47:54 2012 +0200
+++ b/Core/DicomFormat/DicomMap.h	Thu Sep 20 15:18:12 2012 +0200
@@ -109,6 +109,13 @@
 
     const DicomValue& GetValue(const DicomTag& tag) const;
 
+    const DicomValue* TestAndGetValue(uint16_t group, uint16_t element) const
+    {
+      return TestAndGetValue(DicomTag(group, element));
+    }       
+
+    const DicomValue* TestAndGetValue(const DicomTag& tag) const;
+
     void Remove(const DicomTag& tag);
 
     void ExtractPatientInformation(DicomMap& result) const;