| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
List<ICD10CMConcept> |
ICD10CMEntity.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 |
|---|---|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.icd10CMConcepts(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 |
|---|---|
ICD10CMEntity.Builder |
ICD10CMEntity.Builder.icd10CMConcepts(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 © 2021. All rights reserved.