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
Providing this parameter will force completion of the
CopyImageSet
andUpdateImageSetMetadata
actions, even if metadata is inconsistent at the Patient, Study, and/or Series levels.
Instance Attribute Details
#forced ⇒ Boolean
Providing this parameter will force completion of the CopyImageSet
and UpdateImageSetMetadata
actions, even if metadata is
inconsistent at the Patient, Study, and/or Series levels.
1328 1329 1330 1331 1332 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1328 class Overrides < Struct.new( :forced) SENSITIVE = [] include Aws::Structure end |