ICD10CMConcept class

The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.

Constructors

ICD10CMConcept({String? code, String? description, double? score})
ICD10CMConcept.fromJson(Map<String, dynamic> json)
factory

Properties

code String?
The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.
final
description String?
The long description of the ICD-10-CM code in the ontology.
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 an ICD-10-CM 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