diff Core/DicomNetworking/DicomFindAnswers.cpp @ 4007:884b55ce01f6

Private tags returned by C-FIND SCP
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 06 Jun 2020 14:50:21 +0200
parents 2a170a8f1faf
children cc6ed76bba27
line wrap: on
line diff
--- a/Core/DicomNetworking/DicomFindAnswers.cpp	Sat Jun 06 11:21:39 2020 +0200
+++ b/Core/DicomNetworking/DicomFindAnswers.cpp	Sat Jun 06 14:50:21 2020 +0200
@@ -122,7 +122,8 @@
     // We use the permissive mode to be tolerant wrt. invalid DICOM
     // files that contain some tags with out-of-range values (such
     // tags are removed from the answers)
-    AddAnswerInternal(new ParsedDicomFile(map, encoding_, true /* permissive */));
+    AddAnswerInternal(new ParsedDicomFile(map, encoding_, true /* permissive */,
+                                          "" /* no private creator */));
   }