Class: Aws::MedicalImaging::Types::CopyImageSetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#copy_image_set_informationTypes::CopyImageSetInformation

Copy image set information.



146
147
148
149
150
151
152
153
# File 'lib/aws-sdk-medicalimaging/types.rb', line 146

class CopyImageSetRequest < Struct.new(
  :datastore_id,
  :source_image_set_id,
  :copy_image_set_information,
  :force)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_idString

The data store identifier.

Returns:

  • (String)


146
147
148
149
150
151
152
153
# File 'lib/aws-sdk-medicalimaging/types.rb', line 146

class CopyImageSetRequest < Struct.new(
  :datastore_id,
  :source_image_set_id,
  :copy_image_set_information,
  :force)
  SENSITIVE = []
  include Aws::Structure
end

#forceBoolean

Setting this flag will force the ‘CopyImageSet` operation, even if Patient, Study, or Series level metadata are mismatched across the `sourceImageSet` and `destinationImageSet`.

Returns:

  • (Boolean)


146
147
148
149
150
151
152
153
# File 'lib/aws-sdk-medicalimaging/types.rb', line 146

class CopyImageSetRequest < Struct.new(
  :datastore_id,
  :source_image_set_id,
  :copy_image_set_information,
  :force)
  SENSITIVE = []
  include Aws::Structure
end

#source_image_set_idString

The source image set identifier.

Returns:

  • (String)


146
147
148
149
150
151
152
153
# File 'lib/aws-sdk-medicalimaging/types.rb', line 146

class CopyImageSetRequest < Struct.new(
  :datastore_id,
  :source_image_set_id,
  :copy_image_set_information,
  :force)
  SENSITIVE = []
  include Aws::Structure
end