comparison Core/DicomNetworking/DicomUserConnection.cpp @ 3349:ef18ea68a362

merge
author Alain Mazy <alain@mazy.be>
date Thu, 18 Apr 2019 15:52:56 +0200
parents 63f59ad9381a
children 20b38a533254
comparison
equal deleted inserted replaced
3348:a1cd981a0f9a 3349:ef18ea68a362
588 fix->SetValue(*it, "", false); 588 fix->SetValue(*it, "", false);
589 } 589 }
590 } 590 }
591 } 591 }
592 592
593 return new ParsedDicomFile(*fix); 593 return new ParsedDicomFile(*fix, GetDefaultDicomEncoding(), false /* be strict */);
594 } 594 }
595 595
596 default: 596 default:
597 return new ParsedDicomFile(fields); 597 return new ParsedDicomFile(fields, GetDefaultDicomEncoding(), false /* be strict */);
598 } 598 }
599 } 599 }
600 600
601 601
602 static void ExecuteFind(DicomFindAnswers& answers, 602 static void ExecuteFind(DicomFindAnswers& answers,