GoogleApi.HealthCare.V1.Model.ExportDicomDataRequest (google_api_health_care v0.33.3) View Source
Exports data from the specified DICOM store. If a given resource, such as a DICOM object with the same SOPInstance UID, already exists in the output, it is overwritten with the version in the source dataset. Exported DICOM data persists when the DICOM store from which it was exported is deleted.
Attributes
-
bigqueryDestination
(type:GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1DicomBigQueryDestination.t
, default:nil
) - The BigQuery output destination. You can only export to a BigQuery dataset that's in the same project as the DICOM store you're exporting from. The Cloud Healthcare Service Agent requires two IAM roles on the BigQuery location:roles/bigquery.dataEditor
androles/bigquery.jobUser
. -
gcsDestination
(type:GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1DicomGcsDestination.t
, default:nil
) - The Cloud Storage output destination. The Cloud Healthcare Service Agent requires theroles/storage.objectAdmin
Cloud IAM roles on the Cloud Storage location.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1.Model.ExportDicomDataRequest{ bigqueryDestination: GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1DicomBigQueryDestination.t() | nil, gcsDestination: GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1DicomGcsDestination.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.