Skip to content

Pymous/dwv-orthanc-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dwv-orthanc-plugin

An Orthanc plugin to preview DICOM series and instances using dwv, a pure HTML5/JavaScript DICOM Web Viewer.

Released under GNU GPL license (see license.txt).

Build Status

Build instructions

In order to build this project, you need: python, CMake and a C++ compiler. Check out the build steps from the travis file and the build log. The current build is generated using python 2.7, CMake 2.8 and gcc 4.6. The targeted version of Orthanc can be set from CMake, supported version go from 0.8.6 to 1.1.0.

The result is the DwvOrthancPlugin shared library.

Orthanc configuration

Just add the path to the DwvOrthancPlugin shared library in the "Plugins" section of your Orthanc configuration file.

Launch

Launch Orthanc with the modified configuration file as input (for example Orthanc ./Configuration.json) and browse to the Orthanc explorer (default at http://localhost:8042/app/explorer.html#). At instance and series level, a preview button allows to launch dwv.

As a check if things go west, DWV should be availalble from http://localhost:8042/dwv-plugin/dwv/viewers/mobile/index.html.

Note: the current configuration launches a new page to visualise the data and needs to have the pop-up blockers disabled for the Orthanc pages. This can be changed in the replace.js file by modifying the target of the created form.

About

Orthanc plugin for dwv.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 68.4%
  • JavaScript 11.8%
  • HTML 5.1%
  • Python 4.5%
  • Lua 4.3%
  • C++ 3.1%
  • Other 2.8%