diff Core/DicomParsing/DicomDirWriter.h @ 2422:b340f0a9022c

New argument "/.../media?extended" to include additional type-3 tags in DICOMDIR
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 08 Oct 2017 11:46:56 +0200
parents 7284093111b0
children 878b59270859
line wrap: on
line diff
--- a/Core/DicomParsing/DicomDirWriter.h	Sun Oct 08 11:13:56 2017 +0200
+++ b/Core/DicomParsing/DicomDirWriter.h	Sun Oct 08 11:46:56 2017 +0200
@@ -57,6 +57,10 @@
              ParsedDicomFile& dicom);
 
     void Encode(std::string& target);
+
+    void EnableExtendedSopClass(bool enable);
+
+    bool IsExtendedSopClass() const;
   };
 
 }