Uses of Interface
software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept.Builder
-
Packages that use ICD10CMConcept.Builder Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of ICD10CMConcept.Builder in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return ICD10CMConcept.Builder Modifier and Type Method Description static ICD10CMConcept.BuilderICD10CMConcept. builder()ICD10CMConcept.BuilderICD10CMConcept.Builder. code(String code)The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.ICD10CMConcept.BuilderICD10CMConcept.Builder. description(String description)The long description of the ICD-10-CM code in the ontology.ICD10CMConcept.BuilderICD10CMConcept.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.ICD10CMConcept.BuilderICD10CMConcept. toBuilder()Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type ICD10CMConcept.Builder Modifier and Type Method Description static Class<? extends ICD10CMConcept.Builder>ICD10CMConcept. serializableBuilderClass()
-