comparison OrthancServer/Internals/DicomFrameIndex.cpp @ 2131:bb199bccdc45

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Nov 2016 10:49:45 +0100
parents b9bd52c72ba2
children a3a65de1840f
comparison
equal deleted inserted replaced
2130:72cb107a7346 2131:bb199bccdc45
402 return; 402 return;
403 } 403 }
404 404
405 // Extract information about the image structure 405 // Extract information about the image structure
406 DicomMap tags; 406 DicomMap tags;
407 FromDcmtkBridge::ExtractDicomSummary(tags, dataset); 407 Configuration::ExtractDicomSummary(tags, dataset);
408 408
409 DicomImageInformation information(tags); 409 DicomImageInformation information(tags);
410 410
411 // Access to the raw pixel data 411 // Access to the raw pixel data
412 if (DicomImageDecoder::IsPsmctRle1(dataset)) 412 if (DicomImageDecoder::IsPsmctRle1(dataset))