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
Fix addition of ROI Measurement or Qualitative Evaluation in cases where the ROI was not added via the viewer API, but was automatically added upon a draw event
Added viewers for display of images with type LABEL and OVERVIEW
API changes
Exposed additional functionality via new namespaces (utils, events, roi, etc.)
Renamed api.VLWholeSlideMicroscopyImageViewer to viewer.VolumeViewer (api.VLWholeSlideMicroscopyImageViewer is still available as an alias, but will be deprecated)
Maps (Column, Row) coordinates in the 2D Total Pixel Matrix to (x, y, z) coordinates in the 3D Slide Coordinate System and vice versa based on the affine transformation defined by Equation C.7.6.2.1-1
Correctly rotate Total Pixel Matrix as well as 3D Spatial Coordinates (SCOORD) according to Image Orientation (Slide) when mapping coordinates from image to slide coordinate system and vice versa.
Updates mediaTypes option for retrieveInstanceFrames() and retrieveInstanceFramesRendered() methods of VLWholeSlideMicroscopyImageViewer (following recent API changes of DICOMwebClient)