Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dicom-microscopy-viewer

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dicom-microscopy-viewer

Web-based viewer for DICOM Visible Light Whole Slide Microscopy Images

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.7K
decreased by-57.28%
Maintainers
1
Weekly downloads
 
Created
Source

dicom-microscopy-viewer

Web-based viewer for DICOM Visible Light Whole Slide Microscopy Images.

Install

The dicom-microscopy-viewer package can be installed via npm:

npm install dicom-microscopy-viewer

Build

The library can be build locally with rollup:

git clone https://github.com/dcmjs-org/dicom-microscopy-viewer ~/dicom-microscopy-viewer
cd ~/dicom-microscopy-viewer
npm install
npm run build

Usage

const url = 'http://localhost:8080/dicomweb';
const client = new DICOMwebClient.api.DICOMwebClient({url});
const studyInstanceUID = '1.2.3.4';
const seriesInstanceUID = '1.2.3.5';
const viewer = new DICOMMicroscopyViewer.api.MicroscopyViewer({
  client,
  studyInstanceUID,
  seriesInstanceUID
});
viewer.render({container: "viewport"});

Status

This is work-in-progress and should not be used in clinical practice.

The viewer allows visualization of VL Whole Slide Microscopy Image datasets stored in a DICOMweb compatible archive. It leverages dicomweb-client to retrieve data from the archive.

Limitations

Currently, the viewer only supports

  • baseline JPEG with transfer syntax "1.2.840.10008.1.2.4.50"
  • brightfield illumination (no fluorescence)
  • 2D images (no z-stacks)

Support

The developers gratefully acknowledge their reseach support:

Keywords

FAQs

Package last updated on 31 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc