dicominfo

Get metadata from DICOM file.

Attention: Valid only with Altair DICOM Extension.

Syntax

info=dicominfo(filename)

Inputs

filename
Path of the DICOM file.
Type: string

Outputs

info
Metadata struct.
Type: struct

Example

dicominfo example.

info = dicominfo('Path/To/File/0015.DCM')
info = struct [
  AccessionNumber: 
  AcquisitionDate: 19960308
  AcquisitionDeviceProcessingDescription: 10 OUT OF 20. 0=LOW, 20=HIGH CONVOLUTION KERNEL 
  AcquisitionTime: 105650
        .....
        .....
  TransferSyntaxUID: 1.2.840.10008.1.2.1 
  WindowCenter:  127
  WindowWidth:  255
  XRayTubeCurrent: 0
]