DICOM debug utility
by Jeff Mather
26 Sep 2007
(Updated 08 Nov 2010)
A tool to dump the contents of DICOM files for debugging
|
Watch this File
|
| File Information |
| Description |
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 |
| Required Products |
Image Processing Toolbox
|
| MATLAB release |
MATLAB 7.3 (R2006b)
|
| Other requirements |
This file must be placed in the toolbox/images/medformats directory. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 08 Nov 2010 |
BSD license |
|
Contact us at files@mathworks.com