comparison OrthancFramework/Sources/DicomFormat/DicomStreamReader.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
126 126
127 bool IsDone() const; 127 bool IsDone() const;
128 128
129 uint64_t GetProcessedBytes() const; 129 uint64_t GetProcessedBytes() const;
130 130
131 static bool LookupPixelDataOffset(uint64_t& offset, 131 static bool LookupPixelDataOffset(uint64_t& offset /* out */,
132 ValueRepresentation& vr /* out */,
132 const std::string& dicom); 133 const std::string& dicom);
133 134
134 static bool LookupPixelDataOffset(uint64_t& offset, 135 static bool LookupPixelDataOffset(uint64_t& offset /* out */,
136 ValueRepresentation& vr /* out */,
135 const void* buffer, 137 const void* buffer,
136 size_t size); 138 size_t size);
137 }; 139 };
138 } 140 }