diff OrthancServer/DicomInstanceToStore.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 7610af1532c3
children cc6ed76bba27
line wrap: on
line diff
--- a/OrthancServer/DicomInstanceToStore.cpp	Sat Jun 06 11:21:39 2020 +0200
+++ b/OrthancServer/DicomInstanceToStore.cpp	Sat Jun 06 14:50:21 2020 +0200
@@ -211,7 +211,8 @@
           {
             parsed_.TakeOwnership(new ParsedDicomFile(summary_.GetConstContent(),
                                                       GetDefaultDicomEncoding(),
-                                                      false /* be strict */));
+                                                      false /* be strict */,
+                                                      "" /* no private creator */));
           }                                
         }