Top Banner
Internal Guide Prof. Vikas Asst.Prof MCA DEPT , VTU RO, Mysore. MedPix Presented by Krishna H.S. [4VZ11MCA18]
25

Advance Hospital Management System PPT by Krishna

Sep 03, 2014

Download

Education

Krishna Sidny

 
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Advance Hospital Management System PPT by Krishna

Internal GuideProf. VikasAsst.Prof MCA DEPT ,VTU RO, Mysore.

MedPix

Presented byKrishna H.S.[4VZ11MCA18]

Page 2: Advance Hospital Management System PPT by Krishna

• Introduction▫Company▫Project.

•Models• Screen Shots.• Existing system • Proposed system• Test cases•UML Diagrams• Feature enhancement• Conclusion

Content

Page 3: Advance Hospital Management System PPT by Krishna

•PixelTrans is established to deliver an innovative products development, system integration in fields in government bodies and enterprise business sectors by making software much customer friendly with rich and easy-to-use interfaces through pictorial representation.

•We endeavors to maximize the customer’s business efficiency and success through proactive, quality driven, result oriented solutions approaches.

•PixelTrans believe a certainty of success is achieved being objective and maintaining a trust full inter personnel relationship with client, and motivate ourselves through victory of clients.

Introduction(Company)

SOFTWARE SOLOUTIONS

PixelTrans

Page 4: Advance Hospital Management System PPT by Krishna

oPurpose• The Product is for the Automation of the Hospital System.• The software includes.

Maintaining Patient DetailsManaging patients.Providing Prescription, Precautions and advice .

oScope• It can be used in any Hospital, Clinic or Dispensary For maintaining all

patient details and their test result.

Introduction(Project)

Page 5: Advance Hospital Management System PPT by Krishna

•MedPix is the Complete ERP(Enterprise resource planning) of the HealthCare System.

•The traditional hospitals are facing the low efficient management in different departments, therefore a new product as ERP in hospital to solve this issue is needed.

• Integrates all the systems within the hospital allowing the physician to have instant access to his patients' medical data.

•ERP Hospital is a solution that helps hospital to manage all kind of operations and a available resources in there facilities.

Introduction(Project) cont…

Page 6: Advance Hospital Management System PPT by Krishna

• Web-based applications• Friendly GUI(Graphical User Interface)• Based in modules.• Integrated Design• Multi-lingual• Remote access with alternative devices(laptops, tablets)

Features

Page 7: Advance Hospital Management System PPT by Krishna

•Admin.•Operator.•Doctor.

Models

Page 8: Advance Hospital Management System PPT by Krishna

• Login Page

Screen Shots

Page 9: Advance Hospital Management System PPT by Krishna

•Outpatient Registration Page

Screen Shots(cont)..

Page 10: Advance Hospital Management System PPT by Krishna

• Inpatient Registration Page

Screen Shots(cont)..

Page 11: Advance Hospital Management System PPT by Krishna

•Guardian Registration For inpatient Page

Screen Shots(cont)..

Page 12: Advance Hospital Management System PPT by Krishna

•Patient Admit Page

Screen Shots(cont)..

Page 13: Advance Hospital Management System PPT by Krishna

•Department add page

Screen Shots(cont)..

Page 14: Advance Hospital Management System PPT by Krishna

• Existing system refers to the system that is being followed till now.• Presently all the hospital functionalities are done manually. That is if a patient want to consult a

doctor he can visit their till his chance called. This is make the person very difficult. Outpatient and Inpatient tickets are distributed directly. The main disadvantage is time consuming.

• Information about Patients is done by just writing the Patients name, age and gender. Whenever the Patient comes up his information is stored freshly.

• Bills are generated by recording price for each facility provided to Patient on a separate sheet and at last they all are summed up.

• Diagnosis information to patients is generally recorded on the document, which contains Patient information. It is destroyed after some time period to decrease the paper load in the office.

• Immunization records of children are maintained in pre-formatted sheets, which are kept in a file.

Existing system

Page 15: Advance Hospital Management System PPT by Krishna

• The MedPix is designed for Any Hospital to replace their existing manual , paper based system. The new Product is to control the following information ; Patient information ,Room availability, staff and room schedules , and patient invoices. These services are to be provided in an efficient m cost effective manner, with the goal of reducing the time and resources currently required for such task.

• The Hospital management system software is user-friendly software.• The main objectives of the system is which shows and helps you to collect most of the information

about Hospitality and Medical Services The system is very simple in design and to implement. The system requires very low system resources and the system will work in almost all configurations.

• The main objectives of the proposed system can be enumerated as follows:▫ Patients are easily allocated to the doctors.▫ Doctors Search is possible.

Proposed system

Page 16: Advance Hospital Management System PPT by Krishna

•MODULE TESTING•SYSTEM TESTING • INTEGRATED TESTING•WHITE BOX TESTING•BLACK BOX TESTING

Test Cases

Page 17: Advance Hospital Management System PPT by Krishna

Test Cases(cont)..•Testing is the name given to the checking and analysis process that

ensure that the software conforms to its specification. In this project few testing techniques were applied at different stages of the project so as to test the performance of the project. The testing activity can be carried at the implementation to verify that the project behaves as intended by the designers. During these activities the software reliability was checked to a large extent. The successful testing process must confirm that the system is free of defects and is ready to use.

Page 18: Advance Hospital Management System PPT by Krishna

MODULE TESTINGIt is a process of testing the system module, what are all the inputs given

and what all are outputs produced and whether they are required. Here after completing each module a testing was performed.

Page 19: Advance Hospital Management System PPT by Krishna

SYSTEM TESTING

System testing is a series of different tests whose primary purpose is to exercise the computer-based system. It also tests to find discrepancies between the system and its original objective, current specification. The requirements of our project were analyzed and a test activity was performed whether the system has the necessary software to run this project. If not then the software is then installed into the system and the project will be implemented on it.

Page 20: Advance Hospital Management System PPT by Krishna

INTEGRATED TESTING

This is a very important testing process in any project. This testing mainly focuses on the combination of several parts of the project and making it to work. Here this testing activity was done at the end of the project and based on the results of this testing the output will be determined.

Page 21: Advance Hospital Management System PPT by Krishna

WHITE BOX TESTING

White Box Testing focus on the program control structure. Test cases are derived to ensure that all statements in the program have been executed at least once during testing and that all logical conditions have been exercised.

Basic Path Testing, a White Box technique, makes use of program graphics to derive a set of linearly independent tests that will ensure coverage. Condition and data flow testing further exercise program logic and loop testing complements other white box techniques by providing a procedure for exercising loops of varying degrees of complexity.

Page 22: Advance Hospital Management System PPT by Krishna

BLACK BOX TESTING

Black Box test are designed to validate functional requirements without regard to the interval working of the program. This technique focuses on the information domain of Software, deriving test case coverage. Equivalence partitioning divides input domain into Classes to data that are likely to exercise specific software function.

A classical system testing problem is finger pointing. This occurs when a defect is uncovered and one system element developer blames the other for the problem. In order to avoid this scenario the following measures are adopted.

Error handling paths are designed that test all information coming from other elements of the system. A series of tests are conducted that stimulate bad data and other potential errors at the software

interface. The result of the tests is recorded to use as evidence if finger point does occur. Participate in the design of system tests to ensure that the software if adequately tested.

Page 23: Advance Hospital Management System PPT by Krishna

•Dataflow Diagrams Diagram1 Diagram2

Diagram3 Diagram4

• Use case Diagrams Diagram1• ER Diagrams Diagram1

UML Diagrams

Page 24: Advance Hospital Management System PPT by Krishna

• Introducing the dedicated systems in hospital to manage fast.•Deploying the part of the system in Internet.

Feature enhancement

Page 25: Advance Hospital Management System PPT by Krishna

• A ‘ ‘MedPix’’ Is a Computerized management system. This management system has been developed to form whole management system including Employees, Doctors (consultants), Nurses, Patients, Bills, and Complains etc. This system also keeps the records of hardware assets besides software of this organization. The proposed system will keep a track of Employees, Doctors, Patients, Accounts and generation of report regarding the present status. This project has GUI based software that will help in storing, updating and retrieving the information through various user-friendly menu-driven modules. The system also provides the facility of backup as per the requirement.

Conclusion