Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTConcept
-
Packages that use SNOMEDCTConcept Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of SNOMEDCTConcept in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type SNOMEDCTConcept Modifier and Type Method Description List<SNOMEDCTConcept>SNOMEDCTAttribute. snomedctConcepts()The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.List<SNOMEDCTConcept>SNOMEDCTEntity. snomedctConcepts()The SNOMED 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 SNOMEDCTConcept Modifier and Type Method Description SNOMEDCTAttribute.BuilderSNOMEDCTAttribute.Builder. snomedctConcepts(SNOMEDCTConcept... snomedctConcepts)The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.SNOMEDCTEntity.BuilderSNOMEDCTEntity.Builder. snomedctConcepts(SNOMEDCTConcept... snomedctConcepts)The SNOMED 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 SNOMEDCTConcept Modifier and Type Method Description SNOMEDCTAttribute.BuilderSNOMEDCTAttribute.Builder. snomedctConcepts(Collection<SNOMEDCTConcept> snomedctConcepts)The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.SNOMEDCTEntity.BuilderSNOMEDCTEntity.Builder. snomedctConcepts(Collection<SNOMEDCTConcept> snomedctConcepts)The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the match.
-