Mercurial > hg > orthanc-book
changeset 254:63cc25161330
skeleton of gcp
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 26 Jun 2019 19:41:58 +0200 |
parents | a64197133114 |
children | 949a13b92195 |
files | Sphinx/source/plugins.rst Sphinx/source/plugins/google-cloud-platform.rst |
diffstat | 2 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/plugins.rst Wed Jun 26 08:11:01 2019 +0200 +++ b/Sphinx/source/plugins.rst Wed Jun 26 19:41:58 2019 +0200 @@ -59,6 +59,7 @@ * :ref:`mysql` * :ref:`authorization` * :ref:`transfers` +* :ref:`google` * `Osimis <http://osimis.io/>`__ maintains an evolution of the official Web viewer plugin. The Osimis plugin adds tools for measuring, for viewing multiple series, and for split-pane. `Check
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sphinx/source/plugins/google-cloud-platform.rst Wed Jun 26 19:41:58 2019 +0200 @@ -0,0 +1,19 @@ +.. _google: + + +Google Cloud Platform plugin +============================ + +.. contents:: + +Osimis provides a `dedicated plugin +<https://bitbucket.org/osimis/orthanc-gcp/src>`__ to interface Orthanc +with Healthcare API of `Google Cloud Platform +<https://en.wikipedia.org/wiki/Google_Cloud_Platform>`__ using +:ref:`DICOMweb <dicomweb>`. This plugin notably enables the upload of +DICOM images through STOW-RS, the querying of the cloud content +through QIDO-RS, and the retrieval of remote content through WADO-RS. +These operations can be scripted through the REST API of Orthanc. + + +TODO