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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medicalimaging/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.



154
155
156
157
158
159
160
161
162
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 154

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

#datastore_idString

The data store identifier.

Returns:

  • (String)


154
155
156
157
158
159
160
161
162
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 154

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

#forceBoolean

Providing this parameter will force completion of the CopyImageSet operation, even if there are inconsistent Patient, Study, and/or Series level metadata elements between the sourceImageSet and destinationImageSet.

Returns:

  • (Boolean)


154
155
156
157
158
159
160
161
162
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 154

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

#promote_to_primaryBoolean

Providing this parameter will configure the CopyImageSet operation to promote the given image set to the primary DICOM hierarchy. If successful, a new primary image set ID will be returned as the destination image set.

Returns:

  • (Boolean)


154
155
156
157
158
159
160
161
162
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 154

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

#source_image_set_idString

The source image set identifier.

Returns:

  • (String)


154
155
156
157
158
159
160
161
162
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 154

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