Uses of Interface
software.amazon.awssdk.services.comprehendmedical.model.InferRxNormRequest.Builder
-
Packages that use InferRxNormRequest.Builder Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text.software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of InferRxNormRequest.Builder in software.amazon.awssdk.services.comprehendmedical
Method parameters in software.amazon.awssdk.services.comprehendmedical with type arguments of type InferRxNormRequest.Builder Modifier and Type Method Description default CompletableFuture<InferRxNormResponse>ComprehendMedicalAsyncClient. inferRxNorm(Consumer<InferRxNormRequest.Builder> inferRxNormRequest)InferRxNorm detects medications as entities listed in a patient record and links to the normalized concept identifiers in the RxNorm database from the National Library of Medicine.default InferRxNormResponseComprehendMedicalClient. inferRxNorm(Consumer<InferRxNormRequest.Builder> inferRxNormRequest)InferRxNorm detects medications as entities listed in a patient record and links to the normalized concept identifiers in the RxNorm database from the National Library of Medicine. -
Uses of InferRxNormRequest.Builder in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return InferRxNormRequest.Builder Modifier and Type Method Description static InferRxNormRequest.BuilderInferRxNormRequest. builder()InferRxNormRequest.BuilderInferRxNormRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)InferRxNormRequest.BuilderInferRxNormRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)InferRxNormRequest.BuilderInferRxNormRequest.Builder. text(String text)The input text used for analysis.InferRxNormRequest.BuilderInferRxNormRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type InferRxNormRequest.Builder Modifier and Type Method Description static Class<? extends InferRxNormRequest.Builder>InferRxNormRequest. serializableBuilderClass()
-