diff Samples/Sdl/Loader.cpp @ 631:ea8322566596

notes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 May 2019 18:26:52 +0200
parents cc69acccd9f8
children fb00a8be03e2
line wrap: on
line diff
--- a/Samples/Sdl/Loader.cpp	Tue May 07 18:34:40 2019 +0200
+++ b/Samples/Sdl/Loader.cpp	Wed May 08 18:26:52 2019 +0200
@@ -1037,6 +1037,8 @@
       // Tag "3004-000c" is "Grid Frame Offset Vector", which is
       // mandatory to read RT DOSE, but is too long to be returned by default
 
+      // TODO => Should be part of a second call if needed
+
       std::auto_ptr<Refactoring::OrthancApiOracleCommand> command(new Refactoring::OrthancApiOracleCommand);
       command->SetUri("/instances/" + instanceId + "/tags?ignore-length=3004-000c");
       command->SetPayload(new LoadInstanceGeometryHandler(*this));