Forgive my "pageserverclient" illiteracy. I am a cardiologist, in my free time I am fond of b4a. I want to create a web page (site?) For automatic decoding of an ECG. Users will upload an ECG picture (photo) and receive an automatic conclusion.
Thanks to b4a, optical ECG recognition and subsequent computer analysis can be performed. I do it.
Tell me, please, is it possible to create a web page (site?) For this with b4a?
I think you may have knew:
B4A is use to create Android app
B4i is use to create iOS app
B4J is use to create cross platform desktop app, console, web app
B4R is use to create app for Aduino & ESP8266
If you want to take a photo with an Android device and then send the photo to a web address ("url") then you can use b4a to write an app for the 'phone. You would of course need to receive responses from the web, and the server would have to provide that service, presumably through some API (application programming interface). Your 'phone app would have to process these too.
If you want to create a web server that will receive photos from clients and analyse photos for them (ie do the processing - quite a big job!) then you would use b4j. But you will also need to register a web site and address. I hope that this covers your question.
I guess you need professional help. How will looks like your final report and for whom Drs, patients? this sample image for both actually. Please, provide details.
I think the final report is intended for medical professionals who do not know the ECG well.
Now I am interested in creating a web server for receiving ECG photographs (I can not do this and I hope for a hint).
Further it will be interesting to create a program for optical ECG reading (there are some successes in this).
The programming process is more interesting to me than the result. This is more for the soul than for Drs or patients.