class Google::Apis::HealthcareV1::TagFilterList

List of tags to be filtered.

Attributes

tags[RW]

Tags to be filtered. Tags must be DICOM Data Elements, File Meta Elements, or Directory Structuring Elements, as defined at: 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` @return [Array<String>]

Public Class Methods

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