Main Content
dicomdict
Get or set active DICOM data dictionary
Description
returns the
name of the active Digital Imaging and Communications in Medicine (DICOM) data dictionary
file.dictionaryOut
= dicomdict("get")
dicomdict("set",
sets the file
specified by input dictionaryIn
)dictionaryIn
as the active DICOM data dictionary. If
the file is not found on the specified path, the function returns an error.
dicomdict("factory")
restores the active DICOM data dictionary to
its default value. The default value is a file in the MATLAB® path:
fullfile(matlabroot,"toolbox","images","iptformats","dicom-dict.txt")
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced before R2006aSee Also
dicomanon
| dicominfo
| dicomdisp
| dicomwrite
| dicomlookup
| dicomread
| dicomuid