DICOM debug utility

版本 1.1.0.0 (3.1 KB) 作者: Julianna Mather
A tool to dump the contents of DICOM files for debugging
3.6K 次下载
更新时间 2010/11/8

查看许可证

DICOM is a rather complicated format. The DICOMINFO and DICOMREAD functions provide easy access to the data in DICOM-formatted files, but it can be difficult to know why and where the DICOM parser fails for improperly formatted files.

This file must be placed in the toolbox/images/medformats directory.

The DICOMDUMP utility presents a flat representation of the file with minimal data translation. For each attribute in the DICOM file it prints these values:

* Byte offset in the file
* Nesting depth (for sequences)
* Attribute group and element number
* Value representation (VR) code
* Data length in bytes
* Attribute name from the data dictionary
* A description of the data

Meta-information about the file and reading environment also appears:

* filename
* machine endian
* presence of required 0002 metadata
* information object UID and name
* transfer syntax UID and name

引用格式

Julianna Mather (2024). DICOM debug utility (https://www.mathworks.com/matlabcentral/fileexchange/16602-dicom-debug-utility), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2006b
兼容任何版本
平台兼容性
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

BSD license

1.0.0.0