diff OrthancServer/DicomModification.h @ 1695:18c02c6987d5

fix for encodings
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Oct 2015 14:34:19 +0200
parents 6e7e5ed91c2d
children d78b87f93bcf
line wrap: on
line diff
--- a/OrthancServer/DicomModification.h	Thu Oct 08 13:49:20 2015 +0200
+++ b/OrthancServer/DicomModification.h	Thu Oct 08 14:34:19 2015 +0200
@@ -73,7 +73,7 @@
     bool IsRemoved(const DicomTag& tag) const;
 
     void Replace(const DicomTag& tag,
-                 const std::string& value,
+                 const std::string& utf8Value,
                  bool safeForAnonymization = false);
 
     bool IsReplaced(const DicomTag& tag) const;