Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse
-
Packages that use InferIcd10CmResponse Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text. -
-
Uses of InferIcd10CmResponse in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical that return InferIcd10CmResponse Modifier and Type Method Description default InferIcd10CmResponseComprehendMedicalClient. inferICD10CM(Consumer<InferIcd10CmRequest.Builder> inferIcd10CmRequest)InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control.default InferIcd10CmResponseComprehendMedicalClient. inferICD10CM(InferIcd10CmRequest inferIcd10CmRequest)InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control.Methods in software.amazon.awssdk.services.comprehendmedical that return types with arguments of type InferIcd10CmResponse Modifier and Type Method Description default CompletableFuture<InferIcd10CmResponse>ComprehendMedicalAsyncClient. inferICD10CM(Consumer<InferIcd10CmRequest.Builder> inferIcd10CmRequest)InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control.default CompletableFuture<InferIcd10CmResponse>ComprehendMedicalAsyncClient. inferICD10CM(InferIcd10CmRequest inferIcd10CmRequest)InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control.
-