Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPlugins.h @ 1198:1169528a9a5f db-changes
refactoring
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 23 Oct 2014 13:52:01 +0200 |
parents | 5b2d8c280ac2 |
children | a843ee8bb903 |
comparison
equal
deleted
inserted
replaced
1197:61b71ccac362 | 1198:1169528a9a5f |
---|---|
95 const std::string& postData); | 95 const std::string& postData); |
96 | 96 |
97 virtual bool InvokeService(_OrthancPluginService service, | 97 virtual bool InvokeService(_OrthancPluginService service, |
98 const void* parameters); | 98 const void* parameters); |
99 | 99 |
100 void SignalChange(ChangeType changeType, | 100 void SignalChange(const ServerIndexChange& change); |
101 ResourceType resourceType, | |
102 const std::string& publicId); | |
103 | 101 |
104 void SignalStoredInstance(DicomInstanceToStore& instance, | 102 void SignalStoredInstance(DicomInstanceToStore& instance, |
105 const std::string& instanceId); | 103 const std::string& instanceId); |
106 | 104 |
107 void SetOrthancRestApi(OrthancRestApi& restApi); | 105 void SetOrthancRestApi(OrthancRestApi& restApi); |