comparison 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
comparison
equal deleted inserted replaced
1555:d6a93e12b1c1 1556:b8dc2f855a83
126 bool simplify); 126 bool simplify);
127 127
128 bool HasTag(const DicomTag& tag) const; 128 bool HasTag(const DicomTag& tag) const;
129 129
130 void EmbedPdf(const std::string& pdf); 130 void EmbedPdf(const std::string& pdf);
131
132 bool ExtractPdf(std::string& pdf);
131 }; 133 };
132 134
133 } 135 }