Writing Open Source Medical and Nursing Apps?
SteamedPenguin asks: "I am writing a Fick Cardiac Index calculator. It isn't quite finished, but it is almost done. I am bitten by the bug. Writing software, even simple software, in the health care field is fun. I see a good number of Slashdot readers who are either health care practitioners, or claim to be, so I am curious if there are are other nursing and medical tools out there that are written using Open Source languages, and/or are Open Source themselves. Google gives a good number. I am specifically interested in Open Source applications though. I am also interested to hear from people who are writing such software. Can these applications be released under the GPL? Are the algorithms proprietary? What resources are there for people who want to implement these small helper applications?"
I mean, c'mon. This is beginning to look like a retread of the April 1 selection.
"Open Source languages", "algorithms proprietary", some people really shouldn't string words together.
How we know is more important than what we know.
Being one of authors, I will plug a good resource. Call the Linux Medicine How to. If you see any problems with the how-to, let me know and I will fix it.
It can be read at Linux Medicine How-to
Comments are appreciated
Sigs are dangerous coy things
It is a OpenSource ( I couldn't find the license, but probably its GPL'd) Electronic Medical Record system. It looks great, I will probably be demoing it for some Doctors in the near future. ( once I get some time to install it myself, check the code etc... )
from the site: www.openemr.net
OpenEMR is a Free, Open Source medical clinic practice management and electronic medical record application. OpenEMR offers
Freemed is good. You'll have to dedicate a machine to running it, but all of the people in the office use it from a web browser. It's also heading torward FULL HIPAA compliance. Good luck.
US Democracy:The best person for the job (among These pre-selected choices...)
Test the software very well, especially if anyone's life might depend on the output.
Just making sure...
Forgive me if this is covered somewhere on your site, but why do you use PHP to implement this?
If your server goes down, the tool is completely useless.
If, OTOH, you had used Javascript to process all this locally, then the webpage could be kept on a local machine and have the results immediately instead of having to load a second page.
As far as your program goes, you need to label the text boxes with the units measurements.
I have been pwned because my
Linux Med News covers just about everything you're wondering about in this area - check them out, you'll find enough material to chew on for a while searching their archives. I'm sure more happens in the field than they track, but they centrally track more than I've seen elsewhere.
http://www.linuxmednews.com/
cyn, free software and *nix operating systems enthusiast.
Open source has some amazing examples in the medical field.
"Vista" is the system used to run a couple of hundred hopsitals - particularly the veteran's administration. It's open source (public domain), and nowadays can run on a completely open-source (GPL) stack, as well.
Or there's Care 2000 (probably Care 2k by now) which runs a few European hospitals.
Debian has a sub-distribution for Medical software (debian-med) which includes more "focused" stuff.
And, as someone else points out, linuxmednews will give you regular gossip for the sector.
Be happy! Be healthy!
http://freshmeat.net/browse/266/
If you don't know what 21CFR-11, validation, ER/ES etc are, then you should not be doing this.
A few of my former coworkers and fellow students now work for this little company called Medical Manager. Last I spoke with one of the people doing programming, they do like to use various OSS tools and languages, like Python.
As far as F/OSS software itself, dunno. Like others have posted, there is TONS of testing to do when someones life or lab results are on the line.
Don't blame me, I voted for Kodos
I am never sure if the IT department is going to turn JavaScript off at the terminals. Most importantly though, I use PHP because I like it, and to teach myself. I am generally not disposed to learning languages that I can turn off at the browser and whose implementations vary from browser to browser. It is bad enough with markup languages. If the server goes down the Nurses can calculate the Fick CI by hand as they usually do. This is is just a calculator. At some point it is likely that the application is going to be implmented on our stations' intranet in which case I might not be able to use PHP anymore in which case I have two options: rewrite using JavaScript or ASP. If the former then we'll have to make sure JavaScript remains turned on, if the latter then it is my employers problem not mine. I'll add the unit measurements. The nurses hadn't mentioned it so it slipped my mind.
Dixi et salvavi animam meam
You may find an almost complete list of Open Source and of commercial Linux applications for different medical purposes in the Linux-Medicine-HOWTO.
Be careful trying to use what you design in the USA. Some software is classified as a medical device in the US and needs FDA approval before it can be used. Outside USA, other countries have their own approval procedures.
I am in the middle actually, of replacing a application called LyTEC, rebuilding it using a Java Tomcat MySQL.
-Hack
Got Geometrodynamics? Awe, too hard to figure out? Too bad.