-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
54 lines (32 loc) · 2.13 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
This application is distributed under the MIT license (http://www.opensource.org/licenses/mit-license.php).
About this application:
Symptoms-and-diseases-database (SADDB) is a web/intranet application written in PHP that can be
used as a database for storing patients data, diseases, and symptoms. Most of the code of SADDB
was automatically generated by AppGini, a web application generator that you can find more about
at http://bigprof.com/appgini.
System requirements:
SADDB can run on any web server with PHP 4.3 or higher and MySQL 3.25 or higher installed.
If you want to use/test it on your own computer, the easiest way is to install XAMPP from
http://www.apachefriends.org/en/xampp.html
Installation:
1. Create an empty mysql database on your server (usually done from your hosting control panel)
and assign a username and password to access it.
2. Upload all the files and sub folders in this folder into your web/intranet server. Let's say
your server is my-server.com and that you uploaded SADDB to a folder named "SADDB" under your
public_html folder (or whatever your web root is named). So, you can access the program from:
http://my-server.com/SADDB
Just follow the setup screens you'll see when accessing the above address, and you're done.
Usage:
1. Login as admin.
2. Define one or more symptoms from the symptoms page.
3. Define one or more diseases from the diseases page.
4. After defining a disease, when you click on it from the diseases list, you can see the
"Disease symptoms" button above the disease details. Click on that button then click on
"Add new" to assign one or more syptoms to the disease.
5. Once you've added the relevent diseases and their symptoms, you can now start adding patients
and for each patient you can add observed symptoms.
More info, adding more features, ... etc:
SADDB was generated by AppGini (http://bigprof.com/appgini) ... You can easily customize it by
opening the file "symptoms_and_diseases.axp" in AppGini and making all changes you wish to (add
more fields, more tables, ... etc), then click the Generate icon and re-upload the generated code.
No programming skills necessary!