comparison OrthancServer/Sources/Database/StatelessDatabaseOperations.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 304514ce84ee
children 877bc3b96476
comparison
equal deleted inserted replaced
4986:a25e74fad379 4988:8fba26292a9f
657 bool hasTransferSyntax, 657 bool hasTransferSyntax,
658 DicomTransferSyntax transferSyntax, 658 DicomTransferSyntax transferSyntax,
659 bool hasPixelDataOffset, 659 bool hasPixelDataOffset,
660 uint64_t pixelDataOffset, 660 uint64_t pixelDataOffset,
661 uint64_t maximumStorageSize, 661 uint64_t maximumStorageSize,
662 unsigned int maximumPatients); 662 unsigned int maximumPatients,
663 bool isReconstruct);
663 664
664 StoreStatus AddAttachment(int64_t& newRevision /*out*/, 665 StoreStatus AddAttachment(int64_t& newRevision /*out*/,
665 const FileInfo& attachment, 666 const FileInfo& attachment,
666 const std::string& publicId, 667 const std::string& publicId,
667 uint64_t maximumStorageSize, 668 uint64_t maximumStorageSize,