Skip to content

Instantly share code, notes, and snippets.

@sween
Created August 10, 2010 02:18
Show Gist options
  • Select an option

  • Save sween/516541 to your computer and use it in GitHub Desktop.

Select an option

Save sween/516541 to your computer and use it in GitHub Desktop.
require ‘rubygems’ require ‘ruby-dicom’
pacs = DICOM::DClient.new("127.0.0.1", 4096, :host_ae => "OSIRIX", :max_package_size => 1500, :timeout => 10)
gar = pacs.test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment