-
Notifications
You must be signed in to change notification settings - Fork 7
Home
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.
dwv-dcm4chee-web works with:
- dcm4chee 2.17.1-mysql and 2.18.1-mysql (see the installation manual). These versions need JBOSS 4.2.3.GA and the Java JDK 1.7 (now in the archives)
- weasis-pacs-connector 4.0.0 to 5.0.1
dwv-dcm4chee-web v0.3.0 works with:
- dwv viewer
warsuch as dwv-viewer_dwv-jqmobile-0.2.0.war (rename todwv-viewer.war)
The legacy dwv-dcm4chee-web v0.2.0 works with:
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
See the dcm4chee users for some example and some on-line test PACS:
- Cardiacatlas (see data access)
- dicom.vital-it.ch (user/user)
Dcm4chee installation details:
- Under Windows7:
- Mysql provides a bundle including a server: MySQL Community Server
- to launch the PACS: start the MySQL56 service and then run the
run.batof thebinfolder, you can then access the web interface at http://localhost:8080/dcm4chee-web3. - Or you can use the wampserver
To add data to the dcm4chee database, use (for example) dcmsnd DCM4CHEE@localhost:11112 data. The command is part of the dcm4che2 toolkit.