DAMS Report
DAMS Report
DAMS Report
on
Project Document
By
Acknowledgement
The success and final outcome of this project required a lot of guidance
and assistance from many people and I am extremely privileged to have
got this all along the completion of my project. All that I have done is only
due to such supervision and assistance and I would not forget to thank
them.
I respect and thank Mr./Ms. [NAME 1], for providing me an opportunity
to do the project and giving us all support and guidance which made me
complete the project duly. I am extremely thankful to [her/him] for
providing such a nice support and guidance.
I owe my deep gratitude to our project guide [NAME 2], who took keen
interest on our project work and guided us all along, till the completion of
our project work by providing all the necessary information for
developing a good project.
----------------------
Abstract
“Doctor Appointment Management System” is responsible for keeping all
the record of doctor appointment which is taken by users. This system
helps the patient take the appointment online and save time.
Doctor Module
1. Dashboard: In this section, doctor can briefly view the total number of
the new appointment, total approved appointment and total cancelled
appointment.
2. Appointment: In this section, doctor views the appointment details
and they have also the right to change application status according to
current status.
3. Reports: In this section doctor can view the appointment details in a
particular period.
4. Search: In this section, doctor can search appointment with the help of
user appointment number/Name/Mobile Number
Doctor can also update his profile, change the password and recover the
password.
User Module(User not need to register)
1. Home Page: In this section, user can view the welcome page of the
web application.
2. Book: In this section, user can sent the appointment request.
3. Check Appointment: In this section, user can search appointment with
the help of user appointment number/Name/Mobile Number
Purpose
The main purpose of the "Doctor Appointment Management System" is
to manage the details of Doctor and Appointment. It manages all the
information about Doctor and doctor appointments. The purpose of
the project is to build an application program to reduce the manual
work for managing the Doctor appointment. It tracks all the details about
the appointments and Doctor Schedule.
Scope
The Software design document would demonstrate how the design will
accomplish the functional and non- functional requirements captured in
the Software Requirement specification (SRS). The document will provide
a framework to the programmers through describing the high level
components and architecture, sub systems, interfaces, database design
and algorithm design. This is achieved through the use of architectural
patterns, design patterns, sequence diagrams, class diagrams, relational
models and user interfaces
Requirement Specification
Hardware Configuration :
Client Side:
MfgdfRA RAM 512 MB
Hard disk 10 GB
Server side:
RAM 1 GB
Hard disk 20 GB
Processor 2.0 GHz
Software Requirement:
Client Side:
APACHE
The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for modern operating systems including UNIX
and Windows. The goal of this project is to provide a secure, efficient and
extensible server that provides HTTP services in sync with the current
HTTP standards.
The Apache HTTP Server ("httpd") was launched in 1995 and it has been
the most popular web server on the Internet since April 1996. It has
celebrated its 20th birthday as a project in February 2015.
PHP
• PHP stands for PHP: Hypertext Preprocessor.
MYSQL
• MYSQL is a database server
• MYSQL is ideal for both small and large applications
• MYSQL supports standard SQL
• MYSQL compiles on a number of platforms
http://localhost/phpmyadmin
Feasibility analysis
The analysis of the requirement has lead to a conclusion that the project is
feasible with respect to time and cost. The data collection from the field is
assured by the client to provide. The technology used to develop is almost
Open Source, therefore less cost for implementation and maintenance will
be involved. A feasibility study is an analysis used in measuring the ability
and likelihood to complete a project successfully including all relevant
factors. It must account for factors that affect it such as economic,
technological and time factors. It is used to assess the strengths and
weaknesses of a proposed project and present directions of activities
which will improve a project and achieve desired results.
Economic feasibility
The purpose of economic feasibility assessment is to determine the
positive economic benefits to the organization that the proposed system
will provide. The assessment typically involves a cost/benefits analysis.
Technical feasibility
Technical analysis is a trading tool employed to evaluate securities and
attempt to forecast the future movement. I am using java language and
other tools like net beans to develop the software.
Operational feasibility
Operational feasibility is a measure of how well proposed system solves
the problems, and takes advantage of the opportunities identified during
scope definition and how it satisfies the requirements analysis phase of the
system development.
Analysis and Design
Analysis:
In present all doctor appointment work done on the paper. The whole
year data is stored in the registers. We can’t generate reports as per our
appointments.
• Not user friendly: The present system not user friendly because
chance of error.
• Time consuming
Design Introduction:
Design is the first step in the development phase for any techniques and
principles for the purpose of defining a device, a process or system in
sufficient detail to permit its physical realization.
Once the software requirements have been analyzed and specified the
software design involves three technical activities - design, coding,
implementation and testing that are required to build and verify the
software.
The design activities are of main importance in this phase, because in this
activity, decisions ultimately affecting the success of the software
implementation and its ease of maintenance are made. These decisions
have the final bearing upon reliability and maintainability of the system.
Design is the only way to accurately translate the customer’s
requirements into finished software or a system.
USECASE DIAGRAMS:
Use case diagrams model behavior within a system and helps the
developers understand of what the user require. The stick man
represents what’s called an actor.
Use case diagram can be useful for getting an overall view of the system
and clarifying who can do and more importantly what they can’t do.
Use case diagram consists of use cases and actors and shows the
interaction between the use case and actors.
Doctor
Sign In/Signup
Dashboard
Manage Appointment
Search Appointment
Generate Reports
Update Profile
Change Password
Password Recovery
User
Visit Website
Book Appointment
View Contact
View About Us
Class Diagram:
ER Notation
There is no standard for representing data objects in ER diagrams. Each
modeling methodology uses its own notation. The original notation used
by Chen is widely used in academics texts and journals but rarely seen in
either CASE tools or publications by non-academics. Today, there are a
number of notations used; among the more common are Bachman,
crow's foot, and IDEFIX.
It shows how data enters and leaves the system, what changes the
information, and where data is stored.
Standard symbols for DFDs are derived from the electric circuit diagram
analysis and are shown in fig:
Circle: A circle (bubble) shows a process that transforms data inputs into
data outputs.
Data Flow: A curved line shows the flow of data into or out of a process or
data store.
Data Store: A set of parallel lines shows a place for the collection of data
items. A data store indicates that the data is stored which can be used at a
later stage or by the other processes in a different order. The data store
can have an element or group of elements.
Appointment
Management
Login
Doctor
Management Management
DAMS
Specialization Password
Management Management
Webpages
Management
First Level DFD
Appointment Password
Management
Management
Doctor Password
Management
Management
DAMS
Specialization Login
Management Management
Generate
Authorization
Report
Management
Second Level DFD
Doctor Signup/ Check
Login Roles
to of
system access
Manage
Appointment
Generate Report
Forgot
Passwor Check
d Creden Search
tial Appointment
Change
Password
Implementation and System Testing
After all phase have been perfectly done, the system will be implemented
to the server and the system can be used.
System Testing
The goal of the system testing process was to determine all faults in our project
.The program was subjected to a set of test inputs and many explanations were
made and based on these explanations it will be decided whether the program
behaves as expected or not. Our Project went through two levels of testing
1. Unit testing
2. Integration testing
UNIT TESTING
Unit testing is commenced when a unit has been created and effectively
reviewed .In order to test a single module we need to provide a
complete environment i.e. besides the section we would require
• The procedures belonging to other units that the unit under test
calls
• Non local data structures that module accesses
• A procedure to call the functions of the unit under test with
appropriate parameters
1. Test for the admin module
INTEGRATION TESTING
Home Page
Search Appointment
Doctor Panel
Signup
Login Page
Forgot Password
Dashboard
Doctor Profile
Change Password
New Appointment
View new appointment
Approved Appointment
View Approved Appointment
Cancelled Appointment
View Cancelled Appointment
Search Appointment
Report
View between dates reports
Conclusion
This Application provides a computerized version of doctor appointment
which will benefit the people who wants to take appointment with
doctor online.
It makes entire process online and can generate reports. It has a facility
of doctor login where doctor can manage user appointment and
generate appointment report.
The Application was designed in such a way that future changes can be
done easily. The following conclusions can be deduced from the
development of the project.
• https://www.w3schools.com/php/default.asp
• https://www.sitepoint.com/php/
• https://www.php.net/
For MySQL
• https://www.mysql.com/
• http://www.mysqltutorial.org
For XAMPP
• https://www.apachefriends.org/download.html