react-cornerstone-viewport icon indicating copy to clipboard operation
react-cornerstone-viewport copied to clipboard

Cine Decimal String is not parsed correctly

Open horner opened this issue 2 years ago • 2 comments

All Cine images I have tested use a Decimal String to store Frame Time 0018:1063 DS 6 Frame Time {18.943}

dataSet.float('x00181063') should be floatString('x00181063');

https://github.com/cornerstonejs/react-cornerstone-viewport/blob/52703b9f23700d113ba0375526e248d66e135e34/src/metadataProvider.js#L113

Screen Shot 2022-06-21 at 6 28 40 PM

horner avatar Jun 21 '22 22:06 horner

@dannyrb Shouldn't this be changed to floatString('x00181063');?

horner avatar Jun 21 '22 22:06 horner

@swederik I say you closed my other PR (https://github.com/cornerstonejs/cornerstoneWADOImageLoader/pull/453), but this issues (and related PR) is important too.

horner avatar Aug 04 '22 18:08 horner