Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmd committed May 12, 2012
1 parent 04e6fa1 commit d385188
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions README.markdown
Expand Up @@ -4,23 +4,4 @@
##DICOM object loader to CouchDB using Ruby DICOM##


**Requeriments**

* ImageMagick
* Ruby v. 1.9.2
* Rails v. 3.x
* Gems: couchrest, couchrest_extended_document, dicom v. 0.8, narray, iconv, pony

**Note**

* The DICOM files could be uncompressed
* Tha variable bind_addresss of the couch database must be equal to 0.0.0.0

**Instructions**

* If you do not have ImageMagick and you are a MAC user we recommended you install it via Homebrew (http://mxcl.github.com/homebrew/)
* Install the Gems required: gem install couchrest couchrest_extended_document dicom v. 0.8 narray iconv pony
* If you want to create the DICOM Documents with the pixeldata as attachment run the script cdicom_attach_dicom.rb. If you just want to insert the metada DICOM run the script cdicom-noattach-nobulk.rb
* Update the variable DB with the Database name of the couchDB database
* Update the variable DIRS with the DICOM directory path to scan
* Run the selected Ruby Script: ruby cdicom-noattach-nobulk.rb
**This repository is now located at IATM/couchdicom**

0 comments on commit d385188

Please sign in to comment.