comparison OrthancServer/LuaScripting.h @ 3916:0e3849268a55 transcoding

new plugin SDK primitives related to OrthancPluginDicomInstance
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 11 May 2020 21:07:36 +0200
parents 6498739a3c3c
children
comparison
equal deleted inserted replaced
3915:7e33516965f8 3916:0e3849268a55
119 void Start(); 119 void Start();
120 120
121 void Stop(); 121 void Stop();
122 122
123 void SignalStoredInstance(const std::string& publicId, 123 void SignalStoredInstance(const std::string& publicId,
124 DicomInstanceToStore& instance, 124 const DicomInstanceToStore& instance,
125 const Json::Value& simplifiedTags); 125 const Json::Value& simplifiedTags);
126 126
127 void SignalChange(const ServerIndexChange& change); 127 void SignalChange(const ServerIndexChange& change);
128 128
129 bool FilterIncomingInstance(const DicomInstanceToStore& instance, 129 bool FilterIncomingInstance(const DicomInstanceToStore& instance,