Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Aug 14, 2017
1 parent e199b3a commit 032826e
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
[![Build Status](https://travis-ci.org/qtdcm/qtdcm.svg?branch=master)](https://travis-ci.org/qtdcm/qtdcm)

1 - Presentation
----------------
## Presentation

QtDcm implements several Qt widgets which aim at manipulating Dicom data. With QtDcm, it is possible
QtDCM implements several Qt widgets for manipulating Dicom data. With QtDCM, it is possible
to explore a Dicom CD-ROM, to search and download from a PACS (Pictures Archive and Communications System) and
to convert series of images to the nifti format.
Due to its simple design, QtDcm is very easy to integrate in other application (see the example directory
Thanks to its simple design, QtDcm is very easy to integrate in other application (see the example directory
in the code).

2 - Installation
----------------
## Installation

QtDcm requires :
QtDCM requires :
* CMake (version 3.1 or later), see https://cmake.org/
* Qt (version 5.5 or later), see http://www.qt.io/
* Dcmtk (version 3.6.0 or later), see http://dicom.offis.de/dcmtk
* Dcmtk (version 3.6.2 or later), see http://dicom.offis.de/dcmtk
* ITK (version 4.6 is supported), see http://www.itk.org/

The conversion of Dicom data to Nifti format can also be perfomed with the command line tool
<<dcm2nii>>. This tool can be downloaded from the mricron website
(http://www.cabiatl.com/mricro/mricron/dcm2nii.html).

## PACS compatibility

For the moment, QtDCM is only tested with
[DCM4CHEE](https://dcm4che.atlassian.net/wiki/display/ee2/Home) PACS.

0 comments on commit 032826e

Please sign in to comment.