diff OrthancServer/ServerIndex.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 7cfc2e0383b3
children a3a65de1840f
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Fri Dec 09 14:48:31 2016 +0100
+++ b/OrthancServer/ServerIndex.h	Fri Dec 09 17:20:21 2016 +0100
@@ -47,6 +47,7 @@
   class LookupResource;
   class ServerContext;
   class DicomInstanceToStore;
+  class ParsedDicomFile;
 
   class ServerIndex : public boost::noncopyable
   {
@@ -273,5 +274,7 @@
     bool LookupParent(std::string& target,
                       const std::string& publicId,
                       ResourceType parentType);
+
+    void ReconstructInstance(ParsedDicomFile& dicom);
   };
 }