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

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

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)


981
982
983
984
985
986
987
988
989
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 981

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:



981
982
983
984
985
986
987
988
989
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 981

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)


981
982
983
984
985
986
987
988
989
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 981

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)


981
982
983
984
985
986
987
988
989
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 981

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)


981
982
983
984
985
986
987
988
989
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 981

class ImageSetsMetadataSummary < Struct.new(
  :image_set_id,
  :version,
  :created_at,
  :updated_at,
  :dicom_tags)
  SENSITIVE = []
  include Aws::Structure
end