diff OrthancServer/ParsedDicomFile.cpp @ 1565:4b23310eb7e8

add tags per instances in a series
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 21 Aug 2015 17:29:16 +0200
parents 1b7def486e62
children 3be6eb3757c8
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.cpp	Fri Aug 21 15:01:21 2015 +0200
+++ b/OrthancServer/ParsedDicomFile.cpp	Fri Aug 21 17:29:16 2015 +0200
@@ -1357,7 +1357,9 @@
       return;
     }
 
-    std::string s = Toolbox::GetDicomSpecificCharacterSet(encoding);
+    pimpl_->encoding_ = encoding;
+
+    std::string s = GetDicomSpecificCharacterSet(encoding);
     Replace(DICOM_TAG_SPECIFIC_CHARACTER_SET, s, DicomReplaceMode_InsertIfAbsent);
   }