diff Core/DicomFormat/DicomMap.h @ 3551:173c7f363d8f

DicomMap::RemoveBinaryTags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 26 Oct 2019 15:59:59 +0200
parents a57c8163d9ae
children 94f4a18a79cc
line wrap: on
line diff
--- a/Core/DicomFormat/DicomMap.h	Fri Oct 25 18:09:42 2019 +0200
+++ b/Core/DicomFormat/DicomMap.h	Sat Oct 26 15:59:59 2019 +0200
@@ -238,6 +238,8 @@
                                const std::string& defaultValue,
                                bool allowBinary) const;
 
+    void RemoveBinaryTags();
+
     void Print(FILE* fp) const;  // For debugging only
   };
 }