Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPlugins.h @ 3951:5fe8c6d3212e transcoding
removed useless information "hasSopInstanceUidChanged"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 19 May 2020 21:06:53 +0200 |
parents | aae045f802f4 |
children | 1d2b31fc782f |
comparison
equal
deleted
inserted
replaced
3950:5797ca4f3b8d | 3951:5fe8c6d3212e |
---|---|
238 const void* parameters); | 238 const void* parameters); |
239 | 239 |
240 protected: | 240 protected: |
241 // From "MemoryBufferTranscoder" | 241 // From "MemoryBufferTranscoder" |
242 virtual bool TranscodeBuffer(std::string& target, | 242 virtual bool TranscodeBuffer(std::string& target, |
243 bool& hasSopInstanceUidChanged /* out */, | |
244 const void* buffer, | 243 const void* buffer, |
245 size_t size, | 244 size_t size, |
246 const std::set<DicomTransferSyntax>& allowedSyntaxes, | 245 const std::set<DicomTransferSyntax>& allowedSyntaxes, |
247 bool allowNewSopInstanceUid) ORTHANC_OVERRIDE; | 246 bool allowNewSopInstanceUid) ORTHANC_OVERRIDE; |
248 | 247 |