Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobResponse
-
Packages that use StartRxNormInferenceJobResponse Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text. -
-
Uses of StartRxNormInferenceJobResponse in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical that return StartRxNormInferenceJobResponse Modifier and Type Method Description default StartRxNormInferenceJobResponseComprehendMedicalClient. startRxNormInferenceJob(Consumer<StartRxNormInferenceJobRequest.Builder> startRxNormInferenceJobRequest)Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology.default StartRxNormInferenceJobResponseComprehendMedicalClient. startRxNormInferenceJob(StartRxNormInferenceJobRequest startRxNormInferenceJobRequest)Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology.Methods in software.amazon.awssdk.services.comprehendmedical that return types with arguments of type StartRxNormInferenceJobResponse Modifier and Type Method Description default CompletableFuture<StartRxNormInferenceJobResponse>ComprehendMedicalAsyncClient. startRxNormInferenceJob(Consumer<StartRxNormInferenceJobRequest.Builder> startRxNormInferenceJobRequest)Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology.default CompletableFuture<StartRxNormInferenceJobResponse>ComprehendMedicalAsyncClient. startRxNormInferenceJob(StartRxNormInferenceJobRequest startRxNormInferenceJobRequest)Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology.
-