Stream: helpdesk (published)

Topic: Help with DICOM.jl `dcm_write`


view this post on Zulip Dale Black (Feb 24 2022 at 17:20):

I am trying to write a Julia array to a DICOM file using dcm_write and the header data from a different, true DICOM file. Does anyone have good insight into how to properly do this, because I am unable to parse the created DICOM files using dcm_parse after creation and when I load it into ImageJ obviously some errors have occurred

image.png
image.png

view this post on Zulip Dale Black (Feb 24 2022 at 17:25):

In case the above screenshot is unclear, I am replacing the pixel data from a true DICOM image with a Julia array and then trying to write that DICOM data to a new DICOM file using dcm_write. The header data of the original DICOM file does not have a tag (0x005e, 0x0040) but after writing the new DICOM file and trying to load it, the loading errors because of the unknown tag (0x005e, 0x0040)


Last updated: Oct 02 2023 at 04:34 UTC