Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.InferRxNormRequest
-
Packages that use InferRxNormRequest 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 InferRxNormRequest in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical with parameters of type InferRxNormRequest Modifier and Type Method Description 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.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. -
Uses of InferRxNormRequest in software.amazon.awssdk.services.comprehendmedical.transform
Methods in software.amazon.awssdk.services.comprehendmedical.transform with parameters of type InferRxNormRequest Modifier and Type Method Description SdkHttpFullRequestInferRxNormRequestMarshaller. marshall(InferRxNormRequest inferRxNormRequest)
-