Dcm4chee

Build Status Dependency Status Code Climate

dcm4chee is a rails engine which provides RESTful APIs for the most famous dcm4chee.

Installation

The engine interfaces with the dcm4chee archive through Jolokia (http://www.jolokia.org/), which provides a JMX interface with JSON over HTTP. To install Jolokia, simply download the .war and drop it in your archive's /server/default/deploy directory.

Add the dcm4chee to your Gemfile.

gem 'dcm4chee'

And then, run bundle install to install. That's it.

Development

Check the docs

# Generated the docs
yardoc

# Start a web server for serving the docs
yard server

# Visit http://localhost:8808

Tests

bundle exec rspec

# Or
bundle exec rake spec