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