Function: createAndCacheDerivedImage()
createAndCacheDerivedImage(
referencedImageId
,options
):IImage
Loads an image given an imageId and optional priority and returns a promise which will resolve to the loaded image object or fail if an error occurred. The image is stored in the cache.
Parameters
• referencedImageId: string
A Cornerstone Image Object's imageId
• options: DerivedImageOptions
= {}
Options to be passed to the Image Loader
Returns
Image Loader Object