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

Assignment 1

Documents Explore Documents Books - Fiction Books - Non-fiction Health and Medicine Brochures / Catalogs Government Docs How-To Guides / Manuals Magazines / Newspapers Recipes / Menus School Work + all categories Most Followed Popular amoudi09 View Public Profile My Documents My Collections My Shelf Messages Notifications Settings Help Log Out thy thy Download this Document for Free.

Uploaded by

amoudi09
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
125 views

Assignment 1

Documents Explore Documents Books - Fiction Books - Non-fiction Health and Medicine Brochures / Catalogs Government Docs How-To Guides / Manuals Magazines / Newspapers Recipes / Menus School Work + all categories Most Followed Popular amoudi09 View Public Profile My Documents My Collections My Shelf Messages Notifications Settings Help Log Out thy thy Download this Document for Free.

Uploaded by

amoudi09
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 113

Scribd Upload a Document

Search Documents

Explore

Documents

Books - Fiction Books - Non-fiction Health & Medicine Brochures/Catalogs Government Docs How-To Guides/Manuals Magazines/Newspapers Recipes/Menus School Work + all categories Featured Recent

People

Authors Students Researchers Publishers Government & Nonprofits Businesses Musicians Artists & Designers Teachers + all categories Most Followed Popular amoudi09

Account
o o o o o o o o

View Public Profile My Documents My Collections My Shelf Messages Notifications Settings Help

Log Out

/ 34

Download this Document for Free

HOSPITAL MANAGEMEN T BY G.SHAKIR

CONTENTS1 .Requirement s

Statement2.U se case Diagram 3.U se case Description 4 .Class Diagram 5.Se

quence Diagram 6.Co llaboration Diagram7.St ate Diagrams 8.C omponent

Diagram9.De ployment Diagram HOSPITAL MANAGEM ENT

Requireme nts Statement:


The development environment ensures that it

has the portability andconnectivit y to run on virtually all standard hardware platforms, with

stringentdata security and easy recovery in case of a system failure.It provides the benefits of

streamlined operations, enhancedadm inistration and control, improved response to patient care,

cost control, andincreased profitability.We believe that every hospital is unique in terms of itsrequirement

s and priorities. Hence, flexibility has been built to allow easycustomiz ation.

Salient Features:

One Integrated View to Patients for Billing,

Collection, Discharge Detail,Patient Medical History etc.

Package supports Adaptability &

Scalability of software making it morerobust.

General and Standardized Health Packages for

the OPD and IPD Patients

Authentication and verification of entries through Audit Trail Facility

Easy Query Handling for instant decision of Bed Allocation for Patients,and

request for the Bed Transfers

Effective Search facility to search any type of information

related to Patienthistory

Graphical Presentation of the Data for Top

Management
for analysis.

Comprehensiv e Performance Reports.

Built in Work Flow

Management

for all functional areas

Multiple Store Accounting

Interface facility with the

Smart Card Technology

Interface with Bar Code

USECASE DESCRIPTI ONUsecases:

1. Admissions2. Doctor Appointments 3. Tests Appointments 4. Bed

Allotment5. Undergo Operation6. Login7. Draw Salary8. Add Doctor/Staff 9. Delete

Doctor/Staff 10. Edit Doctor/Staff 11. Prescribe Tests12. Ward Wise Bed Status13.

Admission/Di scharge Reports14. Patient Information Actors:

1. Receptionist2 . Doctors3. Staff/Nurses4 . Income5. Expenditure6. Records

System7. Information System


ADMISSIONS : This Module helps in registering

information about patients and handles patients query. A unique ID is generated for each patient after

registration. This helps inimplementing customer relationship management and also maintains

medical history of the patient. DOCTOR APPOINTMEN TS: This Module Deals with, when the ID is generated the

patient receives theAppointment time & number from the Receptionist and accordingly visit the doctor.

TESTS APPOINTMEN TS: This Module Deals with, when the ID is generated the patient receivesthe

Appointment time & number from the Receptionist and accordingly undergoes thetests.

BED ALLOTMENT: This Module handles with allotting the Bed to various patients

bychecking their ID. UNDERGO OPERATION: This Module handling with undergoes the various

operations bydiagnosing the patients. LOGIN: This Module checks whether the person is a Doctor/Staff

and handlesvarious activities such as draw Salary and give Salary. DRAW SALARY:

This Module checks whether the person is a Doctor/Staff and drawssalary based on the information.

ADD DOCTOR/STA FF: This Module handles the activities such as adding Doctor/Staff

information into the database. DELETE DOCTOR/STA FF: This Module handles the activities such as deleting

Doctor/Staff information into the database. EDIT DOCTOR/STA FF: This Module handles the activities such

as editing Doctor/Staff information into the database. PRESCRIBE TESTS: This Module handles various

activities such as Doctor Diagnoses the patient, gives treatment & gives suggestions to the patients, &

prescribes laboratory tests& medicines. WARDWISE BED STATUS; This Module takes care of

medical equipment, doctor visit, vitalsrecording, patient case sheet, diet ordering, blood requisition,

transfer intimation anddischarge intimation etc. It also deals with the maintenance of the wards, inter-

and intra-ward transfers. ADMISSION/D ISCHARGE REPORTS: This Module helps in generating patients

discharge summary,which includes patients health at the time of discharge, medical history, variousdiagnosi

s and drug prescriptions, history of present illness and course in hospital. PATIENT INFORMATIO N

:This Module helps in generating the patient information which is provided by doctor.

USECASE DIAGRAM:
System admissionsdoctor appointmentstests appointmentsbed allotmentundergo operationloginDraw SalaryAdd Doctor/Staff Delete Doctor/Staff Edit Doctor/Staff

InfoPrescribe TestsReceptionistStaf f/NursesInhouseCon sultantsDoctorsInco meFinance Management SystemExpenditureRe cords SystemInformation SystemWardWise Bed StatusAdmission/Disc harge ReportsPatient Information <<extend>><<extend>>

CLASS DIAGRAM:
Patient +Private int id+Private Varchar name+private int age+private varchar address+private char sex+private date appdate+public int create()+public is

Inpatient(int id)+public int ispatient(int id) Edit +public int addDoctor() +public int addstaff() +public void delDoctor(int id)+public void delStaff(int id)+public void editDoc(int id)+public void editStaff(int id) Appointment +date dt+time tm

Registration +public int register() +public void allot Bed(int id) Ward +private int wardno+private int nobeds+private varchar *name+public int bedStatus()+public varchargetName(int bedno)

Income +float amt+int billno+public float addTestCharges(int id)+public float addOprCharges(int id) +public float addApptCharges(int id) +public float addWardCharges(int id) Test Operations +private int patientid+private int

id+private int flag+public void opappt()+public void testappt()+public void docappt()+public int getTests(int id)+public int getOper(int id) Expenditure +float amt+int billno+public void giveSalary(int id) DoctorStaff +private int id+private varchar name+private int

age+private varchar address+private char sex+private float Salary+public void drawSalary() Reports +public void dispWardStatus()+public void dispAddisReport(int id)+public void disppatInfo(int id)displays patient info11Issue

Bill11patient registers11takes appointments11..*doctor information editing11..*11..*generat es ward report11draw salary11allocates Bed1..*1generates discharge report11

SEQUENC E DIAGRAMS
ADMISSIONS:
PatientReg istration Appointment Income1 : create()2 : inpatient()3 : register()4

: addApptCharges()5 : date()6 : time()

DOCTOR APPOINTMEN TS:


PatientAppointment TestsOperations Income1 : ispatient()2 : addApptCharges()3 : date()4 : time()5 : docappt()

TESTS APPOINTMEN TS:


P a t i e n t A p p o i n t m e n t s TestsOperations Income1 : inpatient()2 : addTestCharges()3 :

date()4 : time()5 : testappt()

BED ALLOTMENT:
Registration W a r d R e p o r t s Income1 : addWardCharges()2 : allotBed()3 : getname()4 : dispWardStatus()

UNDERGO OPERATION:
IncomeP a t e n t T e t s O p e a t i o n 1 : ispatient()2 : addoprcharges()3 : getOpr()
Download this Document for FreePrintMobileCollectionsReport Document Report this document? Please tell us reason(s) for reporting this document

i s r s

uml diagrams of hospital managments

Spam or junk Porn adult content Hateful or offensive If you are the copyright owner of this document and want to report it, please follow these directions to submit a copyright infringement notice. Report Cancel This is a private document.

Info and Rating


Reads: 146,202 Uploaded: 05/08/2008 Category: Uncategorized. Rated: (42 Ratings) Copyright: Attribution Non-commercial UNIFIED MODELLING LANG DIAGRAMS OF HOSPITAL MANAGMENT UML class Diagrams Uncategorizable-Uncategorizable Education-Colleges-and-Universities UML class Diagrams Uncategorizable-Uncategorizable Education-Colleges-and-Universities (fewer) shakir544

Share & Embed Related Documents


PreviousNext 1.

33 p.

34 p.

3 p.

2.

11 p.

9 p.

2 p.

3.

83 p.

21 p.

18 p.

4.

20 p.

1 p.

150 p.

5.

2 p.

2 p.

24 p.

6.

107 p.

4 p.

8 p.

7.

1 p.

2 p.

52 p.

8.

1 p.

4 p.

3 p.

9.

5 p.

13 p.

148 p.

10.

148 p.

148 p.

1 p.

11.

2 p.

2 p.

2 p.

12.

461 p.

5 p.

16 p.

13.

6 p.

3 p.

10 p.

More from this user


PreviousNext 1.

4 p.

18 p.

18 p.

2.

65 p.

30 p.

34 p.

Recent Readcasters

Add a Comment

Submit Characters: 400

Mohammed Mohideenleft a comment this is k for teaching a child ........need improvement 11 / 27 / 2011 Reply Report

Abdulhamid Alattarleft a comment too basic.. needs more work 04 / 09 / 2011 Reply Report

Shridhar_Agarw_72left a comment its really very bad ... when i tried to download it asked me to upload something in return ... even after uploading its not giving me download .... its really very bad ... :@ 02 / 28 / 2011 Reply Report

contactsatish83left a comment its nice,thanq 02 / 13 / 2011 Reply Report

Savan Kapatelleft a comment it's wondefull.. 02 / 02 / 2011 Reply Report Show More Print This Document

High Quality
Open the downloaded document, and select print from the file menu (PDF reader required). Download and Print
Add this document to your Collections

This is a private document, so it may only be added to private collections. + Create a New Collection Name: Description: Collection Type: public locked: only you can add to this collection, but others can view it public moderated: others can add to this collection, but you approve or reject additions private: only you can add to this collection, and only you will be able to view it Save collectionCancel Finished? Back to Document Upload a Document

Search Documents

Follow Us! scribd.com/scribd twitter.com/scribd facebook.com/scribd About Press Blog Partners

Scribd 101 Web Stuff Support FAQ Developers / API Jobs Terms Copyright Privacy

Copyright 2012 Scribd Inc. Language: English Choose the language in which you want to experience Scribd:

English Espaol Portugus (Brasil)

scribd. scribd. scribd. scribd. scribd. scribd. scribd. scribd. scribd. scribd. scribd. < div style="display: none;"><img src="//pixel.quantserve.com/pixel/p-13DPpbyg8ofc.gif" height="1" width="1" alt="Quantcast"/></div> <img src="http://b.scorecardresearch.com/p?c1=2&c2=9304646&cv=2.0&cj=1" />

Download this document

pdf

doc

txt

2909442-uml-diagrams-of-hospi....doc - 149 KB Download Now

Readcast:

The Scribd Archive


This document was uploaded by someone just like you and is now part of The Scribd Archive*. Give back to the community and gain 24 hours of download access by uploading something of your own. Do you understand the Scribd Terms of Service and Copyright Policy, and confirm that your uploading of this material complies with those policies and does not violate anyone's rights? Queued: Uploading: You have uploaded: Upload failed: Document URL: This document is: PrivateThis document is: Public Cancel Upload Make it easier to find your new document! Title:

Category:

Tags:

(separate with commas)

Description:

Save Subscribe to The Scribd Archive and download as many documents as you'd like. Monthly Subscription Most Popular $9/mo. 1 Day Pass $5 1 Year Pass $59 Choose payment option Pay with Credit Card Pay with PayPal or Credit * The Scribd Archive is a collection of millions of documents, including research reports, best-selling books, news source materials, and more. Read the Scribd Archive FAQ for more information.

Thanks for uploading! Download this document as

pdf

doc

txt

2909442-uml-diagrams-of-hospi....pdf - 198.3 KB Download Now

You might also like