UNPKG

@cornerstonejs/dicom-image-loader

Version:

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

4 lines (3 loc) 143 B
export default function isNMReconstructable(imageSubType) { return imageSubType === 'RECON TOMO' || imageSubType === 'RECON GATED TOMO'; }