UNPKG

@cornerstonejs/dicom-image-loader

Version:

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

3 lines (2 loc) 156 B
import type { ByteArray, DataSet } from 'dicom-parser'; export default function getEncapsulatedImageFrame(dataSet: DataSet, frameIndex: number): ByteArray;