Change DICOM Header without reading and writing the whole file

11 vues (au cours des 30 derniers jours)
Lisann Lieb
Lisann Lieb le 15 Mai 2018
Réponse apportée : JZ le 5 Avr 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 commentaire
Lisann Lieb
Lisann Lieb le 15 Mai 2018
edit: I already tried movefile, which is fast. But this function doesn't include the header information

Connectez-vous pour commenter.

Réponses (1)

JZ
JZ le 5 Avr 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.

Community Treasure Hunt

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

Start Hunting!

Translated by