GoogleApi.HealthCare.V1beta1.Model.ExportDicomDataRequest (google_api_health_care v0.26.0) 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.V1beta1.Model.GoogleCloudHealthcareV1beta1DicomBigQueryDestination.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 BigQuery location requires two IAM roles:roles/bigquery.dataEditor
androles/bigquery.jobUser
. -
gcsDestination
(type:GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1DicomGcsDestination.t
, default:nil
) - The Cloud Storage output destination. The Cloud Storage location requires theroles/storage.objectAdmin
Cloud IAM role.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1beta1.Model.ExportDicomDataRequest{ bigqueryDestination: GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1DicomBigQueryDestination.t(), gcsDestination: GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1DicomGcsDestination.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.