comparison Core/DicomNetworking/Internals/CommandDispatcher.cpp @ 3959:76a24be12912 c-get

c-get: support of transcoding
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 May 2020 18:29:04 +0200
parents 620e87e9e816
children 821715370890
comparison
equal deleted inserted replaced
3958:596912ebab5f 3959:76a24be12912
521 // https://bitbucket.org/sjodogne/orthanc/issues/137 521 // https://bitbucket.org/sjodogne/orthanc/issues/137
522 assert(static_cast<int>(count) == numberOfDcmAllStorageSOPClassUIDs); 522 assert(static_cast<int>(count) == numberOfDcmAllStorageSOPClassUIDs);
523 #endif 523 #endif
524 524
525 // now that C-GET SCP is always enabled, the first branch of this if is useless 525 // now that C-GET SCP is always enabled, the first branch of this if is useless
526 // TO BE ANALIZED by SJ 526 // TO BE ANALYZED by SJ
527 if (!server.HasGetRequestHandlerFactory()) // dcmqrsrv.cc line 828 527 if (!server.HasGetRequestHandlerFactory()) // dcmqrsrv.cc line 828
528 { 528 {
529 cond = ASC_acceptContextsWithPreferredTransferSyntaxes( 529 cond = ASC_acceptContextsWithPreferredTransferSyntaxes(
530 assoc->params, 530 assoc->params,
531 dcmAllStorageSOPClassUIDs, count, 531 dcmAllStorageSOPClassUIDs, count,