Skip to content

Weasis plugin adding support for the Google Cloud Healthcare API

License

Notifications You must be signed in to change notification settings

red1408/weasis-chcapi-extension

 
 

Repository files navigation

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

Running the plugin

The plugin runs as an extension to the main Weasis application, so first you need to download the main Weasis application from https://nroduit.github.io/en/.

Please note, latest supported release of Weasis is 3.0.4

Then you need to have existing data in the Cloud Healthcare API and install the plugin to get up and running. Please see more detailed instructions below.

Setting up Google Cloud Healthcare API:

See https://cloud.google.com/healthcare/docs/ to get started.

Installing plugin

  • Get the latest release JAR from this repositories releases tab.
  • Follow instructions at installing plug-ins to add this plugin to Weasis.
  • Run Weasis Viewer executable
  • Switch to Google Dicom Explorer tab and login using your Google Account

NOTE: If you're running on Linux and find that Weasis is stuck loading plugins, check the terminal output for a link to sign-in with your Google account.

Building plugin

If you're just trying to run the tool, please see the instructions above. If you need to recompile the plugin for any reason here are the steps to do so.

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

About

Weasis plugin adding support for the Google Cloud Healthcare API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • HTML 0.1%