diff Plugins/Samples/Common/FullOrthancDataset.h @ 2280:2e7a8ce24be2

new constructor
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 May 2017 20:39:53 +0200
parents fd5869e3ed5e
children 878b59270859
line wrap: on
line diff
--- a/Plugins/Samples/Common/FullOrthancDataset.h	Fri May 19 10:33:17 2017 +0200
+++ b/Plugins/Samples/Common/FullOrthancDataset.h	Mon May 22 20:39:53 2017 +0200
@@ -58,6 +58,8 @@
     FullOrthancDataset(const void* content,
                        size_t size);
 
+    FullOrthancDataset(const Json::Value& root);
+
     virtual bool GetStringValue(std::string& result,
                                 const DicomPath& path) const;