apache_beam.io.gcp.healthcare.dicomclient module

class apache_beam.io.gcp.healthcare.dicomclient.DicomApiHttpClient[source]

Bases: object

Creates a client that communicates with the GCP Healthcare API (https://cloud.google.com/healthcare-api), over HTTP. Note that this client strictly uses v1 of this API.

healthcare_base_url = 'https://healthcare.googleapis.com/v1'
session = None
get_session(credential)[source]

Function for searching a DICOM store

dicomweb_store_instance(project_id, region, dataset_id, dicom_store_id, dcm_file, credential=None)[source]

Function for storing a DICOM instance.