comparison 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
comparison
equal deleted inserted replaced
4986:a25e74fad379 4988:8fba26292a9f
82 const DicomInstanceOrigin& origin, 82 const DicomInstanceOrigin& origin,
83 bool overwrite, 83 bool overwrite,
84 bool hasTransferSyntax, 84 bool hasTransferSyntax,
85 DicomTransferSyntax transferSyntax, 85 DicomTransferSyntax transferSyntax,
86 bool hasPixelDataOffset, 86 bool hasPixelDataOffset,
87 uint64_t pixelDataOffset); 87 uint64_t pixelDataOffset,
88 bool isResonstruct);
88 89
89 StoreStatus AddAttachment(int64_t& newRevision /*out*/, 90 StoreStatus AddAttachment(int64_t& newRevision /*out*/,
90 const FileInfo& attachment, 91 const FileInfo& attachment,
91 const std::string& publicId, 92 const std::string& publicId,
92 bool hasOldRevision, 93 bool hasOldRevision,