Main Content
findAttribute
Syntax
Description
finds the location and value of the specified attribute attributeInfo
= findAttribute(dFile
,attributeName
)attributeName
from the DICOM file specified by the dicomFile
object
dFile
. The table attributeInfo
contains the
locations and values of all instances of the attribute, including where it is a nested
attribute.
specifies the attribute to find as a DICOM group number attributeInfo
= findAttribute(dFile
,group
,element
)group
and
element number element
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b
See Also
dicomFile
| isAttribute
| getAttribute
| updateAttribute
| getPixelData
| write
| dicominfo
| dicomfind