Class: Google::Apis::HealthcareV1::TagFilterList

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

Overview

List of tags to be filtered.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TagFilterList

Returns a new instance of TagFilterList.



4175
4176
4177
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4175

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

Instance Attribute Details

#tagsArray<String>

Tags to be filtered. Tags must be DICOM Data Elements, File Meta Elements, or Directory Structuring Elements, as defined at: http://dicom.nema.org/medical/ dicom/current/output/html/part06.html#table_6-1,. They may be provided by " Keyword" or "Tag". For example "PatientID", "00100010". Corresponds to the JSON property tags

Returns:

  • (Array<String>)


4173
4174
4175
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4173

def tags
  @tags
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4180
4181
4182
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4180

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