Reading a specific attribute from a DICOM header

조회 수: 1 (최근 30일)
Oleg
Oleg 2015년 9월 9일
댓글: Oleg 2015년 9월 15일
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.

답변 (1개)

Tim Jackman
Tim Jackman 2015년 9월 14일
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
Oleg
Oleg 2015년 9월 15일
That is what I thought. Thank you very much for your input, Tim!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 DICOM Format에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by