Hi all,
I’m starting a new application that will store medical records.
I started out doing it for personal use, but am investigating a solution for small clinicians, as I’ve seen a few who really don’t have a good application for this stuff.
Anyway, the desktop application sits on a computer, a “secretarial” workstation of some sort.
I want to be able to create a Web Application INSIDE my project for the Desktop Application, notably so that they can share the SQLite database, and custom classes I’ve written.
I very much don’t want to have to do a cut and paste job every time I make a change in a function or class.
I’d really like to “insert” a Web Application INSIDE my project for the Desktop Application, so that they can share resources.
I know there are other options, such as a dedicated MySQL database server… but I want to do it this way.
I am pleased with the progress I’m making… The clinician application will sit on a secretarial workstation, and others will (hopefully be able to) connect through a web-based interface to access functions from the program, including but not limited to the records.
For now, this is just a project for fun… but I do see it going somewhere.
I would really appreciate an answer, as I am at the stage where I really want to get this done… I’m ready to start the web-based interface.
Thanks for everything.