Class: Aws::MedicalImaging::Types::Overrides
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::Overrides
- Defined in:
- gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb
Overview
Specifies the overrides used in image set modification calls to
CopyImageSet
and UpdateImageSetMetadata
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#forced ⇒ Boolean
Setting this flag will force the
CopyImageSet
andUpdateImageSetMetadata
operations, even if Patient, Study, or Series level metadata are mismatched.
Instance Attribute Details
#forced ⇒ Boolean
Setting this flag will force the CopyImageSet
and
UpdateImageSetMetadata
operations, even if Patient, Study, or
Series level metadata are mismatched.
1253 1254 1255 1256 1257 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1253 class Overrides < Struct.new( :forced) SENSITIVE = [] include Aws::Structure end |