Function: registerVolumeLoader()
registerVolumeLoader(
scheme
,volumeLoader
):void
Registers an volumeLoader plugin with cornerstone for the specified scheme
Parameters
• scheme: string
The scheme to use for this volume loader (e.g. 'dicomweb', 'wadouri', 'http')
• volumeLoader: VolumeLoaderFn
A Cornerstone Volume Loader function
Returns
void