diff OrthancServer/ParsedDicomFile.h @ 1556:b8dc2f855a83

Preview of PDF files encapsulated in DICOM from Orthanc Explorer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2015 17:05:05 +0200
parents d6a93e12b1c1
children 2084b7c20478
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.h	Thu Aug 20 15:18:13 2015 +0200
+++ b/OrthancServer/ParsedDicomFile.h	Thu Aug 20 17:05:05 2015 +0200
@@ -128,6 +128,8 @@
     bool HasTag(const DicomTag& tag) const;
 
     void EmbedPdf(const std::string& pdf);
+
+    bool ExtractPdf(std::string& pdf);
   };
 
 }