Mercurial > hg > orthanc
comparison OrthancFramework/Sources/DicomNetworking/Internals/CommandDispatcher.cpp @ 5432:59e3b6f8c5be
migration to UCLouvain servers
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 21 Nov 2023 18:16:31 +0100 |
parents | 0ea402b4d901 |
children | 48b8dae6dc77 |
comparison
equal
deleted
inserted
replaced
5431:4be5f117aa0d | 5432:59e3b6f8c5be |
---|---|
479 } | 479 } |
480 | 480 |
481 #if DCMTK_VERSION_NUMBER >= 362 | 481 #if DCMTK_VERSION_NUMBER >= 362 |
482 // The global variable "numberOfDcmAllStorageSOPClassUIDs" is | 482 // The global variable "numberOfDcmAllStorageSOPClassUIDs" is |
483 // only published if DCMTK >= 3.6.2: | 483 // only published if DCMTK >= 3.6.2: |
484 // https://bugs.orthanc-server.com/show_bug.cgi?id=137 | 484 // https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=137 |
485 assert(static_cast<int>(count) == numberOfDcmAllStorageSOPClassUIDs); | 485 assert(static_cast<int>(count) == numberOfDcmAllStorageSOPClassUIDs); |
486 #endif | 486 #endif |
487 | 487 |
488 if (!server.HasGetRequestHandlerFactory()) // dcmqrsrv.cc line 828 | 488 if (!server.HasGetRequestHandlerFactory()) // dcmqrsrv.cc line 828 |
489 { | 489 { |