diff 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
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/DicomStreamReader.h	Thu Feb 04 11:42:25 2021 +0100
+++ b/OrthancFramework/Sources/DicomFormat/DicomStreamReader.h	Thu Feb 04 15:31:00 2021 +0100
@@ -129,5 +129,9 @@
 
     static bool LookupPixelDataOffset(uint64_t& offset,
                                       const std::string& dicom);
+
+    static bool LookupPixelDataOffset(uint64_t& offset,
+                                      const void* buffer,
+                                      size_t size);
   };
 }