0% found this document useful (0 votes)
2 views

Synopsis

The document is a synopsis of a project titled 'Clinic 24/7' undertaken during a six-month industrial training at INFOWIZ Software Solution. It outlines the training experience, the company profile, and the technologies used, including PHP and MySQL for developing a web-based clinic management system. The project aims to facilitate online appointments and manage records of doctors and patients securely.

Uploaded by

Ajay D. Maindola
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Synopsis

The document is a synopsis of a project titled 'Clinic 24/7' undertaken during a six-month industrial training at INFOWIZ Software Solution. It outlines the training experience, the company profile, and the technologies used, including PHP and MySQL for developing a web-based clinic management system. The project aims to facilitate online appointments and manage records of doctors and patients securely.

Uploaded by

Ajay D. Maindola
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

SYNOPSIS

On
CLINIC 24/7
6MONTH INDUSTRIAL TRAINING
At
INFOWIZ Software Solution, Bathinda
(JUNE 2018 – JULY 2018)
Submitted By
Name, Roll No
In partial fulfillment for the award of the degree
Of
Bachelor of Technology
IN
COMPUTER SCIENCE ENGINEERING

College Name

Punjab Technical University, Jalandhar


(Jan 2018)
ACKNOWLEDGEMENT
It is great pleasure to present this report on the project named “Clinic 24/7” undertaken by me as
part of my “CSE” curriculum.
I am thankful to (Punjab Technical university ) and “Name of College” for offering me such a
wonderful challenging opportunity and I express my deepest thanks to all coordinators, of
“Name of College” for providing all the possible help and assistance and their constant
encouragement.

It is a pleasure that we find ourselves penning down these lines to express our sincere thanks to
the people who helped us along the way in completing our project. We find inadequate words to
express our sincere gratitude towards them.
First and foremost we would like to express our gratitude towards our training guide Er.
Navneet Kaur for placing complete faith and confidence in our ability to carry out this project
and for providing us her time, inspiration, encouragement, help, valuable guidance, constructive
criticism and constant interest. She took personal interest in spite of numerous commitments and
busy schedule to help us complete this project. Without the sincere and honest guidance of our
respected project guide we would have not been to reach the present stage.

INDEX

S No. Title Page No.

1 COMPANY PROFILE

2 PHP INTRODUCTION

3 Applications of PHP •

4 ABOUT TRAINING

5 HARDWARE AND SOFTWARE TO BE USED

6 PROJECT MODULES

7 SCOPE OF WEBSITE
COMPANY PROFILE
INFOWIZ is leading strategic IT Company offering integrated IT solution. INFOWIZ is
having rich experience managing global clients across various business verticals and align IT
strategies to achieve business goals. The various accreditations that we achieved for every
service, we offer reflect our commitment towards the quality assurance.
INFOWIZ is a 7 years young organization with an ISO Certification & a member of
Confederation of Indian Industry (CII membership number – N4654P). We also provide the off
shore companies of US, UK, France, Ireland, Canada and Australia with quality and timely Web
and SEO services.
INFOWIZ is an organization which is established in the field of Web Development (PHP
& .NET), JAVA (Core as well as Advance), I-phone & Android Applications, Embedded systems
(AVR, PIC & ARM), ROBOTICS and Networking (MCSE, CCNA & RHSE), Mechanical
Engineering (CRDi, CATIA, VVT, VCR, ABS, CRUISE CONTROL, PRO-E, SOLID WORKS).
Civil Engineering (AUTOCAD, STAAD-PRO, REVIT). Finance, HR-Marketing.

Our skilled team of professionals make sure that the product is developed as per the
customer’s needs and keeping the customer informed about the development of their project
from time to time. We do not only emphasize on formulating an attractive solution to our clients
but also believe in providing a workable solution. INFOWIZ offers research based Search
Engine Marketing products that help achieve greater insights to customer’s online business. Our
Research & Development arm offers SEO tools for SEM professionals.

INFOWIZ also provides Technical Support & Consultancy to Software Companies like
JIA Group, Newzealand, Sagitech solutions Panchkula, Jarc InfoTech Mohali, Info net Solution
Delhi, web it solutions, Speedinforays etc.
PHP
• PHP stands for PHP: Hypertext Preprocessor

• PHP is a server-side scripting language, like ASP

• PHP scripts are executed on the server

• PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL,
Generic ODBC, etc.)

• PHP is an open source software

• PHP is free to download and use

Characteristics of PHP

• Readable – Being able to easily read code is vital. Don’t ever assume you will be the
only developer to ever read and maintain your code. I can’t think of a single project for
the exception of my blog that I have been the only one who worked on it. Readable
code has meaningful variables; good comments that help describe what’s going on.
However, good variables and comments don’t necessarily mean your code is readable.

• Organized – While some people think this is the same as readable, organization is
different and crucial to me. Readability is the ability to read your code, however
organized code helps you find what you’re looking for. There are many techniques to
help keep your code well organized, but the most important thing is at the end of the day,
can your fellow developers find what they are looking for?

• Modular – I hear this word tossed around a lot when talking about programming.
However, what really is modular? I like to define it as being able to take a part of your
code and use it elsewhere with the least amount of headache.

• Relevant – While I hear a lot about Modular code, I don’t hear a lot about relevant code.
While people might consider relevant in the modular or organized characteristic, I find it
helps me to separate this out. Relevant to me means that code is where it belongs. It’s
easy to have code blur together and have purposes mixed. Relevant code means the
grouping of code belongs together.
• Efficient – What good is code if it is slow, doesn’t scale, and will have to be re-written?
Is being efficient is just following a handful of rules and guidelines?

• Practical – It may be efficient, it be organized, but is it practical? In the past I’ve written
the “coolest” class, or so I thought, only to have a fellow developer tell him that my
implementation is confusing, and overly complex. While many times we create code that
isn’t robust enough, but it is possible to make stuff just complicated, over-designed, or
just impractical. Keeping your code practical helps you and your team to make a good
solution that is easy to maintain.

• Documented – Code that isn’t well documented will be a time drain. I know many
developers who think keeping up documentation slows the development process down.

• However, without that documentation, the overall development process will suffer.
Bringing new developers up to speed, maintenance, and even just general development
will be slowed down by “figuring stuff out.” Documentation is also more than just having
a “wiki” or using comments.

• Longevous – The definition is to live a long life. There are two parts to having longevous
code. First of all, when you’ve programmed or maintained some code, ask yourself.
“How long will this last? Will this solution work well over time?” Then, the second part
which I think is almost never asked: “when the time comes, how easily can I extend, or
replace this code?” To often programmers “dig ruts” so-to-speak in projects. They code
an aspect of a project that locks them into a situation that is extremely difficult to code
out of.

• Secure – All of the time spent on development can be for nothing if it isn’t secure.
Security in web development is a must. It doesn’t matter the size of the website, large or
small, eventually someone will try to break it. Someone will try to compromise it. The
consequences vary, from an annoyance, to destroying the entire business. Making your
application secure is a skill all developers need.

• Safe – While some people think of this as the same as secure, for me safe PHP code
means it handles errors correctly. Great PHP code handles errors correctly. If a PHP class
fails, it should handle the error properly.

Applications of PHP
Web Database Applications with PHP and MySQL offers web developers a mixture of
theoretical and practical information on creating web database applications. Using PHP, and
MySQL, two open source technologies that are often combined to develop web applications, the
book offers detailed information on designing relational databases and on web application
architecture, both of which will be useful to readers who have never dealt with these issues
before. The book also introduces Hugh and Dave's Online Wines, a complete (but fictional)
online retail site that allows users to browse, search a database, add items to a shopping cart,
manage their membership, and purchase wines. Using this site as an example, the book shows
you how to implement searching and browsing, store user data, validate user input, manage
transactions, and maintain security.

ABOUT TRAINING

During our training we have study about.

• Introduction of HTML.

• DHTML

• CSS

• JAVA Script

• PHP

• DB
• Bootstap

• Angular JS

• AJAX

• Google Maps

• Games

• Wordpress

• Graphics

Methodology/ Planning of work


Front End

• HTML –It is used to generate web page. HTML, an initialize of Hypertext Markup
Language, is the predominant markup language for web pages. It provides a means to
describe the structure of text-based information in a document — by denoting certain text
as headings, paragraphs, lists, and so on.
• JAVASCRIPT – It is used for checking User information before sending to server.
JavaScript is a scripting language most often used for client-side web development. It is a
dynamic, weakly typed, prototype-based language with first-class functions. Currently.

Backend

• PHP- PHP is a technology that lets you mix regular, static HTML with dynamically-
generated HTML. Many Web pages that are built by CGI programs are mostly static,
with the dynamic part limited to a few small locations. But most CGI variations,
including servlets, make you generate the entire page via your program, even though
most of it is always the same.
• IIS SERVER /WAMP- Apache is a web container, or application server developed at
the Apache Software Foundation (ASF).It adds tools for configuration and management
but can also be configured by editing configuration files that are normally XML-
formatted. Apache includes its own internal HTTP server.

Platform
The Blog everything is targeted at Microsoft Windows platform. It can be used with other
platforms but not is yet tested on other platform such as Linux and Vista.

Hardware/Software Requirements

Processing Environment

The programming language and development tools are the critical factors in the functioning of
the developed system, so proper attention has to be paid while selecting these tools. Following
are the minimum requirements for installation and making use of the software package:

Hardware Requirements

Number Description

1 Pentium 4 ,WIN XP/7/Linux

2 256 MB RAM

Software Requirements

Number Description

1 Windows XP –SP2

2 PHP 5.1

3 MySQL
4 IIS server/ WAMP

5 HTML/JavaScript

Introduction of Project
Clinic Management System is a website that is used for Online Appointments.

It includes a Login page, Appointments which can follow links to submit details in database, and
database is used to store the information about the clients that had filled booking an appointment.
More over the security and authentication both concepts are kept in mind while making this web
site. It is written in PHP and uses MySQL as its back end database
Get detailed information about the Hospital Manager System:-
●Firsty when open the website need to login. In the login part two parts include here- Manager
Login.
●After login the website manager adds the doctor in the website and also add the patients in this
site.
●Manager can add the doctor record.
● Manager can add the patient record.
● Manager can view the doctor record.
● Manager can view the patient record.

OBJECTIVE OF THE PROJECT


Title of project:
● Clinic 24/7
Purpose:
The main objective of the project provides the information about the record of doctors and
patients with every detail about the particular specialist.
●Only that person get the information which have proper user id and password.
●When user enters the user id and password then that password match with database values if
value match then login success the open the next page.
●Doctors can be added by the Manager.
●Patients can added by manager.
References

• Books-Top 10 of everything by Russell Ash.


• Google
• Wikipedia
• E-books of everything
• Online records books and websites

You might also like