Hi all
i would like to get advice on how to build a patient management system that will monitor heart beat rate, ECG and blood pressure and will be monitored over the web using a browser or on a PC with a processing program.
thanks all
Hi all
i would like to get advice on how to build a patient management system that will monitor heart beat rate, ECG and blood pressure and will be monitored over the web using a browser or on a PC with a processing program.
thanks all
It is possible. Again like Ken stated it's not entirely practical. If it is just for proof of concept or for smaller implementations that go ahead and do this. Here is a link to a video by colin cunningham. He made a heart rate monitor using infrared leds and recievers. http://blog.makezine.com/2009/11/30/collins-lab-infrared-heart-sensor/ . The rest is a matter of finding sensors. You can push it to a web server by using php and jquery. I'm not quite sure how to do RTS stuff but you can set the php and jquery script to refresh when there is a change to the data. You can even implement this with mobile apps. If there is a situation where vital signs are at a dangerous level, you can send a push notification. If you decide to go through with this I would love to help you write the code. Good luck and keep up the ideas 
It is possible. Again like Ken stated it's not entirely practical. If it is just for proof of concept or for smaller implementations that go ahead and do this. Here is a link to a video by colin cunningham. He made a heart rate monitor using infrared leds and recievers. http://blog.makezine.com/2009/11/30/collins-lab-infrared-heart-sensor/ . The rest is a matter of finding sensors. You can push it to a web server by using php and jquery. I'm not quite sure how to do RTS stuff but you can set the php and jquery script to refresh when there is a change to the data. You can even implement this with mobile apps. If there is a situation where vital signs are at a dangerous level, you can send a push notification. If you decide to go through with this I would love to help you write the code. Good luck and keep up the ideas 