google_api_health_care v0.10.0 GoogleApi.HealthCare.V1beta1.Model.ExportDicomDataRequest 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 and roles/bigquery.jobUser.

  • gcsDestination (type: GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1DicomGcsDestination.t, default: nil) - The Cloud Storage output destination.

    The Cloud Storage location requires the roles/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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.