- Notifications
You must be signed in to change notification settings - Fork600
DICOM Web Viewer: open source zero footprint medical image library.
License
ivmartel/dwv
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
DWV (DICOM Web Viewer) is an open source zero footprint medical image viewer library. It usesonly 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.
Try alive demo and read a lot more information on thedocs (such asexamples,dicom conformance,pacs integrations). You can also check out thewiki.
- All coding/implementation contributions and comments are welcome.
- DWV is not certified for diagnostic use.1
- Released under GNU GPL-3.0 license (seelicense.txt).
If you have questions, pleaseopen an issue.
ìnstall
: install dependencieslint
: run code lintingtest
: opens a web page with test pages and karmas' results (with live reload)test-ci
: one shot test runbuild
: create release filesdoc
: create documentation
I'm usingyarn
as the main package manager. Best to use it to install sincethe lock file (that contains the exact dependency tree) is a yarn file.All scripts also work withnpm
.
# get the codegit clone https://github.com/ivmartel/dwv.git# move to its foldercd dwv# install dependenciesyarn install# launch: will open a browser with example pagesyarn run start
This will open your default browser with the different example pages, check the 'viewer' link for a simple test viewer.
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 thelicense. To learn more about standards used in certification, see thewikipedia Medical software page.
About
DICOM Web Viewer: open source zero footprint medical image library.