Mercurial > hg > orthanc
comparison Plugins/Engine/PluginsHttpHandler.h @ 1069:a91b4900f06a
plugin lookup using accession number
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 28 Jul 2014 11:49:16 +0200 |
parents | bb82e5e818e9 |
children |
comparison
equal
deleted
inserted
replaced
1068:f54a9c6fea5d | 1069:a91b4900f06a |
---|---|
66 | 66 |
67 void RestApiPostPut(bool isPost, const void* parameters); | 67 void RestApiPostPut(bool isPost, const void* parameters); |
68 | 68 |
69 void RestApiDelete(const void* parameters); | 69 void RestApiDelete(const void* parameters); |
70 | 70 |
71 void LookupResource(ResourceType level, | 71 void LookupResource(_OrthancPluginService service, |
72 const void* parameters); | 72 const void* parameters); |
73 | 73 |
74 void SendHttpStatusCode(const void* parameters); | 74 void SendHttpStatusCode(const void* parameters); |
75 | 75 |
76 void SendUnauthorized(const void* parameters); | 76 void SendUnauthorized(const void* parameters); |