comparison OrthancServer/Sources/ServerContext.cpp @ 4055:9214e3a7b0a2 framework

moving FromDcmtkTests.cpp from OrthancServer to OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 12:52:09 +0200
parents 05b8fd21089c
children 7aa92c87fdc2
comparison
equal deleted inserted replaced
4054:9c37896a4457 4055:9214e3a7b0a2
412 StorageAccessor accessor(area_, GetMetricsRegistry()); 412 StorageAccessor accessor(area_, GetMetricsRegistry());
413 413
414 resultPublicId = dicom.GetHasher().HashInstance(); 414 resultPublicId = dicom.GetHasher().HashInstance();
415 415
416 Json::Value simplifiedTags; 416 Json::Value simplifiedTags;
417 ServerToolbox::SimplifyTags(simplifiedTags, dicom.GetJson(), DicomToJsonFormat_Human); 417 Toolbox::SimplifyDicomAsJson(simplifiedTags, dicom.GetJson(), DicomToJsonFormat_Human);
418 418
419 // Test if the instance must be filtered out 419 // Test if the instance must be filtered out
420 bool accepted = true; 420 bool accepted = true;
421 421
422 { 422 {