comparison Core/DicomNetworking/Internals/CommandDispatcher.cpp @ 3920:82e88ff003d7 c-get

merge default -> c-get
author Alain Mazy <alain@mazy.be>
date Tue, 12 May 2020 14:58:24 +0200
parents 4f78da5613a1
children 620e87e9e816
comparison
equal deleted inserted replaced
3918:dba48c162b7b 3920:82e88ff003d7
520 // only published if DCMTK >= 3.6.2: 520 // only published if DCMTK >= 3.6.2:
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
526 // TO BE ANALIZED by SJ
525 if (!server.HasGetRequestHandlerFactory()) // dcmqrsrv.cc line 828 527 if (!server.HasGetRequestHandlerFactory()) // dcmqrsrv.cc line 828
526 { 528 {
527 cond = ASC_acceptContextsWithPreferredTransferSyntaxes( 529 cond = ASC_acceptContextsWithPreferredTransferSyntaxes(
528 assoc->params, 530 assoc->params,
529 dcmAllStorageSOPClassUIDs, count, 531 dcmAllStorageSOPClassUIDs, count,