Class: Aws::MedicalImaging::Types::ImageSetsMetadataSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The time an image set is created. Sample creation date is provided in ‘1985-04-12T23:20:50.52Z` format.

Returns:

  • (Time)


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_tagsTypes::DICOMTags

The DICOM tags associated with the image set.

Returns:



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_idString

The image set identifier.

Returns:

  • (String)


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_atTime

The time an image set was last updated.

Returns:

  • (Time)


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

#versionInteger

The image set version.

Returns:

  • (Integer)


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