Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse
-
Packages that use InferRxNormResponse Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text. -
-
Uses of InferRxNormResponse in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical that return InferRxNormResponse Modifier and Type Method Description 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.default InferRxNormResponseComprehendMedicalClient. inferRxNorm(InferRxNormRequest 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.Methods in software.amazon.awssdk.services.comprehendmedical that return types with arguments of type InferRxNormResponse 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 CompletableFuture<InferRxNormResponse>ComprehendMedicalAsyncClient. inferRxNorm(InferRxNormRequest 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.
-