DICOM.jl icon indicating copy to clipboard operation
DICOM.jl copied to clipboard

Julia package for reading and writing DICOM (Digital Imaging and Communications in Medicine) files

Results 16 DICOM.jl issues
Sort by recently updated
recently updated
newest added

- Ensure that auxilliary VR provided by the user is passed when writing all tags including the ones in sequences. This can be used to write private tags and provide...

Thanks for writing this package I have had some issues with writing back some DICOM image leading to the written image not being a valid DICOM anymore when a tag...

Hi everyone, first of all thanks for writing this package! My understanding is that the current package is not really capable of writing a DICOM from scratch, but instead one...

I wrote this out on [Zulip](https://julialang.zulipchat.com/#narrow/stream/274208-helpdesk-.28published.29/topic/Help.20with.20DICOM.2Ejl.20.60dcm_write.60) but I realized this might actually be a bug in `dcm_write` the more I am looking into it Any idea why a tag `(0x005e,...

I am trying to load a directory of DICOM files using `dcmdir_parse`. Each file in the directory loads when running `dcm_parse(file; preamble=false)` but loading the directory returns an empty array....

Hello I have some anonymized Dicom fileset of FDG PET/CT (CT data + data from PET - nuclear medicine) I would like to it into tensor/ tensors for further work...

I've been working on revamping a lot of the underlying components of JuliaImages for quite some time now ([this rambling issue](https://github.com/JuliaImages/Images.jl/issues/908)) and I'd like to see if I could assist...

When I try to use DCMTK to dump a lossless-JPEG encoded DICOM that I wrote with this package, I get this error: ``` E: Found explicit length Pixel Data in...

Our application is DICOM MRI data from Siemens Scanners. The DICOM files contain 1 slice each, but we have 3D,4D,5D data sets. So a data set is split in multiple...

I'm playing with `DICOM.jl` a bit and was writing some code to display raw images. Is this something useful to merge in with the package, and if so, what suggestions...