attrinfo
= dicomfind(filename, attribute)
¶attrinfo
= dicomfind(info, attribute)
¶Find the location and value of an attribute in a dicom file or info structure.
filename - filename to open.
info - dicominfo struct.
attribute - attribute name to find.
attrinfo - a table with fields Location and Value for each matched attribute.
The Location value will be the attribute position in dot notation to show its position in dicom info structure.
filename = file_in_loadpath("imdata/rtstruct.dcm"); info = dicomfind(filename, "ROINumber");
Package: dicom