Image Processing Toolbox User's Guide Previous page   Next Page
dicominfo

Read metadata from a DICOM message

Syntax

Description

info = dicominfo(filename) reads the metadata from the compliant Digital Imaging and Communications in Medicine (DICOM) file specified in the string filename.

info = dicominfo(filename,'dictionary', D) uses the data dictionary file given in the string D to read the DICOM message. The file in D must be on the MATLAB search path. The default file is dicom-dict.mat.

Examples

See Also

dicomdict, dicomread, dicomwrite, dicomuid


Previous page  dicomdict dicomread Next page

© 1994-2005 The MathWorks, Inc.