Class: Aws::MedicalImaging::Types::UpdateImageSetMetadataRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_idString

The data store identifier.

Returns:

  • (String)


1702
1703
1704
1705
1706
1707
1708
1709
1710
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1702

class UpdateImageSetMetadataRequest < Struct.new(
  :datastore_id,
  :image_set_id,
  :latest_version_id,
  :force,
  :update_image_set_metadata_updates)
  SENSITIVE = []
  include Aws::Structure
end

#forceBoolean

Setting this flag will force the UpdateImageSetMetadata operation for the following attributes:

  • Tag.StudyInstanceUID, Tag.SeriesInstanceUID, Tag.SOPInstanceUID, and Tag.StudyID

  • Adding, removing, or updating private tags for an individual SOP Instance

Returns:

  • (Boolean)


1702
1703
1704
1705
1706
1707
1708
1709
1710
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1702

class UpdateImageSetMetadataRequest < Struct.new(
  :datastore_id,
  :image_set_id,
  :latest_version_id,
  :force,
  :update_image_set_metadata_updates)
  SENSITIVE = []
  include Aws::Structure
end

#image_set_idString

The image set identifier.

Returns:

  • (String)


1702
1703
1704
1705
1706
1707
1708
1709
1710
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1702

class UpdateImageSetMetadataRequest < Struct.new(
  :datastore_id,
  :image_set_id,
  :latest_version_id,
  :force,
  :update_image_set_metadata_updates)
  SENSITIVE = []
  include Aws::Structure
end

#latest_version_idString

The latest image set version identifier.

Returns:

  • (String)


1702
1703
1704
1705
1706
1707
1708
1709
1710
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1702

class UpdateImageSetMetadataRequest < Struct.new(
  :datastore_id,
  :image_set_id,
  :latest_version_id,
  :force,
  :update_image_set_metadata_updates)
  SENSITIVE = []
  include Aws::Structure
end

#update_image_set_metadata_updatesTypes::MetadataUpdates

Update image set metadata updates.



1702
1703
1704
1705
1706
1707
1708
1709
1710
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1702

class UpdateImageSetMetadataRequest < Struct.new(
  :datastore_id,
  :image_set_id,
  :latest_version_id,
  :force,
  :update_image_set_metadata_updates)
  SENSITIVE = []
  include Aws::Structure
end