metadata property

DicomMetadata? get metadata

The medical metadata (Patient Name, SOP ID, Window defaults) for the current file.

Implementation

DicomMetadata? get metadata => _currentFrame?.metadata;