diff OrthancServer/Sources/ServerIndex.h @ 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.h	Tue Apr 26 16:14:49 2022 +0200
+++ b/OrthancServer/Sources/ServerIndex.h	Sat Apr 30 19:39:40 2022 +0200
@@ -84,7 +84,8 @@
                       bool hasTransferSyntax,
                       DicomTransferSyntax transferSyntax,
                       bool hasPixelDataOffset,
-                      uint64_t pixelDataOffset);
+                      uint64_t pixelDataOffset,
+                      bool isResonstruct);
 
     StoreStatus AddAttachment(int64_t& newRevision /*out*/,
                               const FileInfo& attachment,