Class: Aws::ComprehendMedical::Types::RxNormTrait
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ComprehendMedical::Types::RxNormTrait
 
 
- 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
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides a name or contextual description about the trait.
 - 
  
    
      #score  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected trait.
 
Instance Attribute Details
#name ⇒ String
Provides a name or contextual description about the trait.
      1385 1386 1387 1388 1389 1390  | 
    
      # File 'lib/aws-sdk-comprehendmedical/types.rb', line 1385 class RxNormTrait < Struct.new( :name, :score) SENSITIVE = [] include Aws::Structure end  | 
  
#score ⇒ Float
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected trait.
      1385 1386 1387 1388 1389 1390  | 
    
      # File 'lib/aws-sdk-comprehendmedical/types.rb', line 1385 class RxNormTrait < Struct.new( :name, :score) SENSITIVE = [] include Aws::Structure end  |