All Projects → ivmartel → Dwv

ivmartel / Dwv

Licence: gpl-3.0
DICOM Web Viewer: open source zero footprint medical image viewer.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dwv

Weasis
Weasis is a DICOM viewer available as a desktop application or as a web-based application.
Stars: ✭ 311 (-72.84%)
Mutual labels:  dicom, medical-imaging, viewer
Dicomviewer
DICOM Viewer in Nextcloud
Stars: ✭ 139 (-87.86%)
Mutual labels:  dicom, medical-imaging, viewer
Starviewer
Starviewer, a cross-platform open source medical imaging software
Stars: ✭ 83 (-92.75%)
Mutual labels:  dicom, medical-imaging, viewer
dicomifier
A medical image converter
Stars: ✭ 22 (-98.08%)
Mutual labels:  dicom, medical-imaging
Dicom-Viewer
An application displaying 2D/3D Dicom
Stars: ✭ 37 (-96.77%)
Mutual labels:  dicom, medical-imaging
rt-utils
A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
Stars: ✭ 89 (-92.23%)
Mutual labels:  dicom, medical-imaging
Dicoogle
Dicoogle - Open Source PACS
Stars: ✭ 237 (-79.3%)
Mutual labels:  dicom, medical-imaging
rocket viewer
This simple and generic viewer allows you to visualize different kinds of data such as medical and biological images, 3D surfaces, electric signals (ECGs) and documents.
Stars: ✭ 22 (-98.08%)
Mutual labels:  dicom, medical-imaging
clara-dicom-adapter
DICOM Adapter is a component of the Clara Deploy SDK which facilitates integration with DICOM compliant systems, enables ingestion of imaging data, helps triggering of jobs with configurable rules and offers pushing the output of jobs to PACS systems.
Stars: ✭ 31 (-97.29%)
Mutual labels:  dicom, medical-imaging
neurdicom
RESTful PACS server with plugins
Stars: ✭ 97 (-91.53%)
Mutual labels:  dicom, medical-imaging
Mitk
The Medical Imaging Interaction Toolkit.
Stars: ✭ 360 (-68.56%)
Mutual labels:  dicom, medical-imaging
Cornerstonetools
A framework for tools built on top of Cornerstone.
Stars: ✭ 411 (-64.1%)
Mutual labels:  dicom, medical-imaging
AlizaMS
DICOM Viewer
Stars: ✭ 144 (-87.42%)
Mutual labels:  dicom, medical-imaging
monai-deploy
MONAI Deploy aims to become the de-facto standard for developing, packaging, testing, deploying and running medical AI applications in clinical production.
Stars: ✭ 56 (-95.11%)
Mutual labels:  dicom, medical-imaging
go-dicom
DICOM parser for golang
Stars: ✭ 51 (-95.55%)
Mutual labels:  dicom, medical-imaging
Gdcm
Grassroots DICOM read-only mirror. Only for Pull Request. Please report bug at http://sf.net/p/gdcm
Stars: ✭ 240 (-79.04%)
Mutual labels:  dicom, medical-imaging
u-dicom-viewer
A simple web browser DICOM viewer for any device.
Stars: ✭ 91 (-92.05%)
Mutual labels:  viewer, dicom
Dicom
⚡High Performance DICOM Medical Image Parser in Go.
Stars: ✭ 643 (-43.84%)
Mutual labels:  dicom, medical-imaging
Dicom Rs
Pure Rust implementation of the DICOM standard
Stars: ✭ 152 (-86.72%)
Mutual labels:  dicom, medical-imaging
Dicompyler
Extensible radiation therapy research platform and viewer for DICOM and DICOM RT
Stars: ✭ 195 (-82.97%)
Mutual labels:  dicom, viewer

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 FOSSA Status

Try a live demo and read a lot more information on the wiki or the docs (such as dicom conformance or pacs integrations). 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).

If you have additional questions, please open an issue.

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
yarn install

# launch tests: will open a browser with test pages
yarn run test

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

Using yarn as the main package manager. Best to use it to install since the lock file (that contains the exact dependency tree) is a yarn file. All scripts also work with npm.

Notes

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].