Class: Aws::MedicalImaging::Types::DICOMUpdates

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medicalimaging/types.rb

Overview

The object containing ‘removableAttributes` and `updatableAttributes`.

Constant Summary collapse

SENSITIVE =
[:removable_attributes, :updatable_attributes]

Instance Attribute Summary collapse

Instance Attribute Details

#removable_attributesString

The DICOM tags to be removed from ‘ImageSetMetadata`.

Returns:

  • (String)


523
524
525
526
527
528
# File 'lib/aws-sdk-medicalimaging/types.rb', line 523

class DICOMUpdates < Struct.new(
  :removable_attributes,
  :updatable_attributes)
  SENSITIVE = [:removable_attributes, :updatable_attributes]
  include Aws::Structure
end

#updatable_attributesString

The DICOM tags that need to be updated in ‘ImageSetMetadata`.

Returns:

  • (String)


523
524
525
526
527
528
# File 'lib/aws-sdk-medicalimaging/types.rb', line 523

class DICOMUpdates < Struct.new(
  :removable_attributes,
  :updatable_attributes)
  SENSITIVE = [:removable_attributes, :updatable_attributes]
  include Aws::Structure
end