diff Plugins/Engine/OrthancPlugins.h @ 1740:5e99a70b0635

DicomToJson callable from plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 22 Oct 2015 19:53:51 +0200
parents 1558b3226b18
children 06addfcd1d4c
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.h	Thu Oct 22 19:00:32 2015 +0200
+++ b/Plugins/Engine/OrthancPlugins.h	Thu Oct 22 19:53:51 2015 +0200
@@ -127,6 +127,9 @@
 
     void DrawText(const void* parameters);
 
+    void ApplyDicomToJson(_OrthancPluginService service,
+                          const void* parameters);
+
   public:
     OrthancPlugins();