Class: Aws::ComprehendMedical::Types::RxNormConcept
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::RxNormConcept
- Includes:
- Structure
- Defined in:
- 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
-
#code ⇒ String
RxNorm concept ID, also known as the RxCUI.
-
#description ⇒ String
The description of the RxNorm concept.
-
#score ⇒ Float
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.
Instance Attribute Details
#code ⇒ String
RxNorm concept ID, also known as the RxCUI.
1286 1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1286 class RxNormConcept < Struct.new( :description, :code, :score) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the RxNorm concept.
1286 1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1286 class RxNormConcept < Struct.new( :description, :code, :score) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Float
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.
1286 1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1286 class RxNormConcept < Struct.new( :description, :code, :score) SENSITIVE = [] include Aws::Structure end |