| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical |
Amazon Comprehend Medical extracts structured information from unstructured clinical text.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeEntitiesDetectionV2JobResponse |
ComprehendMedicalClient.describeEntitiesDetectionV2Job(Consumer<DescribeEntitiesDetectionV2JobRequest.Builder> describeEntitiesDetectionV2JobRequest)
Gets the properties associated with a medical entities detection job.
|
default DescribeEntitiesDetectionV2JobResponse |
ComprehendMedicalClient.describeEntitiesDetectionV2Job(DescribeEntitiesDetectionV2JobRequest describeEntitiesDetectionV2JobRequest)
Gets the properties associated with a medical entities detection job.
|
default DescribeIcd10CmInferenceJobResponse |
ComprehendMedicalClient.describeICD10CMInferenceJob(Consumer<DescribeIcd10CmInferenceJobRequest.Builder> describeIcd10CmInferenceJobRequest)
Gets the properties associated with an InferICD10CM job.
|
default DescribeIcd10CmInferenceJobResponse |
ComprehendMedicalClient.describeICD10CMInferenceJob(DescribeIcd10CmInferenceJobRequest describeIcd10CmInferenceJobRequest)
Gets the properties associated with an InferICD10CM job.
|
default DescribePhiDetectionJobResponse |
ComprehendMedicalClient.describePHIDetectionJob(Consumer<DescribePhiDetectionJobRequest.Builder> describePhiDetectionJobRequest)
Gets the properties associated with a protected health information (PHI) detection job.
|
default DescribePhiDetectionJobResponse |
ComprehendMedicalClient.describePHIDetectionJob(DescribePhiDetectionJobRequest describePhiDetectionJobRequest)
Gets the properties associated with a protected health information (PHI) detection job.
|
default DescribeRxNormInferenceJobResponse |
ComprehendMedicalClient.describeRxNormInferenceJob(Consumer<DescribeRxNormInferenceJobRequest.Builder> describeRxNormInferenceJobRequest)
Gets the properties associated with an InferRxNorm job.
|
default DescribeRxNormInferenceJobResponse |
ComprehendMedicalClient.describeRxNormInferenceJob(DescribeRxNormInferenceJobRequest describeRxNormInferenceJobRequest)
Gets the properties associated with an InferRxNorm job.
|
default DescribeSnomedctInferenceJobResponse |
ComprehendMedicalClient.describeSNOMEDCTInferenceJob(Consumer<DescribeSnomedctInferenceJobRequest.Builder> describeSnomedctInferenceJobRequest)
Gets the properties associated with an InferSNOMEDCT job.
|
default DescribeSnomedctInferenceJobResponse |
ComprehendMedicalClient.describeSNOMEDCTInferenceJob(DescribeSnomedctInferenceJobRequest describeSnomedctInferenceJobRequest)
Gets the properties associated with an InferSNOMEDCT job.
|
default DetectEntitiesResponse |
ComprehendMedicalClient.detectEntities(Consumer<DetectEntitiesRequest.Builder> detectEntitiesRequest)
Deprecated.
This operation is deprecated, use DetectEntitiesV2 instead.
|
default DetectEntitiesResponse |
ComprehendMedicalClient.detectEntities(DetectEntitiesRequest detectEntitiesRequest)
Deprecated.
This operation is deprecated, use DetectEntitiesV2 instead.
|
default DetectEntitiesV2Response |
ComprehendMedicalClient.detectEntitiesV2(Consumer<DetectEntitiesV2Request.Builder> detectEntitiesV2Request)
Inspects the clinical text for a variety of medical entities and returns specific information about them such as
entity category, location, and confidence score on that information.
|
default DetectEntitiesV2Response |
ComprehendMedicalClient.detectEntitiesV2(DetectEntitiesV2Request detectEntitiesV2Request)
Inspects the clinical text for a variety of medical entities and returns specific information about them such as
entity category, location, and confidence score on that information.
|
default DetectPhiResponse |
ComprehendMedicalClient.detectPHI(Consumer<DetectPhiRequest.Builder> detectPhiRequest)
Inspects the clinical text for protected health information (PHI) entities and returns the entity category,
location, and confidence score for each entity.
|
default DetectPhiResponse |
ComprehendMedicalClient.detectPHI(DetectPhiRequest detectPhiRequest)
Inspects the clinical text for protected health information (PHI) entities and returns the entity category,
location, and confidence score for each entity.
|
default InferIcd10CmResponse |
ComprehendMedicalClient.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 InferIcd10CmResponse |
ComprehendMedicalClient.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 InferRxNormResponse |
ComprehendMedicalClient.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 InferRxNormResponse |
ComprehendMedicalClient.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 InferSnomedctResponse |
ComprehendMedicalClient.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) ontology
|
default InferSnomedctResponse |
ComprehendMedicalClient.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
|
default ListEntitiesDetectionV2JobsResponse |
ComprehendMedicalClient.listEntitiesDetectionV2Jobs(Consumer<ListEntitiesDetectionV2JobsRequest.Builder> listEntitiesDetectionV2JobsRequest)
Gets a list of medical entity detection jobs that you have submitted.
|
default ListEntitiesDetectionV2JobsResponse |
ComprehendMedicalClient.listEntitiesDetectionV2Jobs(ListEntitiesDetectionV2JobsRequest listEntitiesDetectionV2JobsRequest)
Gets a list of medical entity detection jobs that you have submitted.
|
default ListIcd10CmInferenceJobsResponse |
ComprehendMedicalClient.listICD10CMInferenceJobs(Consumer<ListIcd10CmInferenceJobsRequest.Builder> listIcd10CmInferenceJobsRequest)
Gets a list of InferICD10CM jobs that you have submitted.
|
default ListIcd10CmInferenceJobsResponse |
ComprehendMedicalClient.listICD10CMInferenceJobs(ListIcd10CmInferenceJobsRequest listIcd10CmInferenceJobsRequest)
Gets a list of InferICD10CM jobs that you have submitted.
|
default ListPhiDetectionJobsResponse |
ComprehendMedicalClient.listPHIDetectionJobs(Consumer<ListPhiDetectionJobsRequest.Builder> listPhiDetectionJobsRequest)
Gets a list of protected health information (PHI) detection jobs you have submitted.
|
default ListPhiDetectionJobsResponse |
ComprehendMedicalClient.listPHIDetectionJobs(ListPhiDetectionJobsRequest listPhiDetectionJobsRequest)
Gets a list of protected health information (PHI) detection jobs you have submitted.
|
default ListRxNormInferenceJobsResponse |
ComprehendMedicalClient.listRxNormInferenceJobs(Consumer<ListRxNormInferenceJobsRequest.Builder> listRxNormInferenceJobsRequest)
Gets a list of InferRxNorm jobs that you have submitted.
|
default ListRxNormInferenceJobsResponse |
ComprehendMedicalClient.listRxNormInferenceJobs(ListRxNormInferenceJobsRequest listRxNormInferenceJobsRequest)
Gets a list of InferRxNorm jobs that you have submitted.
|
default ListSnomedctInferenceJobsResponse |
ComprehendMedicalClient.listSNOMEDCTInferenceJobs(Consumer<ListSnomedctInferenceJobsRequest.Builder> listSnomedctInferenceJobsRequest)
Gets a list of InferSNOMEDCT jobs a user has submitted.
|
default ListSnomedctInferenceJobsResponse |
ComprehendMedicalClient.listSNOMEDCTInferenceJobs(ListSnomedctInferenceJobsRequest listSnomedctInferenceJobsRequest)
Gets a list of InferSNOMEDCT jobs a user has submitted.
|
default StartEntitiesDetectionV2JobResponse |
ComprehendMedicalClient.startEntitiesDetectionV2Job(Consumer<StartEntitiesDetectionV2JobRequest.Builder> startEntitiesDetectionV2JobRequest)
Starts an asynchronous medical entity detection job for a collection of documents.
|
default StartEntitiesDetectionV2JobResponse |
ComprehendMedicalClient.startEntitiesDetectionV2Job(StartEntitiesDetectionV2JobRequest startEntitiesDetectionV2JobRequest)
Starts an asynchronous medical entity detection job for a collection of documents.
|
default StartIcd10CmInferenceJobResponse |
ComprehendMedicalClient.startICD10CMInferenceJob(Consumer<StartIcd10CmInferenceJobRequest.Builder> startIcd10CmInferenceJobRequest)
Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology.
|
default StartIcd10CmInferenceJobResponse |
ComprehendMedicalClient.startICD10CMInferenceJob(StartIcd10CmInferenceJobRequest startIcd10CmInferenceJobRequest)
Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology.
|
default StartPhiDetectionJobResponse |
ComprehendMedicalClient.startPHIDetectionJob(Consumer<StartPhiDetectionJobRequest.Builder> startPhiDetectionJobRequest)
Starts an asynchronous job to detect protected health information (PHI).
|
default StartPhiDetectionJobResponse |
ComprehendMedicalClient.startPHIDetectionJob(StartPhiDetectionJobRequest startPhiDetectionJobRequest)
Starts an asynchronous job to detect protected health information (PHI).
|
default StartRxNormInferenceJobResponse |
ComprehendMedicalClient.startRxNormInferenceJob(Consumer<StartRxNormInferenceJobRequest.Builder> startRxNormInferenceJobRequest)
Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology.
|
default StartRxNormInferenceJobResponse |
ComprehendMedicalClient.startRxNormInferenceJob(StartRxNormInferenceJobRequest startRxNormInferenceJobRequest)
Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology.
|
default StartSnomedctInferenceJobResponse |
ComprehendMedicalClient.startSNOMEDCTInferenceJob(Consumer<StartSnomedctInferenceJobRequest.Builder> startSnomedctInferenceJobRequest)
Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology.
|
default StartSnomedctInferenceJobResponse |
ComprehendMedicalClient.startSNOMEDCTInferenceJob(StartSnomedctInferenceJobRequest startSnomedctInferenceJobRequest)
Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology.
|
default StopSnomedctInferenceJobResponse |
ComprehendMedicalClient.stopSNOMEDCTInferenceJob(Consumer<StopSnomedctInferenceJobRequest.Builder> stopSnomedctInferenceJobRequest)
Stops an InferSNOMEDCT inference job in progress.
|
default StopSnomedctInferenceJobResponse |
ComprehendMedicalClient.stopSNOMEDCTInferenceJob(StopSnomedctInferenceJobRequest stopSnomedctInferenceJobRequest)
Stops an InferSNOMEDCT inference job in progress.
|
Copyright © 2023. All rights reserved.