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

Imports data into the specified DICOM store. Returns an error if any of the files to import are not DICOM files. This API accepts duplicate DICOM instances by ignoring the newly-pushed instance. It does not overwrite.

Attributes

  • gcsSource (type: GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1DicomGcsSource.t, default: nil) - Cloud Storage source data location and import configuration. The Cloud Healthcare Service Agent requires the roles/storage.objectViewer 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.ImportDicomDataRequest{
  gcsSource:
    GoogleApi.HealthCare.V1.Model.GoogleCloudHealthcareV1DicomGcsSource.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.