comparison 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
comparison
equal deleted inserted replaced
4006:55710d73780f 4007:884b55ce01f6
209 } 209 }
210 else 210 else
211 { 211 {
212 parsed_.TakeOwnership(new ParsedDicomFile(summary_.GetConstContent(), 212 parsed_.TakeOwnership(new ParsedDicomFile(summary_.GetConstContent(),
213 GetDefaultDicomEncoding(), 213 GetDefaultDicomEncoding(),
214 false /* be strict */)); 214 false /* be strict */,
215 "" /* no private creator */));
215 } 216 }
216 } 217 }
217 218
218 // Serialize the parsed DICOM file 219 // Serialize the parsed DICOM file
219 ownBuffer_.reset(new std::string); 220 ownBuffer_.reset(new std::string);