priaid-eHealth / symptomchecker

priaid (under the subbrand ApiMedic) offers a medical symptom checker primarily for patients. Based on the entered symptoms it tells you what possible diseases you have. It directs you to more medical information and shows you the right doctor for further clarifications. The symptom checker can be integrated via the flexible API (Application Programming Interface). Find here code examples (SDK).
GNU General Public License v3.0
82 stars 86 forks source link

is there a quicker way for me to just do an ajax call using the sandbox credentials? #4

Closed bryancresswell closed 6 years ago

bryancresswell commented 6 years ago

instead of going thru the SDK way can i just do a ajax call? it's much faster

priaid commented 6 years ago

Dear @bryancresswell thank you for your interest in our symptom checker. You find the ajax example here: https://github.com/priaid-eHealth/symptomchecker/tree/master/SampleAvatar The only part which is not directly on the browser side is the generation of the token as this would expose your credentials. All other calls are directly from the client browser to our servers.

I hope this answers your questions. Otherwise you can also reach us by email at support@priaid.ch.

Have a great day Fabian