You are here : matlabImage Processingdicomlookup

dicomlookup() - Image Processing

name = dicomlookup(group, element) looks
into the current DICOM data dictionary for the attribute with the
specified group and element tag
and returns a string containing the name of the
attribute.  group and element can
contain either a decimal value or hexadecimal string.[group, element] = dicomlookup(name) looks
into the current DICOM data dictionary for the attribute specified
byname and returns the group and element tags
associated with the attribute. The values are returned as decimal
values.


Syntax

name = dicomlookup(group, element)[group, element] = dicomlookup(name)


Example

name1 = dicomlookup('7FE0', '0010')
name2 = dicomlookup(40, 4)


Output / Return Value


Limitations


Alternatives / See Also


Reference