Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
-
Packages that use RxNormAttribute Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of RxNormAttribute in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type RxNormAttribute Modifier and Type Method Description List<RxNormAttribute>RxNormEntity. attributes()The extracted attributes that relate to the entity.Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type RxNormAttribute Modifier and Type Method Description RxNormEntity.BuilderRxNormEntity.Builder. attributes(RxNormAttribute... attributes)The extracted attributes that relate to the entity.Method parameters in software.amazon.awssdk.services.comprehendmedical.model with type arguments of type RxNormAttribute Modifier and Type Method Description RxNormEntity.BuilderRxNormEntity.Builder. attributes(Collection<RxNormAttribute> attributes)The extracted attributes that relate to the entity.
-