UNPKG

@cornerstonejs/dicom-image-loader

Version:

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

5 lines (4 loc) 141 B
export default function imageIdToURI(imageId) { const colonIndex = imageId.indexOf(':'); return imageId.substring(colonIndex + 1); }