diff OrthancServer/ParsedDicomFile.h @ 1662:09be34b2f30e

ParsedDicomFile::Convert()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2015 13:36:01 +0200
parents 96582230ddcb
children 14a32b2fa63e
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.h	Wed Sep 30 10:03:34 2015 +0200
+++ b/OrthancServer/ParsedDicomFile.h	Wed Sep 30 13:36:01 2015 +0200
@@ -130,6 +130,8 @@
     void EmbedPdf(const std::string& pdf);
 
     bool ExtractPdf(std::string& pdf);
+
+    void Convert(DicomMap& tags);
   };
 
 }