public static interface ICD10CMConcept.Builder extends SdkPojo, CopyableBuilder<ICD10CMConcept.Builder,ICD10CMConcept>
| Modifier and Type | Method and Description |
|---|---|
ICD10CMConcept.Builder |
code(String code)
The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease
Control.
|
ICD10CMConcept.Builder |
description(String description)
The long description of the ICD-10-CM code in the ontology.
|
ICD10CMConcept.Builder |
score(Float score)
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an
ICD-10-CM concept.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildICD10CMConcept.Builder description(String description)
The long description of the ICD-10-CM code in the ontology.
description - The long description of the ICD-10-CM code in the ontology.ICD10CMConcept.Builder code(String code)
The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.
code - The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for
Disease Control.ICD10CMConcept.Builder score(Float score)
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.
score - The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an
ICD-10-CM concept.Copyright © 2022. All rights reserved.