-
Notifications
You must be signed in to change notification settings - Fork 0
Medical Web API to make diagnosis by symptoms and blood tests
Web API provided by SmrtX for patient preparatory health condition diagnosis can help you design a comprehensive symptoms and lab work analyzer for your development team medical application. By assimilating the Diagnosis API within your medical application (Windows Forms, web-app, mobile) it will work with the similar aptitudes like DDxHub Diagnosis System designed by SmrtX. The usage of DDxHub Diagnosis System will show you how worlds healthcare providers and organizations utilize the system to boost their business and support surrounding their clients and medical companies.
Sending a serialized patient health data (lab blood test results plus symptoms) to the Diagnosis web API the service’s Artificial Intelligence inference algorithm will calculate the data and send you back the most likely diagnoses. This will be done pursuant to the complex statistical algorithms the Diagnosis API system is utilizing to make medical diagnosis. The current version of the Diagnosis API is available at https://diagnosisapi.azurewebsites.net/. It is a standard web service (Web API) that accepts GET and POST requests. All responses (including error messages) use the JSON format. POST requests also take JSON inputs (make sure you include the header Content-Type: application/json). Learn Diagnosis API manual