comparison OrthancServer/ServerContext.h @ 3910:1f71c2f20e16 transcoding

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 May 2020 12:03:26 +0200
parents f0dd5ded8927
children 0ef7f4528be2
comparison
equal deleted inserted replaced
3909:6762a97deabc 3910:1f71c2f20e16
465 465
466 // This method can be used even if the global option 466 // This method can be used even if the global option
467 // "TranscodingEnabled" is set to "false" 467 // "TranscodingEnabled" is set to "false"
468 bool Transcode(std::string& target /* out */, 468 bool Transcode(std::string& target /* out */,
469 DicomTransferSyntax& sourceSyntax /* out */, 469 DicomTransferSyntax& sourceSyntax /* out */,
470 DicomTransferSyntax& targetSyntax /* out */,
471 bool& hasSopInstanceUidChanged /* out */, 470 bool& hasSopInstanceUidChanged /* out */,
472 ParsedDicomFile& dicom, // Possibly modified 471 ParsedDicomFile& dicom, // Possibly modified
473 const std::set<DicomTransferSyntax>& allowedSyntaxes, 472 DicomTransferSyntax targetSyntax,
474 bool allowNewSopInstanceUid); 473 bool allowNewSopInstanceUid);
475 }; 474 };
476 } 475 }