diff OrthancFramework/Sources/DicomFormat/DicomImageInformation.cpp @ 4312:6d49e3b6ff77

fix abi of DicomImageInformation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Nov 2020 15:22:43 +0100
parents 785a2713323e
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/DicomImageInformation.cpp	Mon Nov 09 15:07:55 2020 +0100
+++ b/OrthancFramework/Sources/DicomFormat/DicomImageInformation.cpp	Mon Nov 09 15:22:43 2020 +0100
@@ -337,4 +337,10 @@
             GetBytesPerValue() *
             GetChannelCount());
   }
+
+
+  unsigned int DicomImageInformation::GetUsefulTagLength()
+  {
+    return 256;
+  }
 }