class Google::Apis::HealthcareV1::ImportDicomDataRequest

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

gcs_source[RW]

Specifies the configuration for importing data from Cloud Storage. Corresponds to the JSON property `gcsSource` @return [Google::Apis::HealthcareV1::GoogleCloudHealthcareV1DicomGcsSource]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 2359
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/healthcare_v1/classes.rb, line 2364
def update!(**args)
  @gcs_source = args[:gcs_source] if args.key?(:gcs_source)
end