Class: Google::Apis::HealthcareV1::DicomFilterConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/healthcare_v1/classes.rb,
generated/google/apis/healthcare_v1/representations.rb,
generated/google/apis/healthcare_v1/representations.rb

Overview

Specifies the filter configuration for DICOM resources.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DicomFilterConfig

Returns a new instance of DicomFilterConfig.



519
520
521
# File 'generated/google/apis/healthcare_v1/classes.rb', line 519

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resource_paths_gcs_uriString

The Cloud Storage location of the filter configuration file. The gcs_uri must be in the format gs://bucket/path/to/object. The filter configuration file must contain a list of resource paths separated by newline characters (\n or \r\n). Each resource path must be in the format "/studies/studyUID[/ series/seriesUID[/instances/instanceUID]]" The Cloud Healthcare API service account must have the roles/storage.objectViewer Cloud IAM role for this Cloud Storage location. Corresponds to the JSON property resourcePathsGcsUri

Returns:

  • (String)


517
518
519
# File 'generated/google/apis/healthcare_v1/classes.rb', line 517

def resource_paths_gcs_uri
  @resource_paths_gcs_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



524
525
526
# File 'generated/google/apis/healthcare_v1/classes.rb', line 524

def update!(**args)
  @resource_paths_gcs_uri = args[:resource_paths_gcs_uri] if args.key?(:resource_paths_gcs_uri)
end