# HG changeset patch # User Sebastien Jodogne # Date 1461849187 -7200 # Node ID 2be81c3f1b25940150f2ec999778a91e2b13005a # Parent 4fa66776ba092805b26d133623b96ed36c693bb3 note diff -r 4fa66776ba09 -r 2be81c3f1b25 Plugin/QidoRs.cpp --- a/Plugin/QidoRs.cpp Thu Apr 28 15:07:35 2016 +0200 +++ b/Plugin/QidoRs.cpp Thu Apr 28 15:13:07 2016 +0200 @@ -465,6 +465,10 @@ OrthancPlugins::DicomResults results(context_, output, wadoBase, *dictionary_, IsXmlExpected(request), true); #if 0 + // Implementation up to version 0.2 of the plugin. Each instance is + // downloaded and decoded using GDCM, which slows down things + // wrt. the new implementation below that directly uses the Orthanc + // pre-computed JSON summary. for (std::list::const_iterator it = instances.begin(); it != instances.end(); it++) { @@ -480,6 +484,7 @@ } #else + // Fix of issue #13 for (std::list::const_iterator it = instances.begin(); it != instances.end(); it++) {