Previous version URL and update list formatting

This commit is contained in:
dannyrb 2019-05-13 14:44:02 -04:00
parent d83ebc9ae1
commit 0be2d1e675

View File

@ -1,9 +1,10 @@
# Google Cloud Healthcare # Google Cloud Healthcare
> ATTENTION: The original documentation for this integration lives in the legacy > ATTENTION: The original documentation for this integration lives in the legacy
> `version 1` Meteor documentation. You can [find it here](). These docs will > `version 1` Meteor documentation. You can
> mirror the Meteor documentation until our `React` implementation has been > [find it here](/history/v1/connecting-to-image-archives/google-cloud-healthcare.html).
> updated to work with Goolg Cloud Healthcare. > These docs will mirror the Meteor documentation until our `React`
> implementation has been updated to work with Goolg Cloud Healthcare.
> The [Google Cloud Healthcare API](https://cloud.google.com/healthcare/) is a > The [Google Cloud Healthcare API](https://cloud.google.com/healthcare/) is a
> powerful option for storing medical imaging data in the cloud. > powerful option for storing medical imaging data in the cloud.
@ -22,39 +23,34 @@ static site application.
## Setup a Google Cloud Healthcare Project ## Setup a Google Cloud Healthcare Project
1. Create a Google Cloud account - Create a Google Cloud account
1. Create a project in Google Cloud - Create a project in Google Cloud
1. Enable the [Cloud Healthcare API](https://cloud.google.com/healthcare/) for - Enable the [Cloud Healthcare API](https://cloud.google.com/healthcare/) for
your project. your project.
1. (Optional): Create a Dataset and Data Store for storing your DICOM data - (Optional): Create a Dataset and Data Store for storing your DICOM data
1. Enable the - Enable the
[Cloud Resource Manager API](https://cloud.google.com/resource-manager/) for [Cloud Resource Manager API](https://cloud.google.com/resource-manager/) for
your project. your project.
- _Note:_ If you are having trouble finding the APIs, use the search box at
_Note:_ If you are having trouble finding the APIs, use the search box at the the top of the Cloud console.
top of the Cloud console. - Go to APIs & Services > Credentials to create an OAuth Consent screen and fill
in your application details.
1. Go to APIs & Services > Credentials to create an OAuth Consent screen and
fill in your application details.
- Under Scopes for Google APIs, click "manually paste scopes". - Under Scopes for Google APIs, click "manually paste scopes".
- Add the following scopes: - Add the following scopes:
- https://www.googleapis.com/auth/cloudplatformprojects.readonly - `https://www.googleapis.com/auth/cloudplatformprojects.readonly`
- https://www.googleapis.com/auth/cloud-healthcare - `https://www.googleapis.com/auth/cloud-healthcare`
- Go to APIs & Services > Credentials to create a new set of credentials:
1. Go to APIs & Services > Credentials to create a new set of credentials:
- Choose the "Web Application" type - Choose the "Web Application" type
- Set up an - Set up an
[OAuth 2.0 Client ID](https://support.google.com/cloud/answer/6158849?hl=en) [OAuth 2.0 Client ID](https://support.google.com/cloud/answer/6158849?hl=en)
- Add your domain (e.g. `http://localhost:3000`) to Authorized JavaScript - Add your domain (e.g. `http://localhost:3000`) to Authorized JavaScript
origins. origins.
- Add your domain, plus `_oauth/google` (e.g. - Add your domain, plus `_oauth/google` (e.g.
`http://localhost:3000/_oauth/google`) to Authorized Redirect URIs. `http://localhost:3000/_oauth/google`) to Authorized Redirect URIs.
- Save your Client ID for later. - Save your Client ID for later.
1. (Optional): Enable Public Datasets that are being hosted by Google: - (Optional): Enable Public Datasets that are being hosted by Google:
https://cloud.google.com/healthcare/docs/resources/public-datasets/ https://cloud.google.com/healthcare/docs/resources/public-datasets/
## Run the viewer with your OAuth Client ID ## Run the viewer with your OAuth Client ID