comparison OrthancServer/ServerContext.h @ 3904:c62f84c7eda9 transcoding

fixing incorrect behavior in MemoryBufferTranscoder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 May 2020 17:21:20 +0200
parents d1273d7cc200
children f0dd5ded8927
comparison
equal deleted inserted replaced
3903:d1273d7cc200 3904:c62f84c7eda9
461 const std::string& dicom, 461 const std::string& dicom,
462 bool hasMoveOriginator, 462 bool hasMoveOriginator,
463 const std::string& moveOriginatorAet, 463 const std::string& moveOriginatorAet,
464 uint16_t moveOriginatorId); 464 uint16_t moveOriginatorId);
465 465
466 // This method can be used even if "TranscodingEnabled" is set to "false" 466 // This method can be used even if the global option
467 // "TranscodingEnabled" is set to "false"
467 bool Transcode(std::string& target, 468 bool Transcode(std::string& target,
468 bool& hasSopInstanceUidChanged, 469 bool& hasSopInstanceUidChanged,
469 ParsedDicomFile& dicom, // Possibly modified 470 ParsedDicomFile& dicom, // Can possibly be modified
470 const std::set<DicomTransferSyntax>& allowedSyntaxes, 471 const std::set<DicomTransferSyntax>& allowedSyntaxes,
471 bool allowNewSopInstanceUid); 472 bool allowNewSopInstanceUid);
472 }; 473 };
473 } 474 }