UNPKG

@cornerstonejs/dicom-image-loader

Version:

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

6 lines (5 loc) 137 B
let loadedDataSets = {}; const purgeLoadedDataSets = () => { loadedDataSets = {}; }; export { loadedDataSets, purgeLoadedDataSets };