RxNormTrait class

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

Constructors

RxNormTrait.new({RxNormTraitName? name, double? score})
RxNormTrait.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name RxNormTraitName?
Provides a name or contextual description about the trait.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double?
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected trait.
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