diff Core/DicomFormat/DicomValue.h @ 2412:cad393b41bc3

handy shortcuts in DicomMap
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 Sep 2017 11:35:45 +0200
parents 3590c936e56f
children a386c1140aab
line wrap: on
line diff
--- a/Core/DicomFormat/DicomValue.h	Fri Sep 29 10:16:28 2017 +0200
+++ b/Core/DicomFormat/DicomValue.h	Fri Sep 29 11:35:45 2017 +0200
@@ -94,6 +94,9 @@
     }
 #endif
 
+    bool CopyToString(std::string& result,
+                      bool allowBinary) const;
+    
     bool ParseInteger32(int32_t& result) const;
 
     bool ParseInteger64(int64_t& result) const;