Smaws_Client_ComprehendMedical.InferICD10CMInferICD10CM 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalServerException of Types.internal_server_exception
| `InvalidEncodingException of Types.invalid_encoding_exception
| `InvalidRequestException of Types.invalid_request_exception
| `ServiceUnavailableException of Types.service_unavailable_exception
| `TextSizeLimitExceededException of Types.text_size_limit_exceeded_exception
| `TooManyRequestsException of Types.too_many_requests_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.infer_icd10cm_request ->
(Types.infer_icd10cm_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerException of Types.internal_server_exception
| `InvalidEncodingException of Types.invalid_encoding_exception
| `InvalidRequestException of Types.invalid_request_exception
| `ServiceUnavailableException of Types.service_unavailable_exception
| `TextSizeLimitExceededException of
Types.text_size_limit_exceeded_exception
| `TooManyRequestsException of Types.too_many_requests_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.infer_icd10cm_request ->
(Types.infer_icd10cm_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerException of Types.internal_server_exception
| `InvalidEncodingException of Types.invalid_encoding_exception
| `InvalidRequestException of Types.invalid_request_exception
| `ServiceUnavailableException of Types.service_unavailable_exception
| `TextSizeLimitExceededException of
Types.text_size_limit_exceeded_exception
| `TooManyRequestsException of Types.too_many_requests_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result