comparison OrthancServer/ServerContext.h @ 998:4136fab6a639 lua-scripting

callback on stored instance
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 03 Jul 2014 18:30:23 +0200
parents cf52f3bcb2b3
children b067017a8a5b
comparison
equal deleted inserted replaced
997:1b1d51e9f1a2 998:4136fab6a639
63 } 63 }
64 64
65 virtual IDynamicObject* Provide(const std::string& id); 65 virtual IDynamicObject* Provide(const std::string& id);
66 }; 66 };
67 67
68 bool ApplyReceivedInstanceFilter(const Json::Value& dicomJson, 68 bool ApplyReceivedInstanceFilter(const Json::Value& simplified,
69 const std::string& remoteAet); 69 const std::string& remoteAet);
70
71 void ApplyOnStoredInstance(const Json::Value& simplified,
72 const std::string& instanceId);
70 73
71 FileStorage storage_; 74 FileStorage storage_;
72 ServerIndex index_; 75 ServerIndex index_;
73 CompressedFileStorageAccessor accessor_; 76 CompressedFileStorageAccessor accessor_;
74 bool compressionEnabled_; 77 bool compressionEnabled_;