Skip to content
/ dwv Public
forked from ivmartel/dwv

DICOM Web Viewer: open source zero footprint medical image viewer.

License

Notifications You must be signed in to change notification settings

Kienlgk/dwv

This branch is 3644 commits behind ivmartel/dwv:develop.

Folders and files

NameName
Last commit message
Last commit date
Feb 27, 2016
Apr 6, 2019
Oct 8, 2018
Sep 20, 2018
Apr 17, 2018
Feb 27, 2019
Feb 24, 2019
Dec 10, 2017
Apr 20, 2016
Apr 20, 2016
Apr 20, 2016
Apr 21, 2015
Mar 22, 2018
Dec 16, 2015
Mar 9, 2018
Feb 11, 2019
Feb 11, 2019
Aug 24, 2018
May 12, 2017
Mar 18, 2019
Mar 15, 2019
Mar 18, 2019

Repository files navigation

DWV

DWV (DICOM Web Viewer) is an open source zero footprint medical image viewer library. It uses only javascript and HTML5 technologies, meaning that it can be run on any platform that provides a modern browser (laptop, tablet, phone and even modern TVs). It can load local or remote data in DICOM format (the standard for medical imaging data such as MR, CT, Echo, Mammo, NM...) and provides standard tools for its manipulation such as contrast, zoom, drag, possibility to draw regions on top of the image and imaging filters such as threshold and sharpening.

Build Status Coverage Status Code Climate Dependency Status npm Bower FOSSA Status

Try a live demo and read a lot more information on the wiki (such as Dicom-Support or Pacs-Support). You can also check out the example viewers based on dwv.

  • All coding/implementation contributions and comments are welcome.
  • DWV is not certified for diagnostic use.1
  • Released under GNU GPL-3.0 license (see license.txt).

And for those who want to support the dwv development:

Donate

Steps to run the viewer from scratch

Get the code:

git clone https://github.com/ivmartel/dwv.git

Move to its folder:

cd dwv

Install dependencies (using yarn, replace with npm if you prefer):

yarn install

Call the start script to launch the tests on a local server:

yarn run start

You can now open a browser at http://localhost:8080 and enjoy!

Available Scripts

# install dependencies
yarn install

# run linting
yarn run lint

# run unit tests with hot reload at localhost:8080
yarn run test

# create release files
yarn run build

# create documentation
yarn run doc

# watch for changes and copy build (to be connected with a demo viewer)
yarn run dev

1: Certification refers to official medical software certification that are issued by the FDA or EU Notified Bodies. The sentence here serves as a reminder that the Dicom Web Viewer is not ceritifed, and comes with no warranties (and no possible liability of its authors) as stated in the license. To learn more about standards used in certification, see the wikipedia Medical software page. If you have additional questions, please open an issue.

About

DICOM Web Viewer: open source zero footprint medical image viewer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.0%
  • Java 9.9%
  • HTML 4.0%
  • Shell 0.1%