24
|
1 .. _dicomweb:
|
|
2
|
|
3
|
|
4 DICOMweb plugin
|
|
5 ===============
|
|
6
|
|
7 This **official** plugin extends Orthanc with support of the `DICOMweb
|
|
8 protocols <https://en.wikipedia.org/wiki/DICOMweb>`__. More precisely,
|
|
9 the plugin introduces a basic, reference implementation of WADO-URI,
|
|
10 WADO-RS, QIDO-RS and STOW-RS, following `DICOM PS3.18
|
25
|
11 <http://dicom.nema.org/medical/dicom/current/output/html/part18.html>`__.
|
27
|
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>`__.
|