ICD10CMTrait class
Contextual information for the entity. The traits recognized by InferICD10CM
are DIAGNOSIS
, SIGN
, SYMPTOM
, and
NEGATION
.
Constructors
- ICD10CMTrait({ICD10CMTraitName? name, double? score})
-
ICD10CMTrait.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → ICD10CMTraitName?
-
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 that the segment
of text is correctly recognized as a 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