Skip to content
ivmartel edited this page Aug 26, 2018 · 22 revisions

Welcome to the dwv-dcm4chee-web wiki!

dwv-dcm4chee-web is an open source dcm4chee-web3 link provider to preview DICOM series and instances using dwv, an open source HTML5/JavaScript DICOM Web Viewer.

For some original archive, see this thread on the dcm4che Google group and DWV issue #1.

Versions and links

dwv-dcm4chee-web works with:

dwv-dcm4chee-web v0.3.0 works with:

The legacy dwv-dcm4chee-web v0.2.0 works with:

Build

In order to build this project, you need: Java jdk and Maven. Check out the build steps from the travis file and the build log. The current build is generated using Java 1.7 and Maven 3.2. The result is the dwv-dcm4chee-web.jar file.

To create the dwv war file, type jar -cvf dwv-viewer.war * at the root of the dwv repository. The travis build of this repo automatically creates a war file for a specific version, see the update-gh-pages.sh#L12 script.

The viewer will then be available from the server at: http://localhost:8080/dwv-viewer

Example PACS

See the dcm4chee users for some example and some on-line test PACS:

Notes

Dcm4chee installation details:

To add data to the dcm4chee database, use (for example) dcmsnd DCM4CHEE@localhost:11112 data. The command is part of the dcm4che2 toolkit.