Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
-
Packages that use RxNormEntity Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of RxNormEntity in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type RxNormEntity Modifier and Type Method Description List<RxNormEntity>InferRxNormResponse. entities()The medication entities detected in the text linked to RxNorm concepts.Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type RxNormEntity Modifier and Type Method Description InferRxNormResponse.BuilderInferRxNormResponse.Builder. entities(RxNormEntity... entities)The medication entities detected in the text linked to RxNorm concepts.Method parameters in software.amazon.awssdk.services.comprehendmedical.model with type arguments of type RxNormEntity Modifier and Type Method Description InferRxNormResponse.BuilderInferRxNormResponse.Builder. entities(Collection<RxNormEntity> entities)The medication entities detected in the text linked to RxNorm concepts.
-