Skip to content

Middleware to integrate dcm4chee and OpenMRS medical systems

Notifications You must be signed in to change notification settings

Raxa/dcm4chee-openmrs

 
 

Repository files navigation

dcm4chee-openmrs

Middleware to provide dcm4chee functionality to OpenMRS.

#Installation

  1. install RVM with ruby with just curl -L https://get.rvm.io | bash -s stable --ruby
  2. check rvm is in PATH rvm -v with a new opened terminal
  3. check ruby is in PATH ruby -v could be with the same new opened terminal
  4. git clone [email protected]:juanpastas/dcm4chee-opemrs.git fetches code into dcm4chee-openmrs new folder
  5. cd into newly created folder
  6. bundle to install dependencies
  7. for the moment, edit application.rb at line 14 with sql server credentials
  8. ruby application.rb to start server in 4567 port

#Get a console

  1. cd into your application directory
  2. tux gives you a interactive sinatra console

#Testing I've installed autotest-growl (see link for installation details), autotest-fsevent (see that autotest-fsevent is replaced by autotest-inotify in Linux) and rspec, see how they work here, to just use them enter autotest when in the project directory

About

Middleware to integrate dcm4chee and OpenMRS medical systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 85.4%
  • CoffeeScript 14.6%