Go Back   Hardware Forums > Software Support Forums > General Software

Reply
 
LinkBack Thread Tools
Old 20-04-2006, 10:36 AM   #1 (permalink) Top
Geek Trainee
 
Join Date: Apr 2006
Gender:
Posts: 5
Status: Offline
Question Where to start?

Hi

I'm totally new to the forum so please forgive me if I ask stupid questions. I need advice and help. I would like some advice regarding software or is it computer programming. I need to develop a program that can monitor patients in and out of hospitals. The aim of the program will allow nurses to locate empty beds in the hospital, when the beds will become available and when they expect them to be filled. The program will monitor the amount of patients entering hospital the length of stay and when they leave. I'm in the early stage of investigation and would like to know if such a system could be devloped and used on PC. What programs are out there that could help or would a new program have to be developed.

Regards

Spookey

  Reply With Quote
Whats this? Ultra Flat Keyboard
Ultra Flat Keyboard
Seller Price (inc. VAT) Delivery Total Price Availability Seller Rating
Misco.co.uk £7.95 £4.69 £12.64 In Stock Rated: 4 out of 5 - Number of votes: 1354
Dell £18.98 Free £18.98 In Stock Rated: 0 out of 5 - Number of votes: 0
Dell Business £9.15 £8.23 £17.38 In Stock Rated: 0 out of 5 - Number of votes:
Old 20-04-2006, 09:49 AM   #2 (permalink) Top
Alpha Geek
 
Waffle's Avatar
 
Join Date: Apr 2004
Age: 20 Male
Posts: 2,270
Times Helpful: 51
My Mood: Angelic
Status: Offline

My Computer

Well you could develop a simple booking system in a language such as VB...I myself developed one for a piece of coursework at college.

However you may be needing something more 'professional' with greater functionality than that of what VB can provide.

Will you be coding this yourself? If not, I'm pretty sure there will be software out there ideal for your needs...but custom software is usually better.
Send a message via MSN to Waffle   Reply With Quote
Old 20-04-2006, 10:08 AM   #3 (permalink) Top
The King

 
Addis's Avatar
 
Join Date: Jan 2004
Age: 18 Male
Posts: 5,255
Times Helpful: 403
My Mood: Drunk
Status: Offline

My Computer

Such a system can be developed with less effort than you would expect. If you want to go down the VB (Visual Basic) route, yo can use MS Access which allows you to build a database system with VBA and the database engine included. If you want to use pure VB with an external database then it'll be slightly more work.

There are many ways to do this, you don't have to stick to VB. But its recommended as other languages have a steeper learning curve.
__________________
Never trust a program you don't have the source code for.

My website | Powerful Desktop Linux | Linux for human beings | Linux for power users | Linux for ricers
Send a message via MSN to Addis   Reply With Quote
Old 20-04-2006, 11:06 AM   #4 (permalink) Top
Geek Trainee
 
Join Date: Apr 2006
Gender:
Posts: 5
Status: Offline
Quote:
Originally Posted by Addis
Such a system can be developed with less effort than you would expect. If you want to go down the VB (Visual Basic) route, yo can use MS Access which allows you to build a database system with VBA and the database engine included. If you want to use pure VB with an external database then it'll be slightly more work.

There are many ways to do this, you don't have to stick to VB. But its recommended as other languages have a steeper learning curve.
Thanx to you both.

Its all new to me! What is a visual basic route and where can I get hold of one and what are the advantages of having a database engine included?

Regards

Spookey
  Reply With Quote
Old 20-04-2006, 11:11 AM   #5 (permalink) Top
Alpha Geek
 
Waffle's Avatar
 
Join Date: Apr 2004
Age: 20 Male
Posts: 2,270
Times Helpful: 51
My Mood: Angelic
Status: Offline

My Computer

Visual Basic is a programming language that could be ideal for your requirements. It has support for database integration...meaning you could store information in an access database, like for example patient names/what beds are taken etc, and pull up and modify this information as required, via an interface that someone would code and design.

VB isn't free although you can download VB Express from the microsoft site. however it sounds as though you have no prior programming experience and it may be in your best interest to hire somebody, or to learn the language before progressing.

VB is not a difficult language to learn and so it could be a good starting point.

The advantages of the database would be the ease of use to maintain and update. It is also fairly flexible and sounds like it could be ideal.
Send a message via MSN to Waffle   Reply With Quote
Old 20-04-2006, 11:29 AM   #6 (permalink) Top
Geek Trainee
 
Join Date: Apr 2006
Gender:
Posts: 5
Status: Offline
Quote:
Originally Posted by Waffle
Visual Basic is a programming language that could be ideal for your requirements. It has support for database integration...meaning you could store information in an access database, like for example patient names/what beds are taken etc, and pull up and modify this information as required, via an interface that someone would code and design.

VB isn't free although you can download VB Express from the microsoft site. however it sounds as though you have no prior programming experience and it may be in your best interest to hire somebody, or to learn the language before progressing.

VB is not a difficult language to learn and so it could be a good starting point.

The advantages of the database would be the ease of use to maintain and update. It is also fairly flexible and sounds like it could be ideal.
Thanks again

re: other thread trying to generate further feedback to my questions.
  Reply With Quote
Old 20-04-2006, 04:36 PM   #7 (permalink) Top
Ani Ma'amin
 
sabashuali's Avatar
 
Join Date: May 2005
Age: 41 Male
Posts: 1,451
Times Helpful: 71
My Mood: Grumpy
Status: Offline

My Computer

Is this just an excercise or a real thing?

Unless you are trying to re-invent the wheel and break into the hospital occupancy monitoring software field, I would try and get in touch with the IT department of one, or a few, large hospitals, to see if such a program is already implemented.

If not, hey, you might be onto something.
__________________
This is not a PC friendly user!!!
"...when you find someone you really love, all the rest is just... other stuff." - Leanne Anika Battersby

Help with digital video?

Help My Mini City to grow
Hit or Miss
Send a message via Skype™ to sabashuali   Reply With Quote
Old 20-04-2006, 05:16 PM   #8 (permalink) Top
Geek Trainee
 
Join Date: Apr 2006
Gender:
Posts: 5
Status: Offline
Quote:
Originally Posted by sabashuali
Is this just an excercise or a real thing?

Unless you are trying to re-invent the wheel and break into the hospital occupancy monitoring software field, I would try and get in touch with the IT department of one, or a few, large hospitals, to see if such a program is already implemented.

If not, hey, you might be onto something.
I work as a nurse at a large hospital. The system would be based at ward level and would enable nurses to monitor bed availability and access bed space when it becomes available across the trust site. At present I'm trying to put together a feasibility study.
  Reply With Quote
Old 20-04-2006, 05:42 PM   #9 (permalink) Top
Alpha Geek
 
Waffle's Avatar
 
Join Date: Apr 2004
Age: 20 Male
Posts: 2,270
Times Helpful: 51
My Mood: Angelic
Status: Offline

My Computer

I would think there is something like that already available...I can't imagine with all the technology available that we would still be recording beds availabliltiy on pen and paper. As suggested, consider contacting the IT department?
Send a message via MSN to Waffle   Reply With Quote
Old 20-04-2006, 09:14 PM   #10 (permalink) Top
It's D Grav80 Of Luv
 
Karanislove's Avatar
 
Join Date: Jan 2006
Age: 23 Male
Posts: 3,460
Times Helpful: 160
My Mood: Cool
Status: Offline

My Computer

I recommend you to use Visual Studio .Net and in VS.net do not use any language but forms and it will be much easier for you to learn. But for the back hand you need a database. If yor are using this program in only couple of machines then MS Acess(Very Cheap) will be the one for you otherwise Oracle or MySQL(Damn Expensive).
__________________
__________________________________________________ ___


Troubleshoot a Dead/Unbootable PC / Microsoft Events Viewer

Troubleshoot Printer / Most Common Home Audio Problems_
  Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PC won't start! wanstronian Power Supplies and UPS's 14 21-04-2006 11:14 PM
Win XP PRO wont start ! Need Help pls Euro98ITR Windows OS's 4 08-03-2006 10:26 AM
Start Up Problem! Need Help! EmperorJeff27 General Hardware 2 07-03-2006 06:44 PM
My Computer doesn't start Julie General Hardware 1 10-01-2006 02:52 PM
Mandriva will not start sabashuali Linux and Other OSes 0 30-12-2005 12:04 AM


All times are GMT +1. The time now is 10:50 AM.


Copyright © 2000 - 2008 · HARDWAREFORUMS.COM · All rights reserved