Diagnosis API online manual normal

   Published: 3 Sep 2024
Test Results

The patient has undergone the following laboratory tests:

* ALT (Alanine Aminotransferase)
* Amylase
* AST (Aspartate Aminotransferase)
* Total Bilirubin
* GT Chlamydia
* Outer Shell Urine
* ABO Grouping

Diagnosis API Usage

To utilize the Diagnosis API, follow these steps:

1. Create a request: Enter the test results and symptom IDs (164, 151, and 200) into the POST request and send it to https://diagnosisapi.azurewebsites.net.
2. GET possible health conditions: After sending the POST request, the Diagnosis API will generate a list of potential health conditions.
3. Retrieve recommended diagnoses: Send a GET request to https://diagnosisapi.azurewebsites.net/api/DDxItems/9999?AuthenticationID=DEMO_AuthenticationID to retrieve the recommended diagnoses.

Additional Information

* The 9999 in the GET request is a placeholder. Replace it with the ID provided in the POST response.
* Substitute DEMO_AuthenticationID with your unique registration ID.
* Generate unique IDs for each user in your clinical evaluation system.
* For more information, refer to the Postman collection at https://postman.com/collections/7445d89fda1d633e08dd.