# HG changeset patch # User Sebastien Jodogne # Date 1561570918 -7200 # Node ID 63cc25161330c711a250373cfddcdbf498465da9 # Parent a64197133114e66ac2d28681f448e5890f4d4f3f skeleton of gcp diff -r a64197133114 -r 63cc25161330 Sphinx/source/plugins.rst --- 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 `__ 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 diff -r a64197133114 -r 63cc25161330 Sphinx/source/plugins/google-cloud-platform.rst --- /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 +`__ to interface Orthanc +with Healthcare API of `Google Cloud Platform +`__ using +:ref:`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