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

https://github.com/sbmueller/dicom-reader

🩺 Read medical DICOM images
https://github.com/sbmueller/dicom-reader

dicom mri python3

Last synced: 20 days ago
JSON representation

🩺 Read medical DICOM images

Awesome Lists containing this project

README

          

# DICOM-Reader

Got a radiological exam and went home with a data carrier with nonfunctional
or no software? Use this tool to get access to the DICOM images for patient
transparency!

## Installation

```
python setup.py install
```

## Usage

To view DICOM files:
```
dicom-reader /path/to/dicom/directory
```

To export DICOM files:

```
dicom-reader --export /export/path /path/to/dicom/directory
```