naveen patidar


{ City } indore
< Country > india
* Profession * software engineer
User No # 123147
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 40
Users Marked my Answers as Wrong # 2
Questions / { naveen patidar }
Questions Answers Category Views Company eMail




Answers / { naveen patidar }

Question { IBM, 248798 }

Tell me something about your project?


Answer

Hi guys,
My Project Name is Centralized Healthcare System and it is mainly a dynamic website which made for reduce the paper work of health report and pathology report and reduce the work of doctor and report upload on the portal and access from anywhere and in many cases patient lost their medical report or otherwise forgot to take them with hospital so this portal will help them.
Let's see some technical :-
I used Eclipse for project making technology used JAVA,and at the back end Mysql and front end HTML, CSS, Bootstrap, JavaScript.
My role was Developer.
There are 4 modules in my Project:-
1. Patient module
2. Doctor module
3. CareTeam module
4. Admin module


I used MVC Architecture and MVC stands for Model, View, Controller. and MVC is a proper presentation to make project clear, easy and understandable.
Before explain the module of my project i explain MVC architecture
Model:- In model package i used only those classes which are use anywhere in whole project like DBConnectivity class and where it is use make the object of the class and use it.
View:- View means how your project will display all the front end side code and packages use in the view package. And every controller have a view.

Controller:- Controller are the classes which are the buisness classes of project in which main logic will program and before display any view firsty it checks at the controller and than run the view.
So first module is :-
Patient Module:
Firstly Patient register himself and than login on the site and than he can take the appointment from particular doctor for particular disease. and upload their report on the server and give rating to that doctor whom he/she took appointment.
Patient can take appointment according to date and on that day availability of doctor of particular disease.

Like Patient module in doctor module doctor firstly register himself or herself and than check the appointment of patient who appoint him and also see the report of patient which are public not private. And doctor can give prescription to the patient related to disease or tablet.

In CareTeam module also CareTeam can register itself on the site and than map patient to related doctor and related to the doctor availability. and CareTeam can also update the report of the patient and also upload the report of the patient . In that situation it can show only those doctor who are not assign on that particular date to the patient.

In the Admin module Admin can Add, update, delete, modify patient, doctor and careteam also .

In the database there are 13 table use.

And for search data use AJAX and JSON for accesing data and for filter .

And i use both side validation like front end validation and server side validation.
why i use both side validation because some use can disable the javascript on the browser so server side validation is required.

And i use DES Encription for encripting password for security.

Thank you...!!!

Is This Answer Correct ?    40 Yes 2 No