Change DICOM Header without reading and writing the whole file

9 visualizaciones (últimos 30 días)
Lisann Lieb
Lisann Lieb el 15 de Mayo de 2018
Respondida: JZ el 5 de Abr. de 2020
Hello guys!
I'm having problems renaming my DICOM headers. I am able to read the headers (dicominfo()) and then change them to whatever I want. Then I want to save the DICOM file with the new header. At the moment im reading the file (dicomread()) and then save it with dicomwrite(). This works fine but unfortunatly it takes a lot of time to change the headers of a complete CT scan. Is there a faster way?
Since I am only changing the headers, not the file itself I would like to avoid reading the file ...
Thank you!
  1 comentario
Lisann Lieb
Lisann Lieb el 15 de Mayo de 2018
edit: I already tried movefile, which is fast. But this function doesn't include the header information

Iniciar sesión para comentar.

Respuestas (1)

JZ
JZ el 5 de Abr. de 2020
I'm not sure if this is suitable for your purpose but I have found https://www.mathworks.com/matlabcentral/fileexchange/29145-dicom-tags-read-and-write very useful for editing DICOM tags and writing to file.

Categorías

Más información sobre DICOM Format en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by