comparison OrthancServer/Sources/ServerIndex.h @ 4507:b4c58795f3a8

widening the use of DicomTransferSyntax enum
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Feb 2021 09:33:48 +0100
parents ac69c9f76c71
children 5b929e6b3c36
comparison
equal deleted inserted replaced
4506:ac69c9f76c71 4507:b4c58795f3a8
143 const Attachments& attachments, 143 const Attachments& attachments,
144 const MetadataMap& metadata, 144 const MetadataMap& metadata,
145 const DicomInstanceOrigin& origin, 145 const DicomInstanceOrigin& origin,
146 bool overwrite, 146 bool overwrite,
147 bool hasTransferSyntax, 147 bool hasTransferSyntax,
148 const std::string& transferSyntax, 148 DicomTransferSyntax transferSyntax,
149 bool hasPixelDataOffset, 149 bool hasPixelDataOffset,
150 uint64_t pixelDataOffset); 150 uint64_t pixelDataOffset);
151 151
152 void GetGlobalStatistics(/* out */ uint64_t& diskSize, 152 void GetGlobalStatistics(/* out */ uint64_t& diskSize,
153 /* out */ uint64_t& uncompressedSize, 153 /* out */ uint64_t& uncompressedSize,