Smaws_Client_ComprehendMedicalComprehendMedical client library built on EIO.
module Types : sig ... endval make_trait :
?score:Types.float_ ->
?name:Types.attribute_name ->
unit ->
Types.traitval make_attribute :
?traits:Types.trait_list ->
?category:Types.entity_type ->
?text:Types.string_ ->
?end_offset:Types.integer ->
?begin_offset:Types.integer ->
?id:Types.integer ->
?relationship_type:Types.relationship_type ->
?relationship_score:Types.float_ ->
?score:Types.float_ ->
?type_:Types.entity_sub_type ->
unit ->
Types.attributeval make_unmapped_attribute :
?attribute:Types.attribute ->
?type_:Types.entity_type ->
unit ->
Types.unmapped_attributeval make_stop_snomedct_inference_job_response :
?job_id:Types.job_id ->
unit ->
Types.stop_snomedct_inference_job_responseval make_stop_snomedct_inference_job_request :
job_id:Types.job_id ->
unit ->
Types.stop_snomedct_inference_job_requestval make_stop_rx_norm_inference_job_response :
?job_id:Types.job_id ->
unit ->
Types.stop_rx_norm_inference_job_responseval make_stop_rx_norm_inference_job_request :
job_id:Types.job_id ->
unit ->
Types.stop_rx_norm_inference_job_requestval make_stop_phi_detection_job_response :
?job_id:Types.job_id ->
unit ->
Types.stop_phi_detection_job_responseval make_stop_phi_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.stop_phi_detection_job_requestval make_stop_icd10cm_inference_job_response :
?job_id:Types.job_id ->
unit ->
Types.stop_icd10cm_inference_job_responseval make_stop_icd10cm_inference_job_request :
job_id:Types.job_id ->
unit ->
Types.stop_icd10cm_inference_job_requestval make_stop_entities_detection_v2_job_response :
?job_id:Types.job_id ->
unit ->
Types.stop_entities_detection_v2_job_responseval make_stop_entities_detection_v2_job_request :
job_id:Types.job_id ->
unit ->
Types.stop_entities_detection_v2_job_requestval make_start_snomedct_inference_job_response :
?job_id:Types.job_id ->
unit ->
Types.start_snomedct_inference_job_responseval make_input_data_config :
?s3_key:Types.s3_key ->
s3_bucket:Types.s3_bucket ->
unit ->
Types.input_data_configval make_output_data_config :
?s3_key:Types.s3_key ->
s3_bucket:Types.s3_bucket ->
unit ->
Types.output_data_configval make_start_snomedct_inference_job_request :
?kms_key:Types.kms_key ->
?client_request_token:Types.client_request_token_string ->
?job_name:Types.job_name ->
language_code:Types.language_code ->
data_access_role_arn:Types.iam_role_arn ->
output_data_config:Types.output_data_config ->
input_data_config:Types.input_data_config ->
unit ->
Types.start_snomedct_inference_job_requestval make_start_rx_norm_inference_job_response :
?job_id:Types.job_id ->
unit ->
Types.start_rx_norm_inference_job_responseval make_start_rx_norm_inference_job_request :
?kms_key:Types.kms_key ->
?client_request_token:Types.client_request_token_string ->
?job_name:Types.job_name ->
language_code:Types.language_code ->
data_access_role_arn:Types.iam_role_arn ->
output_data_config:Types.output_data_config ->
input_data_config:Types.input_data_config ->
unit ->
Types.start_rx_norm_inference_job_requestval make_start_phi_detection_job_response :
?job_id:Types.job_id ->
unit ->
Types.start_phi_detection_job_responseval make_start_phi_detection_job_request :
?kms_key:Types.kms_key ->
?client_request_token:Types.client_request_token_string ->
?job_name:Types.job_name ->
language_code:Types.language_code ->
data_access_role_arn:Types.iam_role_arn ->
output_data_config:Types.output_data_config ->
input_data_config:Types.input_data_config ->
unit ->
Types.start_phi_detection_job_requestval make_start_icd10cm_inference_job_response :
?job_id:Types.job_id ->
unit ->
Types.start_icd10cm_inference_job_responseval make_start_icd10cm_inference_job_request :
?kms_key:Types.kms_key ->
?client_request_token:Types.client_request_token_string ->
?job_name:Types.job_name ->
language_code:Types.language_code ->
data_access_role_arn:Types.iam_role_arn ->
output_data_config:Types.output_data_config ->
input_data_config:Types.input_data_config ->
unit ->
Types.start_icd10cm_inference_job_requestval make_start_entities_detection_v2_job_response :
?job_id:Types.job_id ->
unit ->
Types.start_entities_detection_v2_job_responseval make_start_entities_detection_v2_job_request :
?kms_key:Types.kms_key ->
?client_request_token:Types.client_request_token_string ->
?job_name:Types.job_name ->
language_code:Types.language_code ->
data_access_role_arn:Types.iam_role_arn ->
output_data_config:Types.output_data_config ->
input_data_config:Types.input_data_config ->
unit ->
Types.start_entities_detection_v2_job_requestval make_snomedct_trait :
?score:Types.float_ ->
?name:Types.snomedct_trait_name ->
unit ->
Types.snomedct_traitval make_snomedct_concept :
?score:Types.float_ ->
?code:Types.string_ ->
?description:Types.string_ ->
unit ->
Types.snomedct_conceptval make_snomedct_attribute :
?snomedct_concepts:Types.snomedct_concept_list ->
?traits:Types.snomedct_trait_list ->
?text:Types.string_ ->
?end_offset:Types.integer ->
?begin_offset:Types.integer ->
?id:Types.integer ->
?relationship_type:Types.snomedct_relationship_type ->
?relationship_score:Types.float_ ->
?score:Types.float_ ->
?type_:Types.snomedct_attribute_type ->
?category:Types.snomedct_entity_category ->
unit ->
Types.snomedct_attributeval make_snomedct_entity :
?snomedct_concepts:Types.snomedct_concept_list ->
?traits:Types.snomedct_trait_list ->
?attributes:Types.snomedct_attribute_list ->
?end_offset:Types.integer ->
?begin_offset:Types.integer ->
?score:Types.float_ ->
?type_:Types.snomedct_entity_type ->
?category:Types.snomedct_entity_category ->
?text:Types.ontology_linking_bounded_length_string ->
?id:Types.integer ->
unit ->
Types.snomedct_entityval make_snomedct_details :
?version_date:Types.string_ ->
?language:Types.string_ ->
?edition:Types.string_ ->
unit ->
Types.snomedct_detailsval make_rx_norm_trait :
?score:Types.float_ ->
?name:Types.rx_norm_trait_name ->
unit ->
Types.rx_norm_traitval make_rx_norm_attribute :
?traits:Types.rx_norm_trait_list ->
?text:Types.string_ ->
?end_offset:Types.integer ->
?begin_offset:Types.integer ->
?id:Types.integer ->
?relationship_score:Types.float_ ->
?score:Types.float_ ->
?type_:Types.rx_norm_attribute_type ->
unit ->
Types.rx_norm_attributeval make_rx_norm_concept :
?score:Types.float_ ->
?code:Types.string_ ->
?description:Types.string_ ->
unit ->
Types.rx_norm_conceptval make_rx_norm_entity :
?rx_norm_concepts:Types.rx_norm_concept_list ->
?traits:Types.rx_norm_trait_list ->
?attributes:Types.rx_norm_attribute_list ->
?end_offset:Types.integer ->
?begin_offset:Types.integer ->
?score:Types.float_ ->
?type_:Types.rx_norm_entity_type ->
?category:Types.rx_norm_entity_category ->
?text:Types.ontology_linking_bounded_length_string ->
?id:Types.integer ->
unit ->
Types.rx_norm_entityval make_comprehend_medical_async_job_properties :
?model_version:Types.model_version ->
?kms_key:Types.kms_key ->
?manifest_file_path:Types.manifest_file_path ->
?data_access_role_arn:Types.iam_role_arn ->
?language_code:Types.language_code ->
?output_data_config:Types.output_data_config ->
?input_data_config:Types.input_data_config ->
?expiration_time:Types.timestamp ->
?end_time:Types.timestamp ->
?submit_time:Types.timestamp ->
?message:Types.any_length_string ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
?job_id:Types.job_id ->
unit ->
Types.comprehend_medical_async_job_propertiesval make_list_snomedct_inference_jobs_response :
?next_token:Types.string_ ->
?comprehend_medical_async_job_properties_list:
Types.comprehend_medical_async_job_properties_list ->
unit ->
Types.list_snomedct_inference_jobs_responseval make_comprehend_medical_async_job_filter :
?submit_time_after:Types.timestamp ->
?submit_time_before:Types.timestamp ->
?job_status:Types.job_status ->
?job_name:Types.job_name ->
unit ->
Types.comprehend_medical_async_job_filterval make_list_snomedct_inference_jobs_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.comprehend_medical_async_job_filter ->
unit ->
Types.list_snomedct_inference_jobs_requestval make_list_rx_norm_inference_jobs_response :
?next_token:Types.string_ ->
?comprehend_medical_async_job_properties_list:
Types.comprehend_medical_async_job_properties_list ->
unit ->
Types.list_rx_norm_inference_jobs_responseval make_list_rx_norm_inference_jobs_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.comprehend_medical_async_job_filter ->
unit ->
Types.list_rx_norm_inference_jobs_requestval make_list_phi_detection_jobs_response :
?next_token:Types.string_ ->
?comprehend_medical_async_job_properties_list:
Types.comprehend_medical_async_job_properties_list ->
unit ->
Types.list_phi_detection_jobs_responseval make_list_phi_detection_jobs_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.comprehend_medical_async_job_filter ->
unit ->
Types.list_phi_detection_jobs_requestval make_list_icd10cm_inference_jobs_response :
?next_token:Types.string_ ->
?comprehend_medical_async_job_properties_list:
Types.comprehend_medical_async_job_properties_list ->
unit ->
Types.list_icd10cm_inference_jobs_responseval make_list_icd10cm_inference_jobs_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.comprehend_medical_async_job_filter ->
unit ->
Types.list_icd10cm_inference_jobs_requestval make_list_entities_detection_v2_jobs_response :
?next_token:Types.string_ ->
?comprehend_medical_async_job_properties_list:
Types.comprehend_medical_async_job_properties_list ->
unit ->
Types.list_entities_detection_v2_jobs_responseval make_list_entities_detection_v2_jobs_request :
?max_results:Types.max_results_integer ->
?next_token:Types.string_ ->
?filter:Types.comprehend_medical_async_job_filter ->
unit ->
Types.list_entities_detection_v2_jobs_requestval make_characters :
?original_text_characters:Types.integer ->
unit ->
Types.charactersval make_infer_snomedct_response :
?characters:Types.characters ->
?snomedct_details:Types.snomedct_details ->
?model_version:Types.string_ ->
?pagination_token:Types.string_ ->
entities:Types.snomedct_entity_list ->
unit ->
Types.infer_snomedct_responseval make_infer_snomedct_request :
text:Types.ontology_linking_bounded_length_string ->
unit ->
Types.infer_snomedct_requestval make_infer_rx_norm_response :
?model_version:Types.string_ ->
?pagination_token:Types.string_ ->
entities:Types.rx_norm_entity_list ->
unit ->
Types.infer_rx_norm_responseval make_infer_rx_norm_request :
text:Types.ontology_linking_bounded_length_string ->
unit ->
Types.infer_rx_norm_requestval make_icd10cm_trait :
?score:Types.float_ ->
?name:Types.icd10cm_trait_name ->
unit ->
Types.icd10cm_traitval make_icd10cm_attribute :
?relationship_type:Types.icd10cm_relationship_type ->
?category:Types.icd10cm_entity_type ->
?traits:Types.icd10cm_trait_list ->
?text:Types.string_ ->
?end_offset:Types.integer ->
?begin_offset:Types.integer ->
?id:Types.integer ->
?relationship_score:Types.float_ ->
?score:Types.float_ ->
?type_:Types.icd10cm_attribute_type ->
unit ->
Types.icd10cm_attributeval make_icd10cm_concept :
?score:Types.float_ ->
?code:Types.string_ ->
?description:Types.string_ ->
unit ->
Types.icd10cm_conceptval make_icd10cm_entity :
?icd10cm_concepts:Types.icd10cm_concept_list ->
?traits:Types.icd10cm_trait_list ->
?attributes:Types.icd10cm_attribute_list ->
?end_offset:Types.integer ->
?begin_offset:Types.integer ->
?score:Types.float_ ->
?type_:Types.icd10cm_entity_type ->
?category:Types.icd10cm_entity_category ->
?text:Types.ontology_linking_bounded_length_string ->
?id:Types.integer ->
unit ->
Types.icd10cm_entityval make_infer_icd10cm_response :
?model_version:Types.string_ ->
?pagination_token:Types.string_ ->
entities:Types.icd10cm_entity_list ->
unit ->
Types.infer_icd10cm_responseval make_infer_icd10cm_request :
text:Types.ontology_linking_bounded_length_string ->
unit ->
Types.infer_icd10cm_requestval make_entity :
?attributes:Types.attribute_list ->
?traits:Types.trait_list ->
?type_:Types.entity_sub_type ->
?category:Types.entity_type ->
?text:Types.string_ ->
?score:Types.float_ ->
?end_offset:Types.integer ->
?begin_offset:Types.integer ->
?id:Types.integer ->
unit ->
Types.entityval make_detect_phi_response :
?pagination_token:Types.string_ ->
model_version:Types.string_ ->
entities:Types.entity_list ->
unit ->
Types.detect_phi_responseval make_detect_phi_request :
text:Types.bounded_length_string ->
unit ->
Types.detect_phi_requestval make_detect_entities_v2_response :
?pagination_token:Types.string_ ->
?unmapped_attributes:Types.unmapped_attribute_list ->
model_version:Types.string_ ->
entities:Types.entity_list ->
unit ->
Types.detect_entities_v2_responseval make_detect_entities_v2_request :
text:Types.bounded_length_string ->
unit ->
Types.detect_entities_v2_requestval make_detect_entities_response :
?pagination_token:Types.string_ ->
?unmapped_attributes:Types.unmapped_attribute_list ->
model_version:Types.string_ ->
entities:Types.entity_list ->
unit ->
Types.detect_entities_responseval make_detect_entities_request :
text:Types.bounded_length_string ->
unit ->
Types.detect_entities_requestval make_describe_snomedct_inference_job_response :
?comprehend_medical_async_job_properties:
Types.comprehend_medical_async_job_properties ->
unit ->
Types.describe_snomedct_inference_job_responseval make_describe_snomedct_inference_job_request :
job_id:Types.job_id ->
unit ->
Types.describe_snomedct_inference_job_requestval make_describe_rx_norm_inference_job_response :
?comprehend_medical_async_job_properties:
Types.comprehend_medical_async_job_properties ->
unit ->
Types.describe_rx_norm_inference_job_responseval make_describe_rx_norm_inference_job_request :
job_id:Types.job_id ->
unit ->
Types.describe_rx_norm_inference_job_requestval make_describe_phi_detection_job_response :
?comprehend_medical_async_job_properties:
Types.comprehend_medical_async_job_properties ->
unit ->
Types.describe_phi_detection_job_responseval make_describe_phi_detection_job_request :
job_id:Types.job_id ->
unit ->
Types.describe_phi_detection_job_requestval make_describe_icd10cm_inference_job_response :
?comprehend_medical_async_job_properties:
Types.comprehend_medical_async_job_properties ->
unit ->
Types.describe_icd10cm_inference_job_responseval make_describe_icd10cm_inference_job_request :
job_id:Types.job_id ->
unit ->
Types.describe_icd10cm_inference_job_requestval make_describe_entities_detection_v2_job_response :
?comprehend_medical_async_job_properties:
Types.comprehend_medical_async_job_properties ->
unit ->
Types.describe_entities_detection_v2_job_responseval make_describe_entities_detection_v2_job_request :
job_id:Types.job_id ->
unit ->
Types.describe_entities_detection_v2_job_requestOperations
module DescribeEntitiesDetectionV2Job : sig ... endGets the properties associated with a medical entities detection job. Use this operation to get the status of a detection job.
module DescribeICD10CMInferenceJob : sig ... endGets the properties associated with an InferICD10CM job. Use this operation to get the status of an inference job.
module DescribePHIDetectionJob : sig ... endGets the properties associated with a protected health information (PHI) detection job. Use this operation to get the status of a detection job.
module DescribeRxNormInferenceJob : sig ... endGets the properties associated with an InferRxNorm job. Use this operation to get the status of an inference job.
module DescribeSNOMEDCTInferenceJob : sig ... endGets the properties associated with an InferSNOMEDCT job. Use this operation to get the status of an inference job.
module DetectEntities : sig ... endThe DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation instead.
module DetectEntitiesV2 : sig ... endInspects 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.
module DetectPHI : sig ... endInspects 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.
module InferICD10CM : sig ... endInferICD10CM 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.
module InferRxNorm : sig ... endInferRxNorm 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.
module InferSNOMEDCT : sig ... endInferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology
module ListEntitiesDetectionV2Jobs : sig ... endGets a list of medical entity detection jobs that you have submitted.
module ListICD10CMInferenceJobs : sig ... endGets a list of InferICD10CM jobs that you have submitted.
module ListPHIDetectionJobs : sig ... endGets a list of protected health information (PHI) detection jobs you have submitted.
module ListRxNormInferenceJobs : sig ... endGets a list of InferRxNorm jobs that you have submitted.
module ListSNOMEDCTInferenceJobs : sig ... endGets a list of InferSNOMEDCT jobs a user has submitted.
module StartEntitiesDetectionV2Job : sig ... endStarts an asynchronous medical entity detection job for a collection of documents. Use the DescribeEntitiesDetectionV2Job operation to track the status of a job.
module StartICD10CMInferenceJob : sig ... endStarts 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.
module StartPHIDetectionJob : sig ... endStarts an asynchronous job to detect protected health information (PHI). Use the DescribePHIDetectionJob operation to track the status of a job.
module StartRxNormInferenceJob : sig ... endStarts 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.
module StartSNOMEDCTInferenceJob : sig ... endStarts 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.
module StopEntitiesDetectionV2Job : sig ... endStops a medical entities detection job in progress.
module StopICD10CMInferenceJob : sig ... endStops an InferICD10CM inference job in progress.
module StopPHIDetectionJob : sig ... endStops a protected health information (PHI) detection job in progress.
module StopRxNormInferenceJob : sig ... endStops an InferRxNorm inference job in progress.
module StopSNOMEDCTInferenceJob : sig ... endmodule Json_serializers : sig ... endmodule Json_deserializers : sig ... end