comparison OrthancServer/ServerContext.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 cf6eb4fc6841
children 76a24be12912
comparison
equal deleted inserted replaced
3950:5797ca4f3b8d 3951:5fe8c6d3212e
478 uint16_t moveOriginatorId); 478 uint16_t moveOriginatorId);
479 479
480 // This method can be used even if the global option 480 // This method can be used even if the global option
481 // "TranscodeDicomProtocol" is set to "false" 481 // "TranscodeDicomProtocol" is set to "false"
482 virtual bool Transcode(DicomImage& target, 482 virtual bool Transcode(DicomImage& target,
483 bool& hasSopInstanceUidChanged /* out */,
484 DicomImage& source /* in, "GetParsed()" possibly modified */, 483 DicomImage& source /* in, "GetParsed()" possibly modified */,
485 const std::set<DicomTransferSyntax>& allowedSyntaxes, 484 const std::set<DicomTransferSyntax>& allowedSyntaxes,
486 bool allowNewSopInstanceUid) ORTHANC_OVERRIDE; 485 bool allowNewSopInstanceUid) ORTHANC_OVERRIDE;
487 }; 486 };
488 } 487 }