comparison OrthancFramework/Sources/DicomParsing/ParsedDicomFile.h @ 4845:02d77189d8ba received-instance-callback

added ReceivedInstanceCallback + sample C++ plugin
author Alain Mazy <am@osimis.io>
date Thu, 09 Dec 2021 17:22:40 +0100
parents 7053502fbf97
children 43e613a7756b
comparison
equal deleted inserted replaced
4844:55e8fb8e8028 4845:02d77189d8ba
210 void EmbedImage(const ImageAccessor& accessor); 210 void EmbedImage(const ImageAccessor& accessor);
211 211
212 void EmbedImage(MimeType mime, 212 void EmbedImage(MimeType mime,
213 const std::string& content); 213 const std::string& content);
214 214
215 void EmbedRawPixelData(const std::string& content);
216
215 Encoding DetectEncoding(bool& hasCodeExtensions) const; 217 Encoding DetectEncoding(bool& hasCodeExtensions) const;
216 218
217 // WARNING: This function only sets the encoding, it will not 219 // WARNING: This function only sets the encoding, it will not
218 // convert the encoding of the tags. Use "ChangeEncoding()" if need be. 220 // convert the encoding of the tags. Use "ChangeEncoding()" if need be.
219 void SetEncoding(Encoding encoding); 221 void SetEncoding(Encoding encoding);