Mercurial > hg > orthanc
comparison OrthancServer/Internals/DicomFrameIndex.cpp @ 1929:cda5b0ab4ce5
ORTHANC_MAXIMUM_TAG_LENGTH made explicit
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 21 Mar 2016 14:28:59 +0100 |
parents | 84c7eaeb5244 |
children | 533ff46e944b |
comparison
equal
deleted
inserted
replaced
1928:84c7eaeb5244 | 1929:cda5b0ab4ce5 |
---|---|
375 return; | 375 return; |
376 } | 376 } |
377 | 377 |
378 // Extract information about the image structure | 378 // Extract information about the image structure |
379 DicomMap tags; | 379 DicomMap tags; |
380 FromDcmtkBridge::Convert(tags, dataset, | 380 FromDcmtkBridge::Convert(tags, dataset, ORTHANC_MAXIMUM_TAG_LENGTH, |
381 Configuration::GetDefaultEncoding()); | 381 Configuration::GetDefaultEncoding()); |
382 | 382 |
383 DicomImageInformation information(tags); | 383 DicomImageInformation information(tags); |
384 | 384 |
385 // Access to the raw pixel data | 385 // Access to the raw pixel data |