class Google::Apis::HealthcareV1::DicomFilterConfig

Specifies the filter configuration for DICOM resources.

Attributes

resource_paths_gcs_uri[RW]

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 rn). Each resource path must be in the format “/studies/`studyUID`[/ series/`seriesUID`]” 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` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 1043
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 1048
def update!(**args)
  @resource_paths_gcs_uri = args[:resource_paths_gcs_uri] if args.key?(:resource_paths_gcs_uri)
end