Mercurial > hg > orthanc
comparison OrthancFramework/Sources/Lua/LuaFunctionCall.h @ 4300:b30a8de92ad9
abi continued
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 05 Nov 2020 19:33:18 +0100 |
parents | bf7b9edf6b81 |
children | 3af1d763763a |
comparison
equal
deleted
inserted
replaced
4299:3f85db78c441 | 4300:b30a8de92ad9 |
---|---|
69 | 69 |
70 void PushDicom(const DicomMap& dicom); | 70 void PushDicom(const DicomMap& dicom); |
71 | 71 |
72 void PushDicom(const DicomArray& dicom); | 72 void PushDicom(const DicomArray& dicom); |
73 | 73 |
74 void Execute() | 74 void Execute(); |
75 { | |
76 ExecuteInternal(0); | |
77 } | |
78 | 75 |
79 bool ExecutePredicate(); | 76 bool ExecutePredicate(); |
80 | 77 |
81 void ExecuteToJson(Json::Value& result, | 78 void ExecuteToJson(Json::Value& result, |
82 bool keepStrings); | 79 bool keepStrings); |