Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept
-
Packages that use RxNormConcept Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of RxNormConcept in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type RxNormConcept Modifier and Type Method Description List<RxNormConcept>RxNormEntity. rxNormConcepts()The RxNorm 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 RxNormConcept Modifier and Type Method Description RxNormEntity.BuilderRxNormEntity.Builder. rxNormConcepts(RxNormConcept... rxNormConcepts)The RxNorm 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 RxNormConcept Modifier and Type Method Description RxNormEntity.BuilderRxNormEntity.Builder. rxNormConcepts(Collection<RxNormConcept> rxNormConcepts)The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the match.
-