Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 2.03 KB

README.md

File metadata and controls

41 lines (36 loc) · 2.03 KB

About Weasis Google DICOM Plugin

Plugin enables Weasis Viewer users access to Google Cloud Healthcare API DICOM data.
It utilizes DICOMweb REST API to interact with Google Cloud services.

Features

  • Login using your Google account
  • Interactive exploration of Google Healthcare API Dicom stores
  • Download and display all kinds of DICOM data
  • Advanced study search capabilities

Google Dicom Explorer

Setting up access to Google Healthcare data:

  • open Google Cloud Console
  • create new OAuth Client ID (Application Type: Other).
  • Download client_secrets.json
  • Refer to access-control section of Cloud Healthcare API Documentation for additional information.

Building plugin

Weasis requires JDK8.
Plugin depends on core Weasis API, that's why you have to clone, build and install core Weasis modules to your local Maven repository first.
For this purpose follow instructions at building Weasis.
After Weasis artifacts installed to your local Maven repository plugin itself can be compiled.
Detailed build instruction can be found at building Weasis plugins.
Clone this repository and execute following script:

cd google-healthcare-weasis-plugin

## build plugin
mvn clean install

Installing plugin

  • To install plugin into Weasis follow instruction at installing plug-ins section of Weasis documentation.
  • Copy client_secrets.json file to Weasis' root folder (next to viewer-win32.exe and viewer-linux.sh)
  • Run Weasis Viewer executable
  • Switch to Google Dicom Explorer tab and login using your Google Account
  • Explore your DICOM data