Class: Aws::MedicalImaging::Types::Overrides

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#forcedBoolean

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.

Returns:

  • (Boolean)


1368
1369
1370
1371
1372
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1368

class Overrides < Struct.new(
  :forced)
  SENSITIVE = []
  include Aws::Structure
end