UNPKG

@cornerstonejs/dicom-image-loader

Version:

Cornerstone Image Loader for DICOM WADO-URI and WADO-RS and Local file

10 lines (9 loc) 237 B
import getValue from './getValue'; function getNumberValue(element, index) { const value = getValue(element, index); if (value === undefined) { return; } return parseFloat(value); } export default getNumberValue;