You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
represent metadata as "naturalized" objects instead of raw DICOM JSON objects where attributes are accessible via DICOM keywords instead of raw tags (e.g., SOPInstanceUID instead of 00080018)
Features
expose image metadata for each pyramid level via imageMetadata getter of the viewer class
Rename viewer class to VLWholeSlideMicroscopyViewer
Refactor class constructor: metadata needs to be passed to the constructor. This allows creation of the Openlayers Map upon construction of a viewer instance, which then allows the render() method to be called on the instance without having to resolve the promise for retrieving the metadata
Add vector layer to enable drawing (the drawing functionality is not yet exposed)
Bug fixes
Reassembling of concatenation parts
Calculation of frame coordinates when dimension organization is TILED_FULL, i.e. positions of individual frames are not specified