@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SNOMEDCTConcept extends Object implements Serializable, Cloneable, StructuredPojo
The SNOMED-CT concepts that the entity could refer to, along with a score indicating the likelihood of the match.
| Constructor and Description |
|---|
SNOMEDCTConcept() |
| Modifier and Type | Method and Description |
|---|---|
SNOMEDCTConcept |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
The numeric ID for the SNOMED-CT concept.
|
String |
getDescription()
The description of the SNOMED-CT concept.
|
Float |
getScore()
The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT
concept.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCode(String code)
The numeric ID for the SNOMED-CT concept.
|
void |
setDescription(String description)
The description of the SNOMED-CT concept.
|
void |
setScore(Float score)
The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT
concept.
|
String |
toString()
Returns a string representation of this object.
|
SNOMEDCTConcept |
withCode(String code)
The numeric ID for the SNOMED-CT concept.
|
SNOMEDCTConcept |
withDescription(String description)
The description of the SNOMED-CT concept.
|
SNOMEDCTConcept |
withScore(Float score)
The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT
concept.
|
public void setDescription(String description)
The description of the SNOMED-CT concept.
description - The description of the SNOMED-CT concept.public String getDescription()
The description of the SNOMED-CT concept.
public SNOMEDCTConcept withDescription(String description)
The description of the SNOMED-CT concept.
description - The description of the SNOMED-CT concept.public void setCode(String code)
The numeric ID for the SNOMED-CT concept.
code - The numeric ID for the SNOMED-CT concept.public String getCode()
The numeric ID for the SNOMED-CT concept.
public SNOMEDCTConcept withCode(String code)
The numeric ID for the SNOMED-CT concept.
code - The numeric ID for the SNOMED-CT concept.public void setScore(Float score)
The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.
score - The level of confidence Comprehend Medical has that the entity should be linked to the identified
SNOMED-CT concept.public Float getScore()
The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.
public SNOMEDCTConcept withScore(Float score)
The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.
score - The level of confidence Comprehend Medical has that the entity should be linked to the identified
SNOMED-CT concept.public String toString()
toString in class ObjectObject.toString()public SNOMEDCTConcept clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.