UNPKG

@cornerstonejs/dicom-image-loader

Version:

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

7 lines (6 loc) 328 B
import type { LoadRequestFunction, DICOMLoaderDataSetWithFetchMore } from '../../types'; export default function dataSetFromPartialContent(byteArray: Uint8Array, loadRequest: LoadRequestFunction, metadata: { uri: string; imageId: string; fileTotalLength: number | null; }): Promise<DICOMLoaderDataSetWithFetchMore>;