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.
1294 1295 1296 1297 1298 1299 1300 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1294 class RxNormConcept < Struct.new( :description, :code, :score) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the RxNorm concept.
1294 1295 1296 1297 1298 1299 1300 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1294 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.
1294 1295 1296 1297 1298 1299 1300 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1294 class RxNormConcept < Struct.new( :description, :code, :score) SENSITIVE = [] include Aws::Structure end |