comparison OrthancServer/Sources/ServerIndex.h @ 5316:03501a258d9e

added instance metadata "PixelDataVR"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 22 Jun 2023 08:48:38 +0200
parents 0ea402b4d901
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5315:592507a8e227 5316:03501a258d9e
86 bool overwrite, 86 bool overwrite,
87 bool hasTransferSyntax, 87 bool hasTransferSyntax,
88 DicomTransferSyntax transferSyntax, 88 DicomTransferSyntax transferSyntax,
89 bool hasPixelDataOffset, 89 bool hasPixelDataOffset,
90 uint64_t pixelDataOffset, 90 uint64_t pixelDataOffset,
91 bool isResonstruct); 91 ValueRepresentation pixelDataVR,
92 bool isReconstruct);
92 93
93 StoreStatus AddAttachment(int64_t& newRevision /*out*/, 94 StoreStatus AddAttachment(int64_t& newRevision /*out*/,
94 const FileInfo& attachment, 95 const FileInfo& attachment,
95 const std::string& publicId, 96 const std::string& publicId,
96 bool hasOldRevision, 97 bool hasOldRevision,