PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Re:  To store written documents in DB while in mobility
Re: To store written documents in DB while in mobility
Iniciado por guest, 21,nov. 2016 07:46 - 5 respuestas
Publicado el 21,noviembre 2016 - 07:46
Hello,

Windev 21, HF C/S, Software for Hospital

Doctors need to store the patients' record in the database, while they visit in-patients (those who are admitted).

1. Can these 'typed' informations could be stored in a database ? If yes, how ? as an image or as text ?

2. Need to take an unit along with him to type ? unit may be a mobile, tablet, or any other unit that's capable of accepting this input... Any other unit available for this purpose ?

3. Wifi connectivity will be available to connect to the server.

Any suggestion /solution ?

Happiness Always
BKR Sivaprakash
Publicado el 21,noviembre 2016 - 13:08
Hi

1. Yes, of course, either as text or image (not pdf, as it is dificult to display on mobile).

2. Any phone or tablet will do (the preferred form factor depends on the amount of information to display, so for a medical app, I would probably go toward a 7" or 10" tablet), or at least a 6" phone. I would also prefer an android one as an apple one, for simplicity of development and deployment.

I'm doing this kind of thins with my replication system.

In your case, it would be something like this:
- the main application (windev) is creating records for each visit. In the record, (or records), all the necesaray information is stored (patient history, etc, etc)
- the mobile/tablet replicate with the main application only the necessary records (ie those pertaining to visits), any time wifi or 3G/4G conection is available.
- If no connection is availble, it's not a problem as all data is on the tablet BEFORE going to a visit
- anything that is entered during the visit is replicated back to the main application

Best regards
Publicado el 21,noviembre 2016 - 13:55
Thanks Fabrice for your reply. Seems I'm not clear in my explanation.

Here I'm not asking how to transfer those data from mobile to server, but how to capture those data ?

Say I want the doctor to write his observations in a tablet / mobile, how he'll write it. Typing using the virtut keyboard is not preferred as it takes much time, he prefers to handwrite which is to be saved in database, may be a local or in server directly.

Any tablet / mobile with stylus pen will do this ?

Happiness Always
BKR Sivaprakash
Publicado el 21,noviembre 2016 - 14:10
Hi,

Any of the hybrid Windows 10 devices with stylus can handle this.
Maybe what you need is the Lenovo Yogabook 500: It can even handle real paper writing which replicates in a windows 'ink' field in your application.

It is available for both Windows 10 and Android and is very reasonably priced (+/-500USD).
Lenovo Yogabook

With WX, developing for Windows 10 will be the easiest though...

Cheers,

Peter Holemans
Publicado el 21,noviembre 2016 - 15:14
Thanks Peter for your reply.

I didn't get what you mean by 'ink' field ? Can you elaborate ? If you can share some code snippet, it will be useful...

Happiness Always
BKR Sivaprakash
Publicado el 21,noviembre 2016 - 15:22
Peter,

Or some link to documents, will be useful ....