Dicom Tags Read and Write

版本 1.1.0.0 (810.9 KB) 作者: Dirk-Jan Kroon
Read / Write raw Dicom tags with large dictionary, for small file manipulations, like anonymize
2.8K 次下载
更新时间 2011/2/23

查看许可证

There are two main files, "ReadDicomElementList" which will read all tags of a dicom file into a struct and "WriteDicomElementList" which can write them back to a new file.

A large dicom dictionary is included from GDCM with private tags from Philips, Siemens and Toshiba (See Dictionary-License.txt).

These functions are usable for creation of an anatomize function, or to manipulate data which is not support by Matlab defaults functions (like writing a dicom file with one big volume inside)

Example read output:

>> Elements(4)
name: 'MediaStorageSOPInstanceUID'
data: '1.2.840.113619.2.1.2.2011002556.2.10.602503127'
group: '0002'
number: '0003'
type: 'UI'
length: 46
info: 'Type Included'
explicit: 1
location: 192

引用格式

Dirk-Jan Kroon (2024). Dicom Tags Read and Write (https://www.mathworks.com/matlabcentral/fileexchange/29145-dicom-tags-read-and-write), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 DICOM Format 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Now also reads Dicom files with ISO header.
Tag-Replace Example.

1.0.0.0