| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
static ICD10CMConcept.Builder |
ICD10CMConcept.builder() |
ICD10CMConcept.Builder |
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 |
ICD10CMConcept.Builder.description(String description)
The long description of the ICD-10-CM code in the ontology.
|
ICD10CMConcept.Builder |
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.
|
ICD10CMConcept.Builder |
ICD10CMConcept.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ICD10CMConcept.Builder> |
ICD10CMConcept.serializableBuilderClass() |
Copyright © 2020. All rights reserved.