Page MenuHomePhabricator

crash in DICOM series reader if patient name is not set
Closed, ResolvedPublic

Description

During datan node initialization a crash occures, if the patient name was not set and the corresponding property returns null.

Crash in line 1566 of mitkDicomSeriesReader while accessing the node Property("dicom.patient.PatientsName").

Probably we can use the study or series descriptor for naming.
->dicom.series.SeriesDescription
->dicom.study.StudyDescription

Event Timeline

User cordes has pushed new remote branch:

bug-18300-dicom-missing-patientname

Jonas can we integrate this bug for the release?

Yes, from my view is there no problem

User goetzm has pushed new remote branch:

bug-18300-dicom-missing-patientname-integration

[ef8f06]: Merge branch 'bug-18300-dicom-missing-patientname-integration'

Merged commits:

2014-10-22 15:21:59 Michael Goetz [e954f3]
Removed fallback with study names


2014-10-22 15:21:04 Michael Goetz [312e1e]
Merge branch 'bug-18300-dicom-missing-patientname' into bug-18300-dicom-missing-patientname-integration


2014-10-17 01:30:18 Jonas Cordes [785bef]
avoid crashing and supports alternative node name