diff OrthancServer/Sources/ServerContext.h @ 4640:66109d24d26e

"ETag" headers for metadata and attachments now allow strong comparison (MD5 is included)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Apr 2021 15:22:44 +0200
parents f7d5372b59b3
children da1edb7d6332
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.h	Thu Apr 22 13:27:57 2021 +0200
+++ b/OrthancServer/Sources/ServerContext.h	Mon Apr 26 15:22:44 2021 +0200
@@ -301,7 +301,8 @@
                        const void* data,
                        size_t size,
                        bool hasOldRevision,
-                       int64_t oldRevision);
+                       int64_t oldRevision,
+                       const std::string& oldMD5);
 
     StoreStatus Store(std::string& resultPublicId,
                       DicomInstanceToStore& dicom,