Class ICD10CMConcept
- java.lang.Object
-
- software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ICD10CMConcept.Builder,ICD10CMConcept>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceICD10CMConcept.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ICD10CMConcept.Builderbuilder()Stringcode()The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.Stringdescription()The long description of the ICD-10-CM code in the ontology.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Floatscore()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
description
public final String description()
The long description of the ICD-10-CM code in the ontology.
- Returns:
- The long description of the ICD-10-CM code in the ontology.
-
code
public final String code()
The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.
- Returns:
- The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.
-
score
public final Float score()
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.
- Returns:
- The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.
-
toBuilder
public ICD10CMConcept.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ICD10CMConcept.Builder,ICD10CMConcept>
-
builder
public static ICD10CMConcept.Builder builder()
-
serializableBuilderClass
public static Class<? extends ICD10CMConcept.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-