View Source GoogleApi.HealthCare.V1.Model.ExportDicomDataRequest (google_api_health_care v0.50.1)

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 and roles/bigquery.jobUser.
  • gcsDestination (type: GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1DicomGcsDestination.t, default: nil) - The Cloud Storage output destination. The Cloud Healthcare Service Agent requires the roles/storage.objectAdmin Cloud IAM roles on the Cloud Storage location.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.ExportDicomDataRequest{
  bigqueryDestination:
    GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1DicomBigQueryDestination.t()
    | nil,
  gcsDestination:
    GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1DicomGcsDestination.t()
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.