Class: Aws::MedicalImaging::Types::UpdateImageSetMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::UpdateImageSetMetadataRequest
- Defined in:
- gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_id ⇒ String
The data store identifier.
-
#force ⇒ Boolean
Setting this flag will force the
UpdateImageSetMetadataoperation for the following attributes:. -
#image_set_id ⇒ String
The image set identifier.
-
#include_study_image_sets ⇒ Boolean
Flag to apply the metadata updates to all image sets in the same Study as the requested image set ID.
-
#latest_version_id ⇒ String
The latest image set version identifier.
-
#update_image_set_metadata_updates ⇒ Types::MetadataUpdates
Update image set metadata updates.
Instance Attribute Details
#datastore_id ⇒ String
The data store identifier.
1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1774 class UpdateImageSetMetadataRequest < Struct.new( :datastore_id, :image_set_id, :latest_version_id, :force, :include_study_image_sets, :update_image_set_metadata_updates) SENSITIVE = [] include Aws::Structure end |
#force ⇒ Boolean
Setting this flag will force the UpdateImageSetMetadata operation
for the following attributes:
Tag.StudyInstanceUID,Tag.SeriesInstanceUID,Tag.SOPInstanceUID, andTag.StudyIDAdding, removing, or updating private tags for an individual SOP Instance
1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1774 class UpdateImageSetMetadataRequest < Struct.new( :datastore_id, :image_set_id, :latest_version_id, :force, :include_study_image_sets, :update_image_set_metadata_updates) SENSITIVE = [] include Aws::Structure end |
#image_set_id ⇒ String
The image set identifier.
1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1774 class UpdateImageSetMetadataRequest < Struct.new( :datastore_id, :image_set_id, :latest_version_id, :force, :include_study_image_sets, :update_image_set_metadata_updates) SENSITIVE = [] include Aws::Structure end |
#include_study_image_sets ⇒ Boolean
Flag to apply the metadata updates to all image sets in the same Study as the requested image set ID.
1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1774 class UpdateImageSetMetadataRequest < Struct.new( :datastore_id, :image_set_id, :latest_version_id, :force, :include_study_image_sets, :update_image_set_metadata_updates) SENSITIVE = [] include Aws::Structure end |
#latest_version_id ⇒ String
The latest image set version identifier.
1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1774 class UpdateImageSetMetadataRequest < Struct.new( :datastore_id, :image_set_id, :latest_version_id, :force, :include_study_image_sets, :update_image_set_metadata_updates) SENSITIVE = [] include Aws::Structure end |
#update_image_set_metadata_updates ⇒ Types::MetadataUpdates
Update image set metadata updates.
1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1774 class UpdateImageSetMetadataRequest < Struct.new( :datastore_id, :image_set_id, :latest_version_id, :force, :include_study_image_sets, :update_image_set_metadata_updates) SENSITIVE = [] include Aws::Structure end |