is there any online database server that allow me to insert data like MySQL and also let me able to connect it to java NetBeans ?
online database server
Collapse
X
-
we will create the database for the cancer department in a certain hospital, where the treatment of this disease is determined by something called "protocol"
there will be a template (made by the java NetBeans) where the doctor is able to fill the template with the patient's information, once he enters the protocol name, the treatment will appear automatic in the template
where this treatment is brought from the database
so we want an online server to store all the medications and information of the patientComment
-
I don't think this will be legally possible.
The hospital is responsible for the privacy of it's patients.
If the data is stored on an 'online server' this would mean that it's stored outside of the hospital or, in other words, they give away the data about their patients to an external company.Comment
Comment