diff OrthancServer/QueryRetrieveHandler.cpp @ 2209:e3fd5bc429a2

URI to reconstruct the main DICOM tags, the JSON summary and the metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Dec 2016 17:20:21 +0100
parents 8e67325eaa3f
children 3eefb84ac0bd
line wrap: on
line diff
--- a/OrthancServer/QueryRetrieveHandler.cpp	Fri Dec 09 14:48:31 2016 +0100
+++ b/OrthancServer/QueryRetrieveHandler.cpp	Fri Dec 09 17:20:21 2016 +0100
@@ -100,7 +100,7 @@
                                        size_t i)
   {
     Run();
-    answers_.GetAnswer(i).Convert(target);
+    answers_.GetAnswer(i).ExtractDicomSummary(target);
   }