Class: Aws::MedicalImaging::Types::CopyImageSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::CopyImageSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#copy_image_set_information ⇒ Types::CopyImageSetInformation
Copy image set information.
-
#datastore_id ⇒ String
The data store identifier.
-
#force ⇒ Boolean
Setting this flag will force the ‘CopyImageSet` operation, even if Patient, Study, or Series level metadata are mismatched across the `sourceImageSet` and `destinationImageSet`.
-
#source_image_set_id ⇒ String
The source image set identifier.
Instance Attribute Details
#copy_image_set_information ⇒ Types::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_id ⇒ String
The data store identifier.
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 |
#force ⇒ Boolean
Setting this flag will force the ‘CopyImageSet` operation, even if Patient, Study, or Series level metadata are mismatched across the `sourceImageSet` and `destinationImageSet`.
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_id ⇒ String
The source image set identifier.
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 |