changeset 2494:771c1c14628c

todo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Mar 2018 10:04:48 +0100
parents 5aa787a03e7d
children cd7b854dbc05
files OrthancServer/OrthancFindRequestHandler.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/OrthancFindRequestHandler.cpp	Thu Mar 15 16:17:01 2018 +0100
+++ b/OrthancServer/OrthancFindRequestHandler.cpp	Mon Mar 19 10:04:48 2018 +0100
@@ -641,6 +641,8 @@
 
     for (size_t i = 0; i < instances.size(); i++)
     {
+      // TODO - Don't read the full JSON from the disk if only "main
+      // DICOM tags" are to be returned
       Json::Value dicom;
       context_.ReadDicomAsJson(dicom, instances[i]);