@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSComprehendMedical extends Object implements AWSComprehendMedical
AWSComprehendMedical. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
DescribeEntitiesDetectionV2JobResult |
describeEntitiesDetectionV2Job(DescribeEntitiesDetectionV2JobRequest request)
Gets the properties associated with a medical entities detection job.
|
DescribeICD10CMInferenceJobResult |
describeICD10CMInferenceJob(DescribeICD10CMInferenceJobRequest request)
Gets the properties associated with an InferICD10CM job.
|
DescribePHIDetectionJobResult |
describePHIDetectionJob(DescribePHIDetectionJobRequest request)
Gets the properties associated with a protected health information (PHI) detection job.
|
DescribeRxNormInferenceJobResult |
describeRxNormInferenceJob(DescribeRxNormInferenceJobRequest request)
Gets the properties associated with an InferRxNorm job.
|
DescribeSNOMEDCTInferenceJobResult |
describeSNOMEDCTInferenceJob(DescribeSNOMEDCTInferenceJobRequest request)
Gets the properties associated with an InferSNOMEDCT job.
|
DetectEntitiesResult |
detectEntities(DetectEntitiesRequest request)
Deprecated.
|
DetectEntitiesV2Result |
detectEntitiesV2(DetectEntitiesV2Request request)
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.
|
DetectPHIResult |
detectPHI(DetectPHIRequest request)
Inspects the clinical text for protected health information (PHI) entities and returns the entity category,
location, and confidence score for each entity.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
InferICD10CMResult |
inferICD10CM(InferICD10CMRequest request)
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.
|
InferRxNormResult |
inferRxNorm(InferRxNormRequest request)
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.
|
InferSNOMEDCTResult |
inferSNOMEDCT(InferSNOMEDCTRequest request)
InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized
Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology
|
ListEntitiesDetectionV2JobsResult |
listEntitiesDetectionV2Jobs(ListEntitiesDetectionV2JobsRequest request)
Gets a list of medical entity detection jobs that you have submitted.
|
ListICD10CMInferenceJobsResult |
listICD10CMInferenceJobs(ListICD10CMInferenceJobsRequest request)
Gets a list of InferICD10CM jobs that you have submitted.
|
ListPHIDetectionJobsResult |
listPHIDetectionJobs(ListPHIDetectionJobsRequest request)
Gets a list of protected health information (PHI) detection jobs you have submitted.
|
ListRxNormInferenceJobsResult |
listRxNormInferenceJobs(ListRxNormInferenceJobsRequest request)
Gets a list of InferRxNorm jobs that you have submitted.
|
ListSNOMEDCTInferenceJobsResult |
listSNOMEDCTInferenceJobs(ListSNOMEDCTInferenceJobsRequest request)
Gets a list of InferSNOMEDCT jobs a user has submitted.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartEntitiesDetectionV2JobResult |
startEntitiesDetectionV2Job(StartEntitiesDetectionV2JobRequest request)
Starts an asynchronous medical entity detection job for a collection of documents.
|
StartICD10CMInferenceJobResult |
startICD10CMInferenceJob(StartICD10CMInferenceJobRequest request)
Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology.
|
StartPHIDetectionJobResult |
startPHIDetectionJob(StartPHIDetectionJobRequest request)
Starts an asynchronous job to detect protected health information (PHI).
|
StartRxNormInferenceJobResult |
startRxNormInferenceJob(StartRxNormInferenceJobRequest request)
Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology.
|
StartSNOMEDCTInferenceJobResult |
startSNOMEDCTInferenceJob(StartSNOMEDCTInferenceJobRequest request)
Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology.
|
StopEntitiesDetectionV2JobResult |
stopEntitiesDetectionV2Job(StopEntitiesDetectionV2JobRequest request)
Stops a medical entities detection job in progress.
|
StopICD10CMInferenceJobResult |
stopICD10CMInferenceJob(StopICD10CMInferenceJobRequest request)
Stops an InferICD10CM inference job in progress.
|
StopPHIDetectionJobResult |
stopPHIDetectionJob(StopPHIDetectionJobRequest request)
Stops a protected health information (PHI) detection job in progress.
|
StopRxNormInferenceJobResult |
stopRxNormInferenceJob(StopRxNormInferenceJobRequest request)
Stops an InferRxNorm inference job in progress.
|
StopSNOMEDCTInferenceJobResult |
stopSNOMEDCTInferenceJob(StopSNOMEDCTInferenceJobRequest request)
Stops an InferSNOMEDCT inference job in progress.
|
public DescribeEntitiesDetectionV2JobResult describeEntitiesDetectionV2Job(DescribeEntitiesDetectionV2JobRequest request)
AWSComprehendMedicalGets the properties associated with a medical entities detection job. Use this operation to get the status of a detection job.
describeEntitiesDetectionV2Job in interface AWSComprehendMedicalpublic DescribeICD10CMInferenceJobResult describeICD10CMInferenceJob(DescribeICD10CMInferenceJobRequest request)
AWSComprehendMedicalGets the properties associated with an InferICD10CM job. Use this operation to get the status of an inference job.
describeICD10CMInferenceJob in interface AWSComprehendMedicalpublic DescribePHIDetectionJobResult describePHIDetectionJob(DescribePHIDetectionJobRequest request)
AWSComprehendMedicalGets the properties associated with a protected health information (PHI) detection job. Use this operation to get the status of a detection job.
describePHIDetectionJob in interface AWSComprehendMedicalpublic DescribeRxNormInferenceJobResult describeRxNormInferenceJob(DescribeRxNormInferenceJobRequest request)
AWSComprehendMedicalGets the properties associated with an InferRxNorm job. Use this operation to get the status of an inference job.
describeRxNormInferenceJob in interface AWSComprehendMedicalpublic DescribeSNOMEDCTInferenceJobResult describeSNOMEDCTInferenceJob(DescribeSNOMEDCTInferenceJobRequest request)
AWSComprehendMedicalGets the properties associated with an InferSNOMEDCT job. Use this operation to get the status of an inference job.
describeSNOMEDCTInferenceJob in interface AWSComprehendMedical@Deprecated public DetectEntitiesResult detectEntities(DetectEntitiesRequest request)
AWSComprehendMedical
The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation
instead.
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.
detectEntities in interface AWSComprehendMedicalpublic DetectEntitiesV2Result detectEntitiesV2(DetectEntitiesV2Request request)
AWSComprehendMedicalInspects 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. Amazon Comprehend Medical only detects medical entities in English language texts.
The DetectEntitiesV2 operation replaces the DetectEntities operation. This new action uses a
different model for determining the entities in your medical text and changes the way that some entities are
returned in the output. You should use the DetectEntitiesV2 operation in all new applications.
The DetectEntitiesV2 operation returns the Acuity and Direction entities
as attributes instead of types.
detectEntitiesV2 in interface AWSComprehendMedicalpublic DetectPHIResult detectPHI(DetectPHIRequest request)
AWSComprehendMedicalInspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity. Amazon Comprehend Medical only detects entities in English language texts.
detectPHI in interface AWSComprehendMedicalpublic InferICD10CMResult inferICD10CM(InferICD10CMRequest request)
AWSComprehendMedicalInferICD10CM 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. Amazon Comprehend Medical only detects medical entities in English language texts.
inferICD10CM in interface AWSComprehendMedicalpublic InferRxNormResult inferRxNorm(InferRxNormRequest request)
AWSComprehendMedicalInferRxNorm 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. Amazon Comprehend Medical only detects medical entities in English language texts.
inferRxNorm in interface AWSComprehendMedicalpublic InferSNOMEDCTResult inferSNOMEDCT(InferSNOMEDCTRequest request)
AWSComprehendMedicalInferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology
inferSNOMEDCT in interface AWSComprehendMedicalpublic ListEntitiesDetectionV2JobsResult listEntitiesDetectionV2Jobs(ListEntitiesDetectionV2JobsRequest request)
AWSComprehendMedicalGets a list of medical entity detection jobs that you have submitted.
listEntitiesDetectionV2Jobs in interface AWSComprehendMedicalpublic ListICD10CMInferenceJobsResult listICD10CMInferenceJobs(ListICD10CMInferenceJobsRequest request)
AWSComprehendMedicalGets a list of InferICD10CM jobs that you have submitted.
listICD10CMInferenceJobs in interface AWSComprehendMedicalpublic ListPHIDetectionJobsResult listPHIDetectionJobs(ListPHIDetectionJobsRequest request)
AWSComprehendMedicalGets a list of protected health information (PHI) detection jobs you have submitted.
listPHIDetectionJobs in interface AWSComprehendMedicalpublic ListRxNormInferenceJobsResult listRxNormInferenceJobs(ListRxNormInferenceJobsRequest request)
AWSComprehendMedicalGets a list of InferRxNorm jobs that you have submitted.
listRxNormInferenceJobs in interface AWSComprehendMedicalpublic ListSNOMEDCTInferenceJobsResult listSNOMEDCTInferenceJobs(ListSNOMEDCTInferenceJobsRequest request)
AWSComprehendMedicalGets a list of InferSNOMEDCT jobs a user has submitted.
listSNOMEDCTInferenceJobs in interface AWSComprehendMedicalpublic StartEntitiesDetectionV2JobResult startEntitiesDetectionV2Job(StartEntitiesDetectionV2JobRequest request)
AWSComprehendMedical
Starts an asynchronous medical entity detection job for a collection of documents. Use the
DescribeEntitiesDetectionV2Job operation to track the status of a job.
startEntitiesDetectionV2Job in interface AWSComprehendMedicalpublic StartICD10CMInferenceJobResult startICD10CMInferenceJob(StartICD10CMInferenceJobRequest request)
AWSComprehendMedical
Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology. Use the
DescribeICD10CMInferenceJob operation to track the status of a job.
startICD10CMInferenceJob in interface AWSComprehendMedicalpublic StartPHIDetectionJobResult startPHIDetectionJob(StartPHIDetectionJobRequest request)
AWSComprehendMedical
Starts an asynchronous job to detect protected health information (PHI). Use the
DescribePHIDetectionJob operation to track the status of a job.
startPHIDetectionJob in interface AWSComprehendMedicalpublic StartRxNormInferenceJobResult startRxNormInferenceJob(StartRxNormInferenceJobRequest request)
AWSComprehendMedical
Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology. Use the
DescribeRxNormInferenceJob operation to track the status of a job.
startRxNormInferenceJob in interface AWSComprehendMedicalpublic StartSNOMEDCTInferenceJobResult startSNOMEDCTInferenceJob(StartSNOMEDCTInferenceJobRequest request)
AWSComprehendMedicalStarts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology. Use the DescribeSNOMEDCTInferenceJob operation to track the status of a job.
startSNOMEDCTInferenceJob in interface AWSComprehendMedicalpublic StopEntitiesDetectionV2JobResult stopEntitiesDetectionV2Job(StopEntitiesDetectionV2JobRequest request)
AWSComprehendMedicalStops a medical entities detection job in progress.
stopEntitiesDetectionV2Job in interface AWSComprehendMedicalpublic StopICD10CMInferenceJobResult stopICD10CMInferenceJob(StopICD10CMInferenceJobRequest request)
AWSComprehendMedicalStops an InferICD10CM inference job in progress.
stopICD10CMInferenceJob in interface AWSComprehendMedicalpublic StopPHIDetectionJobResult stopPHIDetectionJob(StopPHIDetectionJobRequest request)
AWSComprehendMedicalStops a protected health information (PHI) detection job in progress.
stopPHIDetectionJob in interface AWSComprehendMedicalpublic StopRxNormInferenceJobResult stopRxNormInferenceJob(StopRxNormInferenceJobRequest request)
AWSComprehendMedicalStops an InferRxNorm inference job in progress.
stopRxNormInferenceJob in interface AWSComprehendMedicalpublic StopSNOMEDCTInferenceJobResult stopSNOMEDCTInferenceJob(StopSNOMEDCTInferenceJobRequest request)
AWSComprehendMedicalStops an InferSNOMEDCT inference job in progress.
stopSNOMEDCTInferenceJob in interface AWSComprehendMedicalpublic void shutdown()
AWSComprehendMedicalshutdown in interface AWSComprehendMedicalpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSComprehendMedicalResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSComprehendMedicalrequest - The originally executed request.