diff OrthancServer/Sources/ServerIndex.cpp @ 4988:8fba26292a9f

Housekeeper plugin: finalizing + integration tests ok
author Alain Mazy <am@osimis.io>
date Sat, 30 Apr 2022 19:39:40 +0200
parents 6eff25f70121
children 877bc3b96476
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerIndex.cpp	Tue Apr 26 16:14:49 2022 +0200
+++ b/OrthancServer/Sources/ServerIndex.cpp	Sat Apr 30 19:39:40 2022 +0200
@@ -518,7 +518,8 @@
                                  bool hasTransferSyntax,
                                  DicomTransferSyntax transferSyntax,
                                  bool hasPixelDataOffset,
-                                 uint64_t pixelDataOffset)
+                                 uint64_t pixelDataOffset,
+                                 bool isReconstruct)
   {
     uint64_t maximumStorageSize;
     unsigned int maximumPatients;
@@ -531,7 +532,7 @@
 
     return StatelessDatabaseOperations::Store(
       instanceMetadata, dicomSummary, attachments, metadata, origin, overwrite, hasTransferSyntax,
-      transferSyntax, hasPixelDataOffset, pixelDataOffset, maximumStorageSize, maximumPatients);
+      transferSyntax, hasPixelDataOffset, pixelDataOffset, maximumStorageSize, maximumPatients, isReconstruct);
   }