Mercurial > hg > orthanc
diff OrthancServer/Sources/ServerContext.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 | 2cfa50d8eb60 |
children | 22966345eaba |
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.h Tue Apr 26 16:14:49 2022 +0200 +++ b/OrthancServer/Sources/ServerContext.h Sat Apr 30 19:39:40 2022 +0200 @@ -261,7 +261,8 @@ StoreResult StoreAfterTranscoding(std::string& resultPublicId, DicomInstanceToStore& dicom, - StoreInstanceMode mode); + StoreInstanceMode mode, + bool isReconstruct); void PublishDicomCacheMetrics(); @@ -335,6 +336,11 @@ DicomInstanceToStore& dicom, StoreInstanceMode mode); + StoreResult TranscodeAndStore(std::string& resultPublicId, + DicomInstanceToStore* dicom, + StoreInstanceMode mode, + bool isReconstruct = false); + void AnswerAttachment(RestApiOutput& output, const std::string& resourceId, FileContentType content);