Class: Aws::ComprehendMedical::Types::SNOMEDCTDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb

Overview

The information about the revision of the SNOMED-CT ontology in the response. Specifically, the details include the SNOMED-CT edition, language, and version date.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#editionString

The edition of SNOMED-CT used. The edition used for the InferSNOMEDCT editions is the US edition.

Returns:

  • (String)


1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 1518

class SNOMEDCTDetails < Struct.new(
  :edition,
  :language,
  :version_date)
  SENSITIVE = []
  include Aws::Structure
end

#languageString

The language used in the SNOMED-CT ontology. All Amazon Comprehend Medical operations are US English (en).

Returns:

  • (String)


1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 1518

class SNOMEDCTDetails < Struct.new(
  :edition,
  :language,
  :version_date)
  SENSITIVE = []
  include Aws::Structure
end

#version_dateString

The version date of the SNOMED-CT ontology used.

Returns:

  • (String)


1518
1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 1518

class SNOMEDCTDetails < Struct.new(
  :edition,
  :language,
  :version_date)
  SENSITIVE = []
  include Aws::Structure
end