Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPlugins.h @ 3429:954d15f24366
new function in SDK: OrthancPluginGetTagName()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 17 Jun 2019 18:04:02 +0200 |
parents | b9cba6a91780 |
children | 94f4a18a79cc |
comparison
equal
deleted
inserted
replaced
3428:6add197274b1 | 3429:954d15f24366 |
---|---|
201 void ApplySendMultipartItem2(const void* parameters); | 201 void ApplySendMultipartItem2(const void* parameters); |
202 | 202 |
203 void ComputeHash(_OrthancPluginService service, | 203 void ComputeHash(_OrthancPluginService service, |
204 const void* parameters); | 204 const void* parameters); |
205 | 205 |
206 void GetTagName(const void* parameters); | |
207 | |
206 void SignalChangeInternal(OrthancPluginChangeType changeType, | 208 void SignalChangeInternal(OrthancPluginChangeType changeType, |
207 OrthancPluginResourceType resourceType, | 209 OrthancPluginResourceType resourceType, |
208 const char* resource); | 210 const char* resource); |
209 | 211 |
210 bool InvokeSafeService(SharedLibrary& plugin, | 212 bool InvokeSafeService(SharedLibrary& plugin, |