Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
-
Packages that use StartRxNormInferenceJobRequest Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text.software.amazon.awssdk.services.comprehendmedical.transform -
-
Uses of StartRxNormInferenceJobRequest in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical with parameters of type StartRxNormInferenceJobRequest Modifier and Type Method Description default CompletableFuture<StartRxNormInferenceJobResponse>ComprehendMedicalAsyncClient. startRxNormInferenceJob(StartRxNormInferenceJobRequest 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. -
Uses of StartRxNormInferenceJobRequest in software.amazon.awssdk.services.comprehendmedical.transform
Methods in software.amazon.awssdk.services.comprehendmedical.transform with parameters of type StartRxNormInferenceJobRequest Modifier and Type Method Description SdkHttpFullRequestStartRxNormInferenceJobRequestMarshaller. marshall(StartRxNormInferenceJobRequest startRxNormInferenceJobRequest)
-