Class: Aws::ComprehendMedical::Types::RxNormConcept

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

Overview

The RxNorm concept 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

RxNorm concept ID, also known as the RxCUI.

Returns:

  • (String)


1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 1286

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

#descriptionString

The description of the RxNorm concept.

Returns:

  • (String)


1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 1286

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

#scoreFloat

The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.

Returns:

  • (Float)


1286
1287
1288
1289
1290
1291
1292
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 1286

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