Store DICOM healthcare data with the Google Cloud console
This page shows you how to use the Cloud Healthcare API and Google Cloud console to complete the following tasks:
- Create a Cloud Healthcare API dataset.
- Create a Digital Imaging and Communications in Medicine (DICOM) store inside the dataset.
- Store a DICOM instance in the DICOM store.
- Clean up to avoid billing charges.
To follow step-by-step guidance for this task directly in the Google Cloud console, click Guide me:
Before you begin
- Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the Cloud Healthcare API.
Create a dataset
Datasets contain data stores, and data stores contain healthcare data. To use the Cloud Healthcare API, you must create at least one dataset.
In the Google Cloud console, click Healthcare to go to the Datasets page.
Click
Create dataset .In the
Name field, entermy-dataset
.In the
Region field, selectus-central1
, and then clickCreate .
The new dataset appears in the list of datasets in the browser.
Store a DICOM instance
This section shows how to complete the following tasks:
- Create a DICOM store.
- Import a DICOM instance into the DICOM store.
The Cloud Healthcare API implements the DICOMweb standard to store and access medical imaging data. The Google Cloud console does not support DICOMweb transactions, such as viewing or retrieving instances.
Create a DICOM store
In the Google Cloud console, go to the Cloud Healthcare API Browser page:
Click the
my-dataset
dataset.Click
Create data store .In the
Type menu, select DICOM.In the
ID field, entermy-dicom-store
.Click
Create .
The my-dicom-store
DICOM store displays in the Data stores page in the my-dataset
dataset.
Import a DICOM instance
Sample DICOM data is available in the gs://gcs-public-data--healthcare-nih-chest-xray
Cloud Storage bucket.
In the list of data stores in your dataset, find the
my-dicom-store
DICOM store, and then select theActions menu.Select Import.
In the Import to DICOM store page, select the Advanced options menu, and then select
Override Cloud Storage path .In the
Location field under the Advanced options menu, enter the following location of the DICOM instance you are importing:gs://gcs-public-data--healthcare-nih-chest-xray/dicom/00000001_000.dcm
Click
Import .To track the status of the import, click the
Operations tab.If you encounter any errors, click
Actions , and then click View details in Cloud Logging.
Now that you've stored a DICOM instance in the Cloud Healthcare API, clean up the resources you created in this quickstart, or continue to What's next for information on next steps, such as how to search for or retrieve DICOM images.
Clean up
To avoid incurring charges to your Google Cloud account for the resources used on this page, follow these steps.
If you no longer need the dataset and DICOM store created in this quickstart, you can delete the dataset. Deleting a dataset permanently deletes the dataset and any DICOM stores it contains.
To delete a dataset, complete the following steps:
- Click
Browser to go to the Datasets page. - Click
Actions next to the dataset, and then click Delete. - Confirm your deletion.
Or you can delete the project that you created.
What's next
Continue to the DICOM guide to read topics such as the following:
- Creating and managing DICOM stores
- Connecting a PACS to the Cloud Healthcare API
- Using the DICOMweb standard
- Importing and exporting DICOM data using Cloud Storage
See the DICOM conformance statement for information on how the Cloud Healthcare API implements the DICOMweb standard.