cornerstone-wado-image-loader
Advanced tools
Changelog
[2.2.3] - 2018-12-05
Changelog
[2.2.2] - 2018-10-29
Changelog
[2.2.0] - 2018-10-27
Changelog
[2.1.4] - 2018-07-11
Changelog
[2.1.3] - 2018-07-11
Removed 'render' property from the returned Image. This was done so that Cornerstone could decide which rendering function to use. Note You may have issues with this if you are using a new version of Cornerstone WADO Image Loader with an old version of Cornerstone.
Added dicomParser to 'external'. If you are using WADO Image Loader with a packaging system that uses modules, you may need to add:
cornerstoneWADOImageLoader.external.dicomParser = dicomParser;
If you are using WADO Image Loader and dicomParser with script tags, you shouldn't have any issues.