Mercurial > hg > orthanc
diff OrthancServer/ParsedDicomFile.h @ 1562:2084b7c20478
refactoring
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 21 Aug 2015 13:47:22 +0200 |
parents | b8dc2f855a83 |
children | 96582230ddcb |
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.h Fri Aug 21 11:43:24 2015 +0200 +++ b/OrthancServer/ParsedDicomFile.h Fri Aug 21 13:47:22 2015 +0200 @@ -100,9 +100,9 @@ void SaveToFile(const std::string& path); - void EmbedImage(const ImageAccessor& accessor); + void EmbedContent(const std::string& dataUriScheme); - void EmbedImage(const std::string& dataUriScheme); + void EmbedImage(const ImageAccessor& accessor); void EmbedImage(const std::string& mime, const std::string& content);