Class: Google::Apis::HealthcareV1beta1::TagFilterList

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/healthcare_v1beta1/classes.rb,
generated/google/apis/healthcare_v1beta1/representations.rb,
generated/google/apis/healthcare_v1beta1/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.



4944
4945
4946
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 4944

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


4942
4943
4944
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 4942

def tags
  @tags
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4949
4950
4951
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 4949

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