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

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

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.



2401
2402
2403
# File 'generated/google/apis/healthcare_v1/classes.rb', line 2401

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>)


2399
2400
2401
# File 'generated/google/apis/healthcare_v1/classes.rb', line 2399

def tags
  @tags
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2406
2407
2408
# File 'generated/google/apis/healthcare_v1/classes.rb', line 2406

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