diff OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 5321:5fae323b11ed

added OrthancPlugins::DicomInstance::Load()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 24 Jun 2023 12:43:10 +0200
parents 0ea402b4d901
children f294780f0642
line wrap: on
line diff
--- a/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Sat Jun 24 12:21:26 2023 +0200
+++ b/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Sat Jun 24 12:43:10 2023 +0200
@@ -1318,6 +1318,11 @@
                                     size_t size,
                                     const std::string& transferSyntax);
 #endif
+
+#if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 12, 1)
+    static DicomInstance* Load(const std::string& instanceId,
+                               OrthancPluginLoadDicomInstanceMode mode);
+#endif
   };
 
 // helper method to convert Http headers from the plugin SDK to a std::map