comparison Plugins/Engine/OrthancPlugins.cpp @ 3906:f0dd5ded8927 transcoding

refactoring using IDicomTranscoder::TranscodedDicom
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 May 2020 11:16:16 +0200
parents 32e95d28efb2
children 0e3849268a55
comparison
equal deleted inserted replaced
3905:061f3d031b5d 3906:f0dd5ded8927
4794 return NULL; 4794 return NULL;
4795 } 4795 }
4796 4796
4797 4797
4798 bool OrthancPlugins::Transcode(std::string& target, 4798 bool OrthancPlugins::Transcode(std::string& target,
4799 DicomTransferSyntax& sourceSyntax /* out */,
4800 DicomTransferSyntax& targetSyntax /* out */,
4799 bool& hasSopInstanceUidChanged /* out */, 4801 bool& hasSopInstanceUidChanged /* out */,
4800 const void* buffer, 4802 const void* buffer,
4801 size_t size, 4803 size_t size,
4802 const std::set<DicomTransferSyntax>& allowedSyntaxes, 4804 const std::set<DicomTransferSyntax>& allowedSyntaxes,
4803 bool allowNewSopInstanceUid) 4805 bool allowNewSopInstanceUid)