Page MenuHomePhabricator

DICOM Browser chrasehes if dicoms without name tag are viewed
Closed, DuplicatePublic

Description

Steps to Reproduce:

  • Remove the DICOM-Tag for name from the DICOM-File (For example to anonymize)
  • Open MITK
  • Open DICOM-Browser
  • Go to the Import Tab
  • "Scan Directory" with nameless dicom.

-> Dicom is showed in the Browser.

  • Select the edited dicom
  • Press View

-> Crash

I assume that we try to read the DICOM-Tag for the name (this works also for other tags as well). If this tag is not present, a error message is thrown by our library which isn't catched.

We should provide a fall-back-solution

The same dicom can be loaded by dragging it into MITK ("Standard" Load)