Interface ICD10CMConcept.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ICD10CMConcept.Builder,ICD10CMConcept>,SdkBuilder<ICD10CMConcept.Builder,ICD10CMConcept>,SdkPojo
- Enclosing class:
- ICD10CMConcept
public static interface ICD10CMConcept.Builder extends SdkPojo, CopyableBuilder<ICD10CMConcept.Builder,ICD10CMConcept>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICD10CMConcept.Buildercode(String code)The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.ICD10CMConcept.Builderdescription(String description)The long description of the ICD-10-CM code in the ontology.ICD10CMConcept.Builderscore(Float score)The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
description
ICD10CMConcept.Builder description(String description)
The long description of the ICD-10-CM code in the ontology.
- Parameters:
description- The long description of the ICD-10-CM code in the ontology.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
ICD10CMConcept.Builder code(String code)
The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.
- Parameters:
code- The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
score
ICD10CMConcept.Builder score(Float score)
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.
- Parameters:
score- The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-