diff OrthancServer/Sources/ServerIndex.h @ 4499:6f99949b2878

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Feb 2021 14:25:21 +0100
parents 6831de40acd9
children 97d103b57cd1
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerIndex.h	Tue Feb 09 11:37:13 2021 +0100
+++ b/OrthancServer/Sources/ServerIndex.h	Tue Feb 09 14:25:21 2021 +0100
@@ -141,7 +141,9 @@
     StoreStatus Store(std::map<MetadataType, std::string>& instanceMetadata,
                       DicomInstanceToStore& instance,
                       const Attachments& attachments,
-                      bool overwrite);
+                      bool overwrite,
+                      bool hasPixelDataOffset,
+                      uint64_t pixelDataOffset);
 
     void GetGlobalStatistics(/* out */ uint64_t& diskSize,
                              /* out */ uint64_t& uncompressedSize,