Skip to content

Releases: ImagingDataCommons/dicom-microscopy-viewer

0.5.0

04 Jul 20:15

Choose a tag to compare

Hardcode Transfer Syntax UID for media type application/jpeg in Accept request header field for WADO-RS RetrieveFrames

0.4.3

05 May 18:26

Choose a tag to compare

Bug fixes

  • Fix 3D spatial coordinates
    • Add x/y offsets in slide-based coordinate system
    • Set z coordinate to zero

0.4.2

03 May 23:20

Choose a tag to compare

Bug fixes

  • fix sorting of image pyramid levels that got introduced by refactoring internal metadata representation

0.4.1

03 May 22:27

Choose a tag to compare

Refactoring

  • 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

0.4.0

13 Apr 21:40

Choose a tag to compare

Features

  • track ROI and Scoord3D objects with DICOM UUID derived UIDs
  • get/remove ROIs using UID rather than index

0.3.1

30 Mar 02:02

Choose a tag to compare

Bug fixes

  • ensure map element is retrieved instead of the name of the element
  • fix return values of functions for ROI visibility

0.3.0

25 Mar 20:43

Choose a tag to compare

New features

  • Add listeners for draw, select and modify events

Improvements

  • Use SCOORD3D instead of SCOORD graphic types
  • Add checks for graphic data

Examples

  • Add examples for viewing and event handling

0.2.0

13 Nov 17:09

Choose a tag to compare

0.2.0 Pre-release
Pre-release

Add support for drawing, selecting and modifying regions of interest.

0.1.0

11 Nov 05:18

Choose a tag to compare

0.1.0 Pre-release
Pre-release

Bug fixes

  • fix attribute names of DICOMwebClient class

Minor changes

  • update package dependencies and fix security vulnerabilities

0.0.4

15 Aug 18:14

Choose a tag to compare

0.0.4 Pre-release
Pre-release

Major changes

  • 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