comparison 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
comparison
equal deleted inserted replaced
626:cc69acccd9f8 631:ea8322566596
1035 active_ = true; 1035 active_ = true;
1036 1036
1037 // Tag "3004-000c" is "Grid Frame Offset Vector", which is 1037 // Tag "3004-000c" is "Grid Frame Offset Vector", which is
1038 // mandatory to read RT DOSE, but is too long to be returned by default 1038 // mandatory to read RT DOSE, but is too long to be returned by default
1039 1039
1040 // TODO => Should be part of a second call if needed
1041
1040 std::auto_ptr<Refactoring::OrthancApiOracleCommand> command(new Refactoring::OrthancApiOracleCommand); 1042 std::auto_ptr<Refactoring::OrthancApiOracleCommand> command(new Refactoring::OrthancApiOracleCommand);
1041 command->SetUri("/instances/" + instanceId + "/tags?ignore-length=3004-000c"); 1043 command->SetUri("/instances/" + instanceId + "/tags?ignore-length=3004-000c");
1042 command->SetPayload(new LoadInstanceGeometryHandler(*this)); 1044 command->SetPayload(new LoadInstanceGeometryHandler(*this));
1043 1045
1044 oracle.Schedule(*this, command.release()); 1046 oracle.Schedule(*this, command.release());