diff OrthancServer/DicomInstanceToStore.h @ 3956:6e14f2da7c7e

integration transcoding->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 May 2020 16:42:44 +0200
parents 7610af1532c3
children
line wrap: on
line diff
--- a/OrthancServer/DicomInstanceToStore.h	Wed May 06 08:40:48 2020 +0200
+++ b/OrthancServer/DicomInstanceToStore.h	Wed May 20 16:42:44 2020 +0200
@@ -92,5 +92,7 @@
     DicomInstanceHasher& GetHasher();
 
     bool HasPixelData() const;
+
+    ParsedDicomFile& GetParsedDicomFile() const;
   };
 }