Clinic Management System

Reply

Join Date: Jul 2009
Posts: 8
Reputation: solomon_13000 is an unknown quantity at this point 
Solved Threads: 0
solomon_13000 solomon_13000 is offline Offline
Newbie Poster

Clinic Management System

 
0
  #1
Jul 16th, 2009
Below are the steps of how my basic clinic management system will flow. Please help to comment.

Clinic Flow Chart:

1. Patient approach the counter (manually)
2. Patient provides IC to the nurse (manually)
3. Nurse searches the patient details (automated)
4. If the patient details is found
4.1 Nurse add the patient to the waiting list (Red Color) (automated)
4.2 The patient visits the doctor (manually)
4.3 The doctor reviews the patient history (automated)
4.4 The doctor prescribes the medication for the patient (manually)
4.5 The nurse records the information (automated)
4.5.1 The waiting list is updated (Yellow Color)
4.6 The patient approach the counter and make payment (manually)
4.7 The nurse provide the patient with the receipt & MC (automated)
4.7.1 The waiting list is updated (Green Color)
5. If the patient detail is not found
5.1 Nurse add new patient record (automated)
5.2 Nurse add the patient to the waiting list (Red Color) (automated)
5.3 The patient visits the doctor (manually)
5.4 The doctor reviews the patient history (automated)
5.5 The doctor prescribes the medication for the patient (manually)
5.6 The nurse records the information (automated)
5.6.1 The waiting list is updated (Yellow Color)
5.7 The patient approach the counter and make payment (manually)
5.8 The nurse provide the patient with the receipt & MC (automated)
5.8.1 The waiting list is updated (Green Color)

Manually: 7 Automated: 9

Your help is kindly appreciated.

Thank You.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,845
Reputation: ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all 
Solved Threads: 119
ithelp's Avatar
ithelp ithelp is offline Offline
Posting Virtuoso

Re: Clinic Management System

 
0
  #2
Jul 17th, 2009
You need 4 tables patient , doctor , nurse and waiting list.
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 8
Reputation: solomon_13000 is an unknown quantity at this point 
Solved Threads: 0
solomon_13000 solomon_13000 is offline Offline
Newbie Poster

Re: Clinic Management System

 
0
  #3
Jul 18th, 2009
I would also need an accounting table right?. In this table I will record statistical figures for auditing purpose.

So the stakeholder of the system would be the patient, doctor, nurse and the management.
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 72
Reputation: hireaprogrammer is an unknown quantity at this point 
Solved Threads: 1
hireaprogrammer's Avatar
hireaprogrammer hireaprogrammer is offline Offline
Junior Poster in Training

Re: Clinic Management System

 
0
  #4
Jul 26th, 2009
Hello , i feel very happy to help you in it..i am just helping in my way if i am wrong or i am not proper as per project then let me know so i can understand scenario.

Few thing Manually 1,2,3 Now when i am think about 4 , It Mean if patient detail not found then

  1. Nurse will register patient detail and create IC for them
  2. Now , all other step will take place , am i right ?
Originally Posted by solomon_13000 View Post
Below are the steps of how my basic clinic management system will flow. Please help to comment.

Clinic Flow Chart:

1. Patient approach the counter (manually)
2. Patient provides IC to the nurse (manually)
3. Nurse searches the patient details (automated)
4. If the patient details is found
4.1 Nurse add the patient to the waiting list (Red Color) (automated)
4.2 The patient visits the doctor (manually)
4.3 The doctor reviews the patient history (automated)
4.4 The doctor prescribes the medication for the patient (manually)
4.5 The nurse records the information (automated)
4.5.1 The waiting list is updated (Yellow Color)
4.6 The patient approach the counter and make payment (manually)
4.7 The nurse provide the patient with the receipt & MC (automated)
4.7.1 The waiting list is updated (Green Color)
5. If the patient detail is not found
5.1 Nurse add new patient record (automated)
5.2 Nurse add the patient to the waiting list (Red Color) (automated)
5.3 The patient visits the doctor (manually)
5.4 The doctor reviews the patient history (automated)
5.5 The doctor prescribes the medication for the patient (manually)
5.6 The nurse records the information (automated)
5.6.1 The waiting list is updated (Yellow Color)
5.7 The patient approach the counter and make payment (manually)
5.8 The nurse provide the patient with the receipt & MC (automated)
5.8.1 The waiting list is updated (Green Color)

Manually: 7 Automated: 9

Your help is kindly appreciated.

Thank You.
hire-phpdeveloper.com
Start from $3.99 Per Hour
Yahoo IM :hirephpdeveloper
Web Development with php | Hire a dedicated php developer |Hire indian Php developer
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 8
Reputation: solomon_13000 is an unknown quantity at this point 
Solved Threads: 0
solomon_13000 solomon_13000 is offline Offline
Newbie Poster

Re: Clinic Management System

 
0
  #5
Jul 27th, 2009
This is my class diagram. I wanted to find out how does a visit and appointment associated with a treatment?
Attached Thumbnails
ClassDiagram.gif  
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 72
Reputation: hireaprogrammer is an unknown quantity at this point 
Solved Threads: 1
hireaprogrammer's Avatar
hireaprogrammer hireaprogrammer is offline Offline
Junior Poster in Training

Re: Clinic Management System

 
0
  #6
Aug 1st, 2009
Patient/Client
Management
New
Patient Summary
Visits
Appointment
New visit
Referral
Medical Certificate
Medical record
RX
Patient History
Issues
Immunizations
Document
Upload Video
Upload Image
Notes
Patient Report
Tests
Blood
Urine
X-ray
CT-Scan
Sonography
Fees
Fee Sheet
Checkout
Billing
Configuration
Add Users & Rolls
Add Pharmacy
Add Insurance companies
Create Document Folders
Add Edit Drop down list data
Clinic/Doctors Configuration
Reports
Patient
Patient List
RX List
Referral List
Test Report
Visits
Appointments
Encounters
Appointments & Encounters
Finance
Total Payment received
Cash Payment received
Credit Card Payment received
Department wise Payment received
Insurance
Payment received from Insurance Company
Payment due with Insurance Company
Insurance Company List
Insured Patients
hire-phpdeveloper.com
Start from $3.99 Per Hour
Yahoo IM :hirephpdeveloper
Web Development with php | Hire a dedicated php developer |Hire indian Php developer
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 1
Reputation: harsh0069 is an unknown quantity at this point 
Solved Threads: 0
harsh0069 harsh0069 is offline Offline
Newbie Poster
 
-1
  #7
Oct 21st, 2009
can you plz provide me with code in c#.....urgently needed..help me out.
Reply With Quote Quick reply to this message  
Reply

Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC