Skip to content

jeffreycentex/dcm4chee

 
 

Repository files navigation

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

About

A rails engine which provides RESTful APIs for dcm4chee(http://www.dcm4che.org)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 96.3%
  • HTML 2.5%
  • Other 1.2%