Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept
-
Packages that use ICD10CMConcept Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of ICD10CMConcept in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type ICD10CMConcept Modifier and Type Method Description List<ICD10CMConcept>ICD10CMEntity. icd10CMConcepts()The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type ICD10CMConcept Modifier and Type Method Description ICD10CMEntity.BuilderICD10CMEntity.Builder. icd10CMConcepts(ICD10CMConcept... icd10CMConcepts)The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.Method parameters in software.amazon.awssdk.services.comprehendmedical.model with type arguments of type ICD10CMConcept Modifier and Type Method Description ICD10CMEntity.BuilderICD10CMEntity.Builder. icd10CMConcepts(Collection<ICD10CMConcept> icd10CMConcepts)The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
-