RxNormConcept class
The RxNorm concept that the entity could refer to, along with a score indicating the likelihood of the match.
Constructors
- RxNormConcept({String? code, String? description, double? score})
-
RxNormConcept.fromJson(Map<
String, dynamic> json) -
factory
Properties
- code → String?
-
RxNorm concept ID, also known as the RxCUI.
final
- description → String?
-
The description of the RxNorm concept.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → double?
-
The level of confidence that Amazon Comprehend Medical has that the entity
is accurately linked to the reported RxNorm concept.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited