Class: Aws::ComprehendMedical::Types::SNOMEDCTConcept

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

Overview

The SNOMED-CT concepts that the entity could refer to, along with a score indicating the likelihood of the match.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The numeric ID for the SNOMED-CT concept.

Returns:

  • (String)


1490
1491
1492
1493
1494
1495
1496
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1490

class SNOMEDCTConcept < Struct.new(
  :description,
  :code,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the SNOMED-CT concept.

Returns:

  • (String)


1490
1491
1492
1493
1494
1495
1496
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1490

class SNOMEDCTConcept < Struct.new(
  :description,
  :code,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#scoreFloat

The level of confidence Amazon Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.

Returns:

  • (Float)


1490
1491
1492
1493
1494
1495
1496
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1490

class SNOMEDCTConcept < Struct.new(
  :description,
  :code,
  :score)
  SENSITIVE = []
  include Aws::Structure
end