Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/dicomweb.rst @ 27:c23f02a64caf
postgresql
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 20 Jul 2016 10:15:42 +0200 |
parents | 669ea65ba7fb |
children | 79b6d3ea92aa |
comparison
equal
deleted
inserted
replaced
26:7f98cfa8708f | 27:c23f02a64caf |
---|---|
7 This **official** plugin extends Orthanc with support of the `DICOMweb | 7 This **official** plugin extends Orthanc with support of the `DICOMweb |
8 protocols <https://en.wikipedia.org/wiki/DICOMweb>`__. More precisely, | 8 protocols <https://en.wikipedia.org/wiki/DICOMweb>`__. More precisely, |
9 the plugin introduces a basic, reference implementation of WADO-URI, | 9 the plugin introduces a basic, reference implementation of WADO-URI, |
10 WADO-RS, QIDO-RS and STOW-RS, following `DICOM PS3.18 | 10 WADO-RS, QIDO-RS and STOW-RS, following `DICOM PS3.18 |
11 <http://dicom.nema.org/medical/dicom/current/output/html/part18.html>`__. | 11 <http://dicom.nema.org/medical/dicom/current/output/html/part18.html>`__. |
12 | |
13 For general information, check out the `official homepage of the | |
14 plugins <http://www.orthanc-server.com/static.php?page=dicomweb>`__. | |
15 | |
16 The full standard is not implemented yet, the supported features are | |
17 `tracked in the repository | |
18 <https://bitbucket.org/sjodogne/orthanc-dicomweb/src/default/Status.txt>`__. Some | |
19 integration tests are `available separately | |
20 <https://bitbucket.org/sjodogne/orthanc-tests/src/default/Plugins/DicomWeb/Run.py>`__. |