| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
SNOMEDCTConcept |
SNOMEDCTConcept.clone() |
SNOMEDCTConcept |
SNOMEDCTConcept.withCode(String code)
The numeric ID for the SNOMED-CT concept.
|
SNOMEDCTConcept |
SNOMEDCTConcept.withDescription(String description)
The description of the SNOMED-CT concept.
|
SNOMEDCTConcept |
SNOMEDCTConcept.withScore(Float score)
The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT
concept.
|
| Modifier and Type | Method and Description |
|---|---|
List<SNOMEDCTConcept> |
SNOMEDCTEntity.getSNOMEDCTConcepts()
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
List<SNOMEDCTConcept> |
SNOMEDCTAttribute.getSNOMEDCTConcepts()
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 |
SNOMEDCTEntity.withSNOMEDCTConcepts(SNOMEDCTConcept... sNOMEDCTConcepts)
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withSNOMEDCTConcepts(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 |
|---|---|
void |
SNOMEDCTEntity.setSNOMEDCTConcepts(Collection<SNOMEDCTConcept> sNOMEDCTConcepts)
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
void |
SNOMEDCTAttribute.setSNOMEDCTConcepts(Collection<SNOMEDCTConcept> sNOMEDCTConcepts)
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
|
SNOMEDCTEntity |
SNOMEDCTEntity.withSNOMEDCTConcepts(Collection<SNOMEDCTConcept> sNOMEDCTConcepts)
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withSNOMEDCTConcepts(Collection<SNOMEDCTConcept> sNOMEDCTConcepts)
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
|
Copyright © 2021. All rights reserved.