dicomfind

Find value of the attribute in dicom file.

重要: Valid only with Altair DICOM Extension.

Syntax

value=dicomfind(filename,attributename)

Inputs

filename
Path of the DICOM file.
Type: string
attributename
Attribute name.
Type: string

Outputs

value
Attribute value.

Example

dicomfind example.

value = dicomfind('Path/To/File/0015.DCM','BitsStored')
value = 8