KitwareMedical / SlicerQReads

Slicer-based implementation of QREADS medical image viewer used at Mayo Clinic
Other
2 stars 1 forks source link
3d-slicer-custom-application

SlicerQReads

Slicer-based implementation of 3D medical image viewer for multiplannar reconstruction (MPR) used in production by the Mayo Clinic to integrate with the QREADS workflow.

This project is in active development and is not FDA approved

Features

Table of content

Command-line arguments

To load a DICOM series given a folder:

SlicerQReads.exe --python-code "from QReads import QReadsLogic; QReadsLogic.loadDICOMDataDirectory('C:/path/to/DICOM')"

Maintainers