Class: Aws::MedicalImaging::Types::ImageSetsMetadataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::ImageSetsMetadataSummary
- Includes:
- Structure
- Defined in:
- 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.
-
#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.
1009 1010 1011 1012 1013 1014 1015 1016 1017 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1009 class ImageSetsMetadataSummary < Struct.new( :image_set_id, :version, :created_at, :updated_at, :dicom_tags) SENSITIVE = [] include Aws::Structure end |
#dicom_tags ⇒ Types::DICOMTags
The DICOM tags associated with the image set.
1009 1010 1011 1012 1013 1014 1015 1016 1017 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1009 class ImageSetsMetadataSummary < Struct.new( :image_set_id, :version, :created_at, :updated_at, :dicom_tags) SENSITIVE = [] include Aws::Structure end |
#image_set_id ⇒ String
The image set identifier.
1009 1010 1011 1012 1013 1014 1015 1016 1017 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1009 class ImageSetsMetadataSummary < Struct.new( :image_set_id, :version, :created_at, :updated_at, :dicom_tags) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time an image set was last updated.
1009 1010 1011 1012 1013 1014 1015 1016 1017 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1009 class ImageSetsMetadataSummary < Struct.new( :image_set_id, :version, :created_at, :updated_at, :dicom_tags) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The image set version.
1009 1010 1011 1012 1013 1014 1015 1016 1017 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1009 class ImageSetsMetadataSummary < Struct.new( :image_set_id, :version, :created_at, :updated_at, :dicom_tags) SENSITIVE = [] include Aws::Structure end |