Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse
-
Packages that use InferSnomedctResponse Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text. -
-
Uses of InferSnomedctResponse in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical that return InferSnomedctResponse Modifier and Type Method Description default InferSnomedctResponseComprehendMedicalClient. inferSNOMEDCT(Consumer<InferSnomedctRequest.Builder> inferSnomedctRequest)InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontologydefault InferSnomedctResponseComprehendMedicalClient. inferSNOMEDCT(InferSnomedctRequest inferSnomedctRequest)InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontologyMethods in software.amazon.awssdk.services.comprehendmedical that return types with arguments of type InferSnomedctResponse Modifier and Type Method Description default CompletableFuture<InferSnomedctResponse>ComprehendMedicalAsyncClient. inferSNOMEDCT(Consumer<InferSnomedctRequest.Builder> inferSnomedctRequest)InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontologydefault CompletableFuture<InferSnomedctResponse>ComprehendMedicalAsyncClient. inferSNOMEDCT(InferSnomedctRequest inferSnomedctRequest)InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology
-