Class: Aws::MedicalImaging::Types::SearchImageSetsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medicalimaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:search_criteria]

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_idString

The identifier of the data store where the image sets reside.

Returns:

  • (String)


1395
1396
1397
1398
1399
1400
1401
1402
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1395

class SearchImageSetsRequest < Struct.new(
  :datastore_id,
  :search_criteria,
  :max_results,
  :next_token)
  SENSITIVE = [:search_criteria]
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results that can be returned in a search.

Returns:

  • (Integer)


1395
1396
1397
1398
1399
1400
1401
1402
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1395

class SearchImageSetsRequest < Struct.new(
  :datastore_id,
  :search_criteria,
  :max_results,
  :next_token)
  SENSITIVE = [:search_criteria]
  include Aws::Structure
end

#next_tokenString

The token used for pagination of results returned in the response. Use the token returned from the previous request to continue results where the previous request ended.

Returns:

  • (String)


1395
1396
1397
1398
1399
1400
1401
1402
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1395

class SearchImageSetsRequest < Struct.new(
  :datastore_id,
  :search_criteria,
  :max_results,
  :next_token)
  SENSITIVE = [:search_criteria]
  include Aws::Structure
end

#search_criteriaTypes::SearchCriteria

The search criteria that filters by applying a maximum of 1 item to ‘SearchByAttribute`.



1395
1396
1397
1398
1399
1400
1401
1402
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1395

class SearchImageSetsRequest < Struct.new(
  :datastore_id,
  :search_criteria,
  :max_results,
  :next_token)
  SENSITIVE = [:search_criteria]
  include Aws::Structure
end