diff OrthancServer/ServerToolbox.h @ 2209:e3fd5bc429a2

URI to reconstruct the main DICOM tags, the JSON summary and the metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Dec 2016 17:20:21 +0100
parents 1cf093cbdad8
children a3a65de1840f
line wrap: on
line diff
--- a/OrthancServer/ServerToolbox.h	Fri Dec 09 14:48:31 2016 +0100
+++ b/OrthancServer/ServerToolbox.h	Fri Dec 09 17:20:21 2016 +0100
@@ -32,8 +32,7 @@
 
 #pragma once
 
-#include "../Core/DicomFormat/DicomMap.h"
-#include "IDatabaseWrapper.h"
+#include "ServerContext.h"
 
 #include <json/json.h>
 
@@ -69,5 +68,8 @@
                       ResourceType level);
 
     std::string NormalizeIdentifier(const std::string& value);
+
+    void ReconstructResource(ServerContext& context,
+                             const std::string& resource);
   }
 }