- To create a database system that will store the information of the medic's, patients and the appointments
- To create a system that will allow users to make appointments with the medic they need to see.
- To create a system that allows the doctor view the patients information.
- To create a system that will allow the users sign up, log in and make appointmnets.
- Medical Officer - This users can log in to the system to check their appointments
- Application Users - They can log in to book or cancle appointments.
-
Authentication Module Provides the user with a text field where they can enter the username and password. If username and password are incorrect the user is asked to enter the correct credentials.
-
Booking Appointments Module Provides User with a list where they can choose the medic they want to book an appointment with.
-
Report Generation Module The System generates a report on every patient information like patients name, Phone number, etc.
This is a summarized design of an Online Medical Appointment System.
Contains sketches of the interfaces.
- Navigation bar.
- Footer.
- Logo.
- Background Image.
- Form.
- Form.
- Form
- Logo.
- Navigation Bar.
- Footer.
- Background image.
- Form.
- Logo.
- Navigation Bar.
- Footer.
- Form.
- Logo.
- Navigation Bar.
- Footer.
- Background image.
Contains tables of the database.
Column | Type |
---|---|
ID------------- | text---------- |
First Name----- | text---------- |
Last Name------ | int----------- |
Contact-------- | int----------- |
email---------- | tinytext------ |
password------- | text---------- |
Address-------- | text---------- |
Column | Type |
---|---|
Appointment ID- | text---------- |
Date----------- | text---------- |
Time----------- | int----------- |
Patient ID----- | int----------- |
Doctor ID------ | tinytext------ |