Filter löschen
Filter löschen

Reading a specific attribute from a DICOM header

5 Ansichten (letzte 30 Tage)
Oleg
Oleg am 9 Sep. 2015
Kommentiert: Oleg am 15 Sep. 2015
Hello: Is it possible to read the value of a specific attribute from a DICOM header (i.e., without reading the whole header as it is done by using dicominfo.m)? Thanks.

Antworten (1)

Tim Jackman
Tim Jackman am 14 Sep. 2015
There is no built in functionality that I am aware of in MATLAB to read a single entry from a DICOM header. You could try to make a workaround that reads the metadata and processes the raw attributes using the dictionary while sifting through looking for your specified attribute, but this process may not be much more efficient (if at all) than using dicominfo to read in the header and grabbing your attribute from the structure. Hope this helps.
  1 Kommentar
Oleg
Oleg am 15 Sep. 2015
That is what I thought. Thank you very much for your input, Tim!

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu DICOM Format finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by