comparison OrthancServer/Internals/DicomFrameIndex.cpp @ 2125:b9bd52c72ba2

cleaning up
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Nov 2016 12:38:09 +0100
parents b10a165e0e36
children bb199bccdc45
comparison
equal deleted inserted replaced
2124:2b1520efa282 2125:b9bd52c72ba2
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::Convert(tags, dataset, ORTHANC_MAXIMUM_TAG_LENGTH, 407 FromDcmtkBridge::ExtractDicomSummary(tags, dataset);
408 Configuration::GetDefaultEncoding());
409 408
410 DicomImageInformation information(tags); 409 DicomImageInformation information(tags);
411 410
412 // Access to the raw pixel data 411 // Access to the raw pixel data
413 if (DicomImageDecoder::IsPsmctRle1(dataset)) 412 if (DicomImageDecoder::IsPsmctRle1(dataset))