Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
-
Packages that use ICD10CMEntity Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of ICD10CMEntity in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type ICD10CMEntity Modifier and Type Method Description List<ICD10CMEntity>InferIcd10CmResponse. entities()The medical conditions detected in the text linked to ICD-10-CM concepts.Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type ICD10CMEntity Modifier and Type Method Description InferIcd10CmResponse.BuilderInferIcd10CmResponse.Builder. entities(ICD10CMEntity... entities)The medical conditions detected in the text linked to ICD-10-CM concepts.Method parameters in software.amazon.awssdk.services.comprehendmedical.model with type arguments of type ICD10CMEntity Modifier and Type Method Description InferIcd10CmResponse.BuilderInferIcd10CmResponse.Builder. entities(Collection<ICD10CMEntity> entities)The medical conditions detected in the text linked to ICD-10-CM concepts.
-