Class: Aws::ComprehendMedical::Types::RxNormTrait

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

Overview

The contextual information for the entity. InferRxNorm recognizes the trait `NEGATION`, which is any indication that the patient is not taking a medication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Provides a name or contextual description about the trait.

Returns:

  • (String)

1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1393

class RxNormTrait < Struct.new(
  :name,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#scoreFloat

The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected trait.

Returns:

  • (Float)

1393
1394
1395
1396
1397
1398
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1393

class RxNormTrait < Struct.new(
  :name,
  :score)
  SENSITIVE = []
  include Aws::Structure
end