@Generated(value="software.amazon.awssdk:codegen") public final class ICD10CMConcept extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ICD10CMConcept.Builder,ICD10CMConcept>
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ICD10CMConcept.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ICD10CMConcept.Builder |
builder() |
String |
code()
The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.
|
String |
description()
The long description of the ICD-10-CM code in the ontology.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Float |
score()
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM
concept.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ICD10CMConcept.Builder> |
serializableBuilderClass() |
ICD10CMConcept.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String description()
The long description of the ICD-10-CM code in the ontology.
public String code()
The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.
public Float score()
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.
public ICD10CMConcept.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ICD10CMConcept.Builder,ICD10CMConcept>public static ICD10CMConcept.Builder builder()
public static Class<? extends ICD10CMConcept.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.