google_api_health_care v0.10.0 GoogleApi.HealthCare.V1beta1.Model.ImportDicomDataRequest View Source

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.V1beta1.Model.GoogleCloudHealthcareV1beta1DicomGcsSource.t, default: nil) - Cloud Storage source data location and import configuration.

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

t()

View Source
t() :: %GoogleApi.HealthCare.V1beta1.Model.ImportDicomDataRequest{
  gcsSource:
    GoogleApi.HealthCare.V1beta1.Model.GoogleCloudHealthcareV1beta1DicomGcsSource.t()
}

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.