| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
List<SNOMEDCTConcept> |
SNOMEDCTEntity.snomedctConcepts()
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
List<SNOMEDCTConcept> |
SNOMEDCTAttribute.snomedctConcepts()
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
|
| Modifier and Type | Method and Description |
|---|---|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.snomedctConcepts(SNOMEDCTConcept... snomedctConcepts)
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.snomedctConcepts(SNOMEDCTConcept... snomedctConcepts)
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
|
| Modifier and Type | Method and Description |
|---|---|
SNOMEDCTEntity.Builder |
SNOMEDCTEntity.Builder.snomedctConcepts(Collection<SNOMEDCTConcept> snomedctConcepts)
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.snomedctConcepts(Collection<SNOMEDCTConcept> snomedctConcepts)
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
|
Copyright © 2022. All rights reserved.