| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
ICD10CMConcept |
ICD10CMConcept.clone() |
ICD10CMConcept |
ICD10CMConcept.withCode(String code)
The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.
|
ICD10CMConcept |
ICD10CMConcept.withDescription(String description)
The long description of the ICD-10-CM code in the ontology.
|
ICD10CMConcept |
ICD10CMConcept.withScore(Float score)
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM
concept.
|
| Modifier and Type | Method and Description |
|---|---|
List<ICD10CMConcept> |
ICD10CMEntity.getICD10CMConcepts()
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
| Modifier and Type | Method and Description |
|---|---|
ICD10CMEntity |
ICD10CMEntity.withICD10CMConcepts(ICD10CMConcept... iCD10CMConcepts)
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICD10CMEntity.setICD10CMConcepts(Collection<ICD10CMConcept> iCD10CMConcepts)
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
ICD10CMEntity |
ICD10CMEntity.withICD10CMConcepts(Collection<ICD10CMConcept> iCD10CMConcepts)
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
Copyright © 2020. All rights reserved.