dcm4chee-web3 link provider to preview DICOM series and instances using a viewer based on dwv, a pure HTML5/JavaScript DICOM Web Viewer.
Released under GNU GPL license (see license.txt).
You need a working version of dcm4chee. In the server\default\deploy
folder, copy:
- the weasis-pacs-connector,
- the
dwv-dcm4chee-web.jar
, - the desired dwv viewer as a
war
file (has to be nameddwv-viewer.war
).
Check out the wiki for download links and version details.
From the JMX console (default at http://localhost:8080/jmx-console):
- select
service=WebConfig
in thedcm4chee.web
section, - set
WebviewerNames = dwv
(dwv should be in theInstalledWebViewer
), - check that
WebviewerBaseUrl = NONE
, - click the
Apply Changes
button.
From dcm4che web interface (default at http://localhost:8080/dcm4chee-web3) you should now be able to directly launch dwv from the Open Web Viewer
icon at the Patient, Series and Study level as for the Weasis web viewer (see snapshot).
As a check if things go west, DWV should be availalble from http://localhost:8080/dwv/viewers/mobile.
More information on the wiki...