Mercurial > hg > orthanc-dicomweb
view README @ 6:e0ec2d417534
robustness to line feeds
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 15 Mar 2015 10:42:42 +0100 |
parents | 174f4b0ec527 |
children | 8b9c3e005041 |
line wrap: on
line source
DICOM Web plugin for Orthanc ============================ General Information ------------------- This repository contains the source code of a plugin for Orthanc, the lightweight Vendor Neutral Archive for medical imaging. This plugin extends the RESTful API of Orthanc with DICOM Web support. DICOM Web Support ----------------- Currently, a basic support of the following protocols is provided: * WADO-RS (Web Access to DICOM Objects by RESTful Services) http://medical.nema.org/medical/dicom/current/output/html/part18.html#sect_6.5 * STOW-RS (STore Over the Web by RESTful Services) http://medical.nema.org/medical/dicom/current/output/html/part18.html#sect_6.6 * QIDO-RS (Query based on ID for DICOM Objects by RESTful Services) http://medical.nema.org/medical/dicom/current/output/html/part18.html#sect_6.7 The full status about the support of these protocols can be found in the "./Status.txt" file. Supported Platforms ------------------- Currently, the supported platforms are: * Linux 32bit. * Linux 64bit. * Windows 32bit with MinGW. Build instructions can be found in "./Resources/BuildInstructions.txt". Samples ------- Python samples to call the DICOM Web services can be found in the "./Samples" folder. Licensing: AGPL --------------- The DICOM Web plugin for Orthanc is licensed under the Affero General Public License (AGPL) license. Pay attention to the fact that this license is more restrictive than the license of the Orthanc core. We also kindly ask scientific works and clinical studies that make use of Orthanc to cite Orthanc in their associated publications. Similarly, we ask open-source and closed-source products that make use of Orthanc to warn us about this use. You can cite our work using the following BibTeX entry: @inproceedings{Jodogne:ISBI2013, author = {Jodogne, S. and Bernard, C. and Devillers, M. and Lenaerts, E. and Coucke, P.}, title = {Orthanc -- {A} Lightweight, {REST}ful {DICOM} Server for Healthcare and Medical Research}, booktitle={Biomedical Imaging ({ISBI}), {IEEE} 10th International Symposium on}, year={2013}, pages={190-193}, ISSN={1945-7928}, month=apr, url={http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp=&arnumber=6556444}, address={San Francisco, {CA}, {USA}} }