Class: Aws::MedicalImaging::Types::ImageSetsMetadataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::ImageSetsMetadataSummary
- Defined in:
- gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb
Overview
Summary of the image set metadata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time an image set is created.
-
#dicom_tags ⇒ Types::DICOMTags
The DICOM tags associated with the image set.
-
#image_set_id ⇒ String
The image set identifier.
-
#is_primary ⇒ Boolean
The flag to determine whether the image set is primary or not.
-
#last_accessed_at ⇒ Time
When the image set was last accessed.
-
#storage_tier ⇒ String
The image set's storage tier.
-
#updated_at ⇒ Time
The time an image set was last updated.
-
#version ⇒ Integer
The image set version.
Instance Attribute Details
#created_at ⇒ Time
The time an image set is created. Sample creation date is provided
in 1985-04-12T23:20:50.52Z format.
1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1121 class ImageSetsMetadataSummary < Struct.new( :image_set_id, :version, :created_at, :updated_at, :last_accessed_at, :storage_tier, :dicom_tags, :is_primary) SENSITIVE = [] include Aws::Structure end |
#dicom_tags ⇒ Types::DICOMTags
The DICOM tags associated with the image set.
1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1121 class ImageSetsMetadataSummary < Struct.new( :image_set_id, :version, :created_at, :updated_at, :last_accessed_at, :storage_tier, :dicom_tags, :is_primary) SENSITIVE = [] include Aws::Structure end |
#image_set_id ⇒ String
The image set identifier.
1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1121 class ImageSetsMetadataSummary < Struct.new( :image_set_id, :version, :created_at, :updated_at, :last_accessed_at, :storage_tier, :dicom_tags, :is_primary) SENSITIVE = [] include Aws::Structure end |
#is_primary ⇒ Boolean
The flag to determine whether the image set is primary or not.
1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1121 class ImageSetsMetadataSummary < Struct.new( :image_set_id, :version, :created_at, :updated_at, :last_accessed_at, :storage_tier, :dicom_tags, :is_primary) SENSITIVE = [] include Aws::Structure end |
#last_accessed_at ⇒ Time
When the image set was last accessed.
1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1121 class ImageSetsMetadataSummary < Struct.new( :image_set_id, :version, :created_at, :updated_at, :last_accessed_at, :storage_tier, :dicom_tags, :is_primary) SENSITIVE = [] include Aws::Structure end |
#storage_tier ⇒ String
The image set's storage tier.
1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1121 class ImageSetsMetadataSummary < Struct.new( :image_set_id, :version, :created_at, :updated_at, :last_accessed_at, :storage_tier, :dicom_tags, :is_primary) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time an image set was last updated.
1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1121 class ImageSetsMetadataSummary < Struct.new( :image_set_id, :version, :created_at, :updated_at, :last_accessed_at, :storage_tier, :dicom_tags, :is_primary) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The image set version.
1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1121 class ImageSetsMetadataSummary < Struct.new( :image_set_id, :version, :created_at, :updated_at, :last_accessed_at, :storage_tier, :dicom_tags, :is_primary) SENSITIVE = [] include Aws::Structure end |