# HG changeset patch # User Sebastien Jodogne # Date 1521450288 -3600 # Node ID 771c1c14628c5ba0280f3dfd7284185d74d16eb4 # Parent 5aa787a03e7d6fb6713a72adb282b7eed04bea9c todo diff -r 5aa787a03e7d -r 771c1c14628c OrthancServer/OrthancFindRequestHandler.cpp --- 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]);