comparison OrthancFramework/Sources/Lua/LuaFunctionCall.cpp @ 4300:b30a8de92ad9

abi continued
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Nov 2020 19:33:18 +0100
parents bf7b9edf6b81
children d9473bd5ed43
comparison
equal deleted inserted replaced
4299:3f85db78c441 4300:b30a8de92ad9
180 } 180 }
181 181
182 PushJson(value); 182 PushJson(value);
183 } 183 }
184 184
185 void LuaFunctionCall::Execute()
186 {
187 ExecuteInternal(0);
188 }
189
185 190
186 #if ORTHANC_ENABLE_DCMTK == 1 191 #if ORTHANC_ENABLE_DCMTK == 1
187 void LuaFunctionCall::ExecuteToDicom(DicomMap& target) 192 void LuaFunctionCall::ExecuteToDicom(DicomMap& target)
188 { 193 {
189 Json::Value output; 194 Json::Value output;