comparison 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
comparison
equal deleted inserted replaced
1659:87a606265de8 1662:09be34b2f30e
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 131
132 bool ExtractPdf(std::string& pdf); 132 bool ExtractPdf(std::string& pdf);
133
134 void Convert(DicomMap& tags);
133 }; 135 };
134 136
135 } 137 }