An open API service indexing awesome lists of open source software.

https://github.com/kitwaremedical/slicerqreads

Slicer-based implementation of QREADS medical image viewer used at Mayo Clinic
https://github.com/kitwaremedical/slicerqreads

3d-slicer-custom-application

Last synced: 10 months ago
JSON representation

Slicer-based implementation of QREADS medical image viewer used at Mayo Clinic

Awesome Lists containing this project

README

          

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

* Toggle between greyscale and inverted greyscale color tables
* Support max, min and mean thick slab reconstruction
* Window level:
* Presets for CT of bone, head, lung and soft-tissue
* Support updating the window level using the mouse
* Resonable default automatically computed on data load or when clicking on "Reset"
* Orientation marker:
* Represented in 3D and slice viewers
* Support for toggling between `None`, `Cube`, `Human` and `Axes` types.
* Toggle reference markers visibility
* Support increasing or decreasing the brightness or contrast
* Zoom presets `100%`, `200%`, `400%`, `1:1` and `Fit to window`
* Support for arbirary number of measurements
* DICOM series information displayed in toolbar

## Table of content

* [Features](#features)
* [Command-line arguments](#command-line-arguments)
* [Maintainers](#maintainers)

## 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

* [Contributing](CONTRIBUTING.md)