Page MenuHomePhabricator

Diffucion DICOM Reader Autoload
Closed, ResolvedPublic

Description

Diffusion DICOM images can only be loaded using the dedicated Dffusion DICOM view. This should also work with the drag and drop autoload feature.

Event Timeline

You could use the IO part of the following commits as a template:
rMITKa16db1ae35c7: Create cest module with reading capabilities
and
rMITK52d41df26af0: First register mime type, then reader. Gets rid of warning

This creates a new dicom reader for CEST data, which is only a selectable option if the DICOM metadata suggests it is a diffusion image. If that is indeed the case it has a higher priority than the default dicom readers (and will thus be the default option).

Your new reader service has a couple of "recoursive" where it should read "recursive"