comparison OrthancFramework/Sources/DicomFormat/DicomStreamReader.h @ 4494:39192eb9b43d

New metadata automatically computed at the instance level: "PixelDataOffset"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Feb 2021 15:31:00 +0100
parents b57ca702a430
children 7053502fbf97
comparison
equal deleted inserted replaced
4493:b57ca702a430 4494:39192eb9b43d
127 127
128 uint64_t GetProcessedBytes() const; 128 uint64_t GetProcessedBytes() const;
129 129
130 static bool LookupPixelDataOffset(uint64_t& offset, 130 static bool LookupPixelDataOffset(uint64_t& offset,
131 const std::string& dicom); 131 const std::string& dicom);
132
133 static bool LookupPixelDataOffset(uint64_t& offset,
134 const void* buffer,
135 size_t size);
132 }; 136 };
133 } 137 }