-
Notifications
You must be signed in to change notification settings - Fork 68
Description
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
Can't figure out how to get anything but the thumbnail image (3x3 image grid).

Maybe this method needs to do something different?
Here is my dcm.summary
System Properties:
Ruby DICOM version: 0.9.8
Byte Order (CPU): Little Endian
DICOM Object Properties:
Source: File (successfully read): tmp/image_2814918156667436.dcm
Modality: Ultrasound Image Storage
Meta Header: Yes
Value Representation: Explicit
Byte Order (File): Little Endian
Pixel Data: Yes
Image Size: 1024768
Number of frames: 1
Photometry: RGB
Compression: RLE Lossless
Bits per Pixel: 8
=> ["Source: File (successfully read): tmp/image_2814918156667436.dcm", "Modality: Ultrasound Image Storage", "Meta Header: Yes", "Value Representation: Explicit", "Byte Order (File): Little Endian", "Pixel Data: Yes", "Image Size: 1024768", "Number of frames: 1", "Photometry: RGB", "Compression: RLE Lossless", "Bits per Pixel: 8"]