ruby-dicom icon indicating copy to clipboard operation
ruby-dicom copied to clipboard

Library for reading, editing and writing DICOM files, as well as handling DICOM network communication. Written in the Ruby language.

Results 12 ruby-dicom issues
Sort by recently updated
recently updated
newest added

Currently, the ruby-dicom library is only able to handle a small subset of the compressed transfer syntaxes allowed in the DICOM standard. For Run Length Encoding, we have a straight...

How would you set a timeout on a tcp connection when echoing a server? The echo method uses TCPSocket, which, as far as I know, doesn't have a timeout. https://github.com/dicom/ruby-dicom/blob/204ddedf070eaf3819bb1b269bb9f8681c789bb9/lib/dicom/link.rb#L1118...

dcm.summary print 2 times

That's the only log I am getting. `SystemStackError (stack level too deep): dicom (0.9.6) lib/dicom/general/logging.rb:148` Ruby 1.9.3 dicom 0.9.6 Ubuntu 16.04.3

I noticed that just by reading a dicom file, `dcm = DObject.read("some_file.dcm")` is setting some tags like (PatientID, StudyInstanceUID, SeriesInstanceUID) to nil. There is any way to stop that and...

Trying to get the RLE images from a dicom export. Here is a sample .dcm that was sent through and saved via DServer. [image_2814918156667436.dcm.zip](https://github.com/dicom/ruby-dicom/files/2383602/image_2814918156667436.dcm.zip) Can't figure out how to get...

Ruby DICOM fails reading files, which have more data after a pixel data sequence. As far as I know storing additional tags after the pixel data is not recommend by...

Currently, when dealing with compressed pixel data, these methods for extracting pure pixel values in Array/NArray, only supports extracting data from the first pixel frame. Ideally, these methods should return...

Currently, the ruby-dicom library supports the following two color modes: RGB and PALETTE COLOR. However, it would be nice to support the other variants of Photometric Interpretation (0028,0004) as well,...

In the previous gem release, complete rdoc documentation was one of the big news. For the next gem release, one of the goals is to have implemented a full specification...

Specification