This commit is contained in:
gferg 2002-02-05 15:51:57 +00:00
parent c781a0394d
commit 3e45eb7916
2 changed files with 257 additions and 77 deletions

View File

@ -25,6 +25,15 @@
</copyright>
<revhistory>
<revision>
<revnumber>5.6</revnumber>
<date>2002-01-04</date>
<authorinitials>esr</authorinitials>
<revremark>
Minor corrections.
</revremark>
</revision>
<revision>
<revnumber>5.6</revnumber>
<date>2001-09-06</date>
@ -117,7 +126,8 @@ applies on Power PCs, Sparcs and Alphas as well.</para>
<para>This document has been translated to <ulink
url="http://linux.softcatala.org/projectes/doc/install/index.html">
Catalan</ulink>.</para>
Catalan</ulink> anfd <ulink
url="http://qwert.cz/linux/howto/">Czech</ulink>.</para>
</sect2>
<sect2 id="sources"><title>Other sources of information</title>
@ -342,7 +352,7 @@ installation and use.</para>
required for most MS-DOS or Windows 3.1 systems sold today (and
it's a good deal less than the minimum for Windows 95!). If you
have a 386 or 486 with at least 4 megs of RAM, then you'll be happy
running Linux. Linux does not require huge amounts of diskspace,
running Linux. Linux does not require huge amounts of disk space,
memory, or processor speed. Matt Welsh, the originator of this
HOWTO, used to run Linux on a 386/16 MHz (the slowest machine you
can get) with 4 megs of RAM, and was quite happy. The more you want
@ -351,19 +361,20 @@ experience a 486 with 16 megabytes of RAM running Linux outdoes
several models of expensive workstations.</para>
</sect2>
</sect1>
<sect1 id="time"><title>Time requirements</title>
<sect2 id="time"><title>Time requirements</title>
<para>Start to finish, a modern Linux installation from CD-ROM can be expected
to take from ninety minutes to three hours.</para>
</sect2>
<sect2 id="distributions"><title>Choosing a Linux distribution</title>
<para>Before you can install Linux, you need to decide on one of the
``distributions'' of Linux which are available. There is no single,
standard release of the Linux software---there are many such
releases. Each release has its own documentation and installation
instructions.</para>
instructions. All distributions pretty much share the same underlying
codebase, however.</para>
<para>Linux distributions are available both via anonymous FTP and via mail
order on diskette, tape, and CD-ROM. There are many checklists and
@ -740,14 +751,15 @@ resizing partition editors available, is to delete the partition(s), and
re-create them with smaller sizes. If you use this method, you absolutely
must make a backup in order to save any of your data.</para>
<para>The classic way to modify partitions is with the program <command>FDISK</command>. For
example, let's say that you have an 80 meg hard drive, dedicated to
MS-DOS. You'd like to split it in half---40 megs for MS-DOS and 40 megs for
Linux. In order to do this, you run <command>FDISK</command> under MS-DOS, delete the 80 meg
MS-DOS partition, and re-create a 40 meg MS-DOS partition in its place. You
can then format the new partition and reinstall your MS-DOS software from
backups. 40 megabytes of the drive is left empty. Later, you create Linux
partitions on the unused portion of the drive.</para>
<para>The classic way to modify partitions is with the program
<command>FDISK</command>. For example, let's say that you have an 80 meg
hard drive, dedicated to MS-DOS. You'd like to split it in half---40 megs
for MS-DOS and 40 megs for Linux. In order to do this, you run
<command>FDISK</command> under MS-DOS, delete the 80 meg MS-DOS partition,
and re-create a 40 meg MS-DOS partition in its place. You can then format
the new partition and reinstall your MS-DOS software from backups. 40
megabytes of the drive is left empty. Later, you create Linux partitions on
the unused portion of the drive.</para>
<para>In short, you should do the following to resize MS-DOS partitions
with <command>FDISK</command>:</para>
@ -1055,7 +1067,10 @@ Linux-specific information now.</para>
<para>To create or edit Linux partitions, we'll use the Linux version of
the <command>fdisk</command> program, or its screen-oriented sibling
<command>cfdisk</command>.</para>
<command>cfdisk</command>. Note that the argument to the
<command>fdisk</command> needs to be the device corresponding to an entire
disk (e.g. <filename>/dev/sda</filename>) rather than any of its partitions
(such as <filename>/dev/sda1</filename>).</para>
<para>Generally the installation program will look for a preexisting
partition table and offer to run <command>fdisk</command> or
@ -1524,7 +1539,7 @@ disseminate, and reproduce it freely, provided you:</para>
<listitem><para>Do not omit or alter this copyright notice (you may translate it)</para></listitem>
<listitem><para>Do not omit or alter or omit the version number and date.</para></listitem>
<listitem><para>Do not omit or alter the document's pointer to the current WWW version.</para></listitem>
<listitem><para>Clearly mark any condensed, altered or versions as such.</para></listitem>
<listitem><para>Clearly mark any condensed, or altered versions as such.</para></listitem>
</itemizedlist>
<para>These restrictions are intended to protect potential readers from

View File

@ -1,10 +1,11 @@
<!doctype linuxdoc system>
<article>
<title>Linux Medicine-HOWTO
<author>Werner Heuser <htmlurl url ="mailto:wehe@mobilix.org" name="&lt;wehe@mobilix.org&gt;">
<date>v1.2 4 November 2000
<author>Gerardo Arnaez <htmlurl url ="mailto:garnaez@yahoo.com" name="&lt;garnaez@yahoo.com&gt;">
<author>Werner Heuser, previous author, no longer maintains it <htmlurl url ="mailto:wehe@mobilix.org" name="&lt;wehe@mobilix.org&gt;">
<date>v1.4.1, 2002-02-05
<abstract>
Some pointers to Linux software (mostly GPLed) for the medical sciences (medical applications, Medline and other bibliography tools, applications for veterinarian medicine and others).
Some pointers to Linux software (mostly GPLed) for the medical sciences (medical applications, Medline and other bibliography tools, applications for veterinarian medicine and others). UPDATE: I intend this LDP to be more and more geared to Medical applications and less to the others
<toc>
@ -16,19 +17,27 @@ Life is the first gift, love is the second, and understanding is the third. -- <
<p>
This document is part of the <url url="http://www.linuxdoc.org" name="LINUX DOCUMENTATION PROJECT - LDP">.
<p>
The latest version of this document is available in different formats at <url url="http://mobilix.org/med_linux.html" name="Linux and Medicine"> .
A Japanese translation is proposed by Shouhei Nagaoka, see the <url url="http://www.linux.or.jp/JF/" name="Linux JF (Japanese FAQ) Project">.
<!-- Japanese section of Non-English Linux Info in <http://www.linuxdoc.org/links/nenglish.html of
http://www.linuxdoc.org/ -->
<p>
This document isn't ready yet. If you like to write a chapter or even a smaller part by yourself, please feel free to contact me. Also your suggestions, recommendations and criticism are welcome.
<em>This document isn't ready yet.</em> If you like to write a chapter or even a smaller part by yourself, please feel free to contact me. Also your suggestions, recommendations and criticisms are welcome.
<p>
Gerardo arnaez &lt;garnaez@yahoo.com&gt;
<p>
Werner Heuser &lt;wehe@mobilix.org&gt;
<sect1>About the Author
<sect1>About the Author(s)
<p>
Working as a system administrator in the computer departments of two German hospitals I get inspired to search for medical applications created with Linux software.
Gerardo Arnaez: I am an internal medicine doctor. I am extremely concerned with the state of medical informatics.
<p>
Werner Heuser: Working as a system administrator in the computer departments of two German hospitals I get inspired to search for medical applications created with Linux software. Besides this HOWTO I have written the <url url="http://mobilix.org/howtos.html" name="Linux-Mobile-Guide">, <url url="http://mobilix.org/howtos.html" name="Linux-Infrared-HOWTO"> and the <url url="http://mobilix.org/eco_linux.html" name="Linux-Ecology-HOWTO">.
<sect1>Copyright, Disclaimer and Trademarks
<p>
Copyright &copy; 2000 by Werner Heuser. This document may be distributed under the terms set forth in the <url url="http://metalab.unc.edu/LDP/COPYRIGHT.html" name="LDP license"> .
Copyright &copy; 2002 by Gerardo Arnaez. This document may be distributed under the terms set forth in the <url url="http://www.linuxdoc.org/COPYRIGHT.html" name="LDP license"> .
<p>
Copyright &copy; 2000 by Werner Heuser. This document may be distributed under the terms set forth in the <url url="http://www.linuxdoc.org/COPYRIGHT.html" name="LDP license"> .
<p>
This is free documentation. It is distributed in the hope that it will be useful, but without any warranty. The information in this document is correct to the best of my knowledge, but there's a always a chance I've made some mistakes, so don't follow everything too blindly, especially if it seems wrong. Nothing here should have a detrimental effect on your computer, but just in case I take no responsibility for any damages incurred from the use of the information contained herein.
<p>
@ -37,29 +46,60 @@ Though I hope trademarks will be superfluous sometimes (you may see what I mean
<sect>Medical Applications
<p>
<sect1>SQL Clinic
<p>
<url url="http://www.sqlclnic.net" name="sqlclinic"> is a quite an impressive application that was developed for mental health workers, sponsored by their local hospital. What is most impressive is the amount of documentation. However it is unclear how useful the application would be for other non mental-health professionals.
<sect2>
<p>Last Update: Feb 2, 20002
<sect1>Electronic Obstetrical Record System
<p>
<url url="http://www.eors.org" name="eors"> is a quite a well-developed medical management system used by the developers themselves in their OB pratice. The layout is somewhat Star Trek-ish, but quite useful and well developed
<sect2>
<p>Last Update: Unclear
<sect1>Freemed
<p>
<url url=" http://www.freemed.org/" name="freemed"> is a medical management software package that runs in a web browser window. It currently uses Apache, an SQL backend (usually MySQL, but there's an SQL Abstraction for this), and PHP, and is non-browser specific. It aims to duplicate all of the functionality of programs such as The Medical Manager, while remaining free to the community.
<url url="http://www.freemed.org/" name="freemed"> is a medical management software package that runs in a web browser window. It currently uses Apache, an SQL backend (usually MySQL, but there's an SQL Abstraction for this), and PHP, and is non-browser specific. It aims to duplicate all of the functionality of programs such as The Medical Manager, while remaining free to the community.
<sect2>
<P>Last Update: Unclear. July 9, 2001 ?
<sect1>Freemed-YiRC
<p>
<url url="http://freemed-yirc.familyandyouth.org/" name="Freemed-YiRC"> is a PHP package based on Freemed for use with Youth in Residential Care (YiRC) agencies. Its aim is to be a complete package to replace legacy non-free apps which aren't customizable. Since it's PHP-based, all that is needed for the client is a good Web browser with extensive table support.
<url url="http://freemed-yirc.familyandyouth.org/" name="Freemed-YiRC"> is a PHP package based on Freemed for use with Youth in Residential Care (YiRC) agencies. Its aim is to be a complete package to replace legacy non-free apps which aren't customizable. Since it's PHP-based, all that is needed for the client is a good Web browser with extensive table support. It can use both Postgres and MySql databases
<sect2> Last Update: 02/04/2002
<sect1>Good Electronic Health Record - GEHR
<p>
The <url url="http://www.gehr.org/" name="Good Electronic Health Record (GEHR)"> , a major part of the work of the openEHR Foundation, is an evolving electronic health record architecture designed to be comprehensive, portable and medico-legally robust. It has been developed from the <url url="http://www.chime.ucl.ac.uk/HealthI/GEHR/" name="Good European Health Record project"> requirements statement and object model- the most comprehensive requirements documents ever developed for the electronic health record. This website is a public resource for documents and resources that have been used to build implementations of this record.
<sect2>
<p> Last Update: Jan, 14 2002
<p>The main point of this site is to try to setup standards.
<sect1>Conversion of ECGs - ecg2png
<p>
<url url="http://www.cardiothink.com/downloads/ecg2png/" name="ecg2png"> converts scanned 12-lead electrocardiograms (ECGs) into PNG format and a web-friendly image size. The problems this program solves are that an ECG scanned at relatively high resolution puts a large memory load on the Web browser because it contains about 6 million color pixels. Also, typical scanners convert a clean paper ECG into many colors, not just red, black, and white. The resulting file cannot be compressed efficiently and takes more time to transmit over low-speed network connections. This program shrinks the image while preserving the signal and cleans up the color map, yielding a bitmap that is well-suited for Web-based distribution of ECG images.
<sect2>
<p>Last Update: Oct, 17 1999
<sect1>GTDS - Oncologie Documentation (German)
<p>
The Giessener Tumor Documentation System - GTDS was actually written for the Oracle database system under SCO-Unix, but works also under Linux, when the IBCS module is used.
<sect2>
<p>Last Update: Unknown and I cant find it on the web except under linuxdoc.org :)
<sect1>Linux in a Doctor's Office (German)
<p>
<url url=" http://hilbert.webprovider.com/Linux+Praxis.html " name="Karsten Hilbert"> &lt;mailto:Karsten.Hilbert@gmx.net&gt; has set up a page in German that describes some aspects of how to set up Linux in a doctor's office. It's been born from an article published in <it>PraxisComputer 6/99</it>.
<!-- http://hilbert.webprovider.com/Linux+Praxis.html -->
<url url="http://hilbert.key-space.de/jamie/linux+praxis/Linux+Praxis.html" name="Karsten Hilbert"> &lt;mailto:Karsten.Hilbert@gmx.net&gt; has set up a page in German that describes some aspects of how to set up Linux in a doctor's office. It's been born from an article published in <it>PraxisComputer 6/99</it>.
<sect2>
<p>Last Update: As I dont speak German I am trying to contact the the owner of these documents
<sect1>Andromeda (German)
<p>
@ -95,57 +135,39 @@ The commercial VISIDent software is a GUI based information and accounting syste
<sect1>GNUMed
<p>
<url url=" http://www.hherb.com/gnumed/gnumed.html" name="GNUMed"> is a comprehensive and robust open source software package for paperless medical practice GNUMed is open source through and through! Each and every single tool used in the development process is open source. We do not use any proprietary software at all.
<p>
GNUMed servers run on any open source Unix flavour like GNU/Linux and freeBSD as well as on proprietary software such as WinNT (which we do not recommend) GNUMed clients can be anything (even true thin clients), any platform that can use TCP/IP for network communication!
<p>
GNUMed's main client ("administration client") has an easy to use graphical user interface based on the GTK+ / VDK toolkit. Other clients are easy to write due to well defined API much of the program logic is handled by the database server GNUMed is based on a robust SQL client-server concept and has built in mechanisms to monitor data base integrity at any time. If your data gets corrupted for any reason, you will be notified immediately! The two layer transaction protocol will enable you to recover from any desaster at any time.
<url url="http://www.gnumed.net" name="GNUMed"> is a GNU's project to develop a comprehensive medical management solution.
<sect2>
<p>Last update: 11/22/2000
<sect1>
<p><url url="http://gnumed.net/gnotary/" name="GNOTARY"> is a client that provide tha ability to notarize digital documents using a server to prove that digital documents have not been tampered with after their inital creation date. This is a very important piece of software.
<p>The author provides a GNotary server to provide the actualy notarization on a separate system.
<sect2>
<p>Last Update: June, 24, 2001
GNUMed features inbuilt transaction logging and data encryption to maximize data safety and to guarantee maximum confidentiality of sensitive data
<sect1>The Littlefish Health Project
<p>
The <url url="http://www.paninfo.com.au/intro/littlefishproject_homepage.htm" name="Littlefish"> project is a user friendly patient information and recall system on an open source basis for the use by any community health organisation. The project will follow the GEHR or Good Electronic Health Record standards.
The <url url="http://www.littlefish.com.au/lfproject/intro/lfhome.htm" name="Littlefish"> project is a user friendly patient information and recall system on an open source basis for the use by any community health organisation. The project will follow the GEHR or Good Electronic Health Record standards. This Site has a lot of useful information about the what is involved in trying to design the project.
<sect2>
<p>Last Update: April 1, 2000. I am currently trying to contact the maintainer
<sect1>Free Practice Management
<sect1>Free Practice Management - FreePM
<p>
<url url="http://www.freepm.org" name="FreePm"> is an open source project to create a provider designed patient centered electronic medical record and practice management application.
<url url="http://www.freepm.org" name="FreePm"> is an open source project to create a provider designed patient centered electronic medical record and practice management application. This is probably one of the most developed projects out there, seems already quite usable in its Demo. More significantly, they offer services to help actually run their software in a real office, but all the code is opensource and they seem comitted to this philosophy
<sect2>
<p>Last Update: Unclear, possible Noc, 2001.
<sect1>PhysioNet
<p>
<url url="http://www.physionet.org/" name="PhysioNet"> offers free access via the web to large collections of recorded physiologic signals and related open-source software. PhysioNet is a public service of the Research Resource for Complex Physiologic Signals, funded by the National Center for Research Resources of the National Institutes of Health.
<p>
The Research Resource for Complex Physiologic Signals, to which PhysioNet belongs, is a cooperative project initiated by researchers at Boston's Beth Israel Deaconess Medical Center/Harvard Medical School, Boston University, McGill University, and MIT, under the auspices of the National Center for Research Resources of the National Institutes of Health. This resource, intended to stimulate current research and new investigations in the study of complex biomedical and physiologic signals, has three closely interdependent components:
<itemize>
<item>
<it>PhysioNet</it> is an on-line forum for dissemination and exchange of recorded biomedical signals and open-source software for analyzing them, by providing facilities for cooperative analysis of data and evaluation of proposed new algorithms. In addition to providing free electronic access to PhysioBank data and PhysioToolkit software, PhysioNet offers service and training via on-line tutorials to assist users at entry and more advanced levels. PhysioNet is a public service of the Resource, accessible via the World Wide Web.
<item>
<it>PhysioBank</it> is a large and growing archive of well-characterized digital recordings of physiologic signals and related data for use by the biomedical research community. PhysioBank currently includes databases of multi-parameter cardiopulmonary, neural, and other biomedical signals from healthy subjects and patients with a variety of conditions with major public health implications, including sudden cardiac death, congestive heart failure, epilepsy, gait disorders, sleep apnea, and aging. These databases will grow in size and scope, and will eventually include signals from selected in vitro and in vivo experiments, as developed and contributed by members of the research community.
<item>
<it>PhysioToolkit</it> is a large and growing library of software for physiologic signal processing and analysis, detection of physiologically significant events using both classical techniques and novel methods based on statistical physics and nonlinear dynamics, interactive display and characterization of signals, creation of new databases, simulation of physiologic and other signals, quantitative evaluation and comparison of analysis methods, and analysis of nonequilibrium and nonstationary processes. A unifying theme of the research projects that contribute software to PhysioToolkit is the extraction of <it>hidden</it> information from biomedical signals, information that may have diagnostic or prognostic value in medicine, or explanatory or predictive power in basic research. All PhysioToolkit software is available in source form under the GNU General Public License (GPL).
</itemize>
A few interesting points not mentioned above:
<enum>
<item>
All of our software development is done under Linux. Contributed software, if not written for Linux, is ported to Linux. Almost all of the software is portable to other versions of UNIX, and to other operating systems as well.
<item>
Most of our applications for physiologic signal processing, analysis, and visualization are built using a common library layered over the W3C's libwww, permitting transparent access to data stored locally or on web servers (in other words, these applications can act as independent HTTP clients). Although they have been designed to support collaborative research, many will be useful in telemedicine applications. It's a fairly simple matter to create new applications using the library, and there is extensive tutorial and reference material on-line to help you get started on developing your own applications.
<item>
Among the collections of data are a number of standard annotated databases of electrocardiograms (including several such databases we created beginning in the mid-1970s, and others contributed by their creators) that are required by regulatory agencies such as the US FDA for testing of automated ECG analyzers in compliance with current ANSI and pending ISO standards. The support given us by the NIH NCRR allows us to make these data available freely on the web for the first time.
<item>
About 12 GB of data are on-line now, and our queue currently contains another 60 GB that will be added over the next several months as we add disk space to our servers.
</enum>
<p>Last Update: constant.
<!-- This entry will be moved to a different section of the HowTO -->
<sect1>REALTIQ - ReAligning Tissue Quantifier
<p>
@ -160,9 +182,7 @@ Software Features:
</itemize>
<p>
Description:
<p>
A pre-version of this software was developed for use in a study on the relations of the medullary-canal dimensions and the cortical-bone area at patients suffering from arthritic bone-disease.
Description: A pre-version of this software was developed for use in a study on the relations of the medullary-canal dimensions and the cortical-bone area at patients suffering from arthritic bone-disease.
<p>
The problem with CAT data is, that if the model (in this case the hand/finger) is not properly aligned with the CAT axis, the cut-planes will only display a distorted view of the bone and quantitative measurement will yield high error-rates.
<p>
@ -185,7 +205,8 @@ For more information see: <url url="http://www.digitalmedics.de" name="DigitalMe
<sect1>CTSim
<p>
<url url="http://www.ctsim.org/" name="CTSim"> is a Computed Tomography simulator under the GPL license. It simulates the process of obtaining x-ray data around a phantom object. It then uses various reconstruction algorithms for reconstructing the original image. A Web-based CGI interface is included.
<url url="http://www.ctsim.org/" name="CTSim"> is a Computed Tomography simulator under the GPL license. It simulates the process of obtaining x-ray data around a phantom object. It then uses various reconstruction algorithms for reconstructing the original image. The scanning and reconstruction processes can be animated as a tutorial to computed tomography. Precompiled versions are
available for Microsoft Windows and Linux.
<sect1>myPACS
<p>
@ -208,6 +229,19 @@ The BlazeLIMS Server by <url url="http://www.blazesystems.com/" name="Blaze Syst
<p>
<url url="http://www.b3e.jussieu.fr/xnbc/" name="XNBC"> is a software package for simulating biological neural networks. Four neuron models are available, three phenomenologic models (xnbc, leaky integrator and conditional burster) and an ion-conductance based model. Inputs to the simulated neurons can be provided by experimental data stored in files, allowing the creation of <it>hybrid</it> networks. Graphic tools are used to describe the modeled neurons as well as the network.
<sect1>HL7lib - Health Level 7 Library
<p>
<url url="http://hl7lib.sourceforge.net" name="HL7lib Health Level 7 Library"> is a project that will provide a free, correct implementation of Health Level 7 functions. Health Level 7 is commonly used in large hospitals to send patient information among computer systems from different vendors. Since there is no reference implementation of HL7 many of these vendor systems vary widely in their interpretation of HL7.
<sect1>OMEGA and Mumps Compiler
<p>
Mumps Compiler is a compiler for a subset of the Mumps language, a
language used mainly in healthcare. It is compatible with most
operating systems with a standard C compiler. License: GPL
<p>
<url url="http://home.clara.net/finch/" name="OMEGA"> is an Open Source implementation of the M-Technology (MUMPS) programming language. It is extendable, and currently embedded with MySQL; it is ideal as a trigger/validation frontend to SQL. License: free for non-commercial use
<sect>Medline and Bibliography Tools
<p>
<sect1>BioMail
@ -235,16 +269,24 @@ The BlazeLIMS Server by <url url="http://www.blazesystems.com/" name="Blaze Syst
<sect1>Nut
<p>
<url url="ftp:\\ftp.metalab.unc.edu\pub\Linux\apps\misc\" name="Nut"> allows you to record what you eat and analyze your meals for nutrient composition. The database included is the USDA Nutrient Database for Standard Reference, Release 13, which contains 6,210 foods.
<url url="http://www.ibiblio.org/pub/Linux/apps/misc/" name="Nut"> allows you to record what you eat and analyze your meals for nutrient composition. The database included is the USDA Nutrient Database for Standard Reference, Release 13, which contains 6,210 foods.
<p>
This database of food composition tables contains values for calories, protein, carbohydrates, fiber, total fat, saturated fat, monounsaturated fat, polyunsaturated fat, and cholesterol; vitamins A, thiamin, riboflavin, niacin, pantothenic acid, B6, folate, B12, C, and E; and minerals calcium, copper, iron, magnesium, manganese, phosphorus, potassium, selenium, sodium, and zinc. Nutrient levels are expressed as a percentage of the <it>Daily Values</it>, the familiar standard of food labeling in the United States. In addition, levels of the omega-6 and omega-3 polyunsaturated fatty acids are shown, along with average grams per day of the important PUFAs.
<p>
You may search this list of foods and view nutrient values for different serving sizes; you may also rank foods in order of level of a particular nutrient. You may change the daily calorie level to correspond to your personal metabolism, and the levels for fat, carbohydrates, and fiber are automatically adjusted. You may add your own recipes to the database, by creating them from the foods in the database.
<sect1>gnutrition
<p>
<url url="http://gnutrition.sourceforge.net/" name="Gnutrition"> is nutritional analysis software for GNOME. It can compute the nutrient value of recipes or individual foods. It uses the USDA Nutrient Database, which contains data on 81 nutrients for over 5,000 foods.
<sect1> Bicycle Ride Calorie Calculator
<p>
<url url="http://www.geocities.com/SiliconValley/Vista/6434/calcalc.html" name="Bicycle Ride Calorie Calculator"> by Greg Kondrasuk is a simple program that calculates the number of calories expended on a bicycle ride. It is based on an article in the May 1989 issue of Bicycling Magazine, pp. 100-103. It provides a good estimate of the number of calories burned based on time, distance, rider weight, wind speed and direction, drafting, and climbing.
<sect1>Java SmokingMeter
<p>
<url url="http://smokingmeter.sourceforge.net/" name="SmokingMeter"> is a standalone Java application that tells ex-smokers for how long they have quit smoking, how much money they have saved, and how many cigarettes they have avoided.
<sect1>weight
<p>
<url url="http://world.std.com/~damned/software.html" name="weight"> is a GPL program, which helps users keep track of their weight. It computes a moving weighted average based upon daily weight (useful because it smooths the fluctuation of daily weights), can compute caloric debt, and can plot monthly, quarterly, annual, and other graphs of weight.
@ -265,10 +307,10 @@ You may search this list of foods and view nutrient values for different serving
<url url="http://idt.net/&tilde;dclunie/medical-image-faq/html/" name="Medical-Image-FAQ">
<item>
<url url=" http://ourworld.compuserve.com/homepages/pvosta/pcrmed.htm" name="Peter's Resources on Medicine (PCR MED)">
<url url="http://ourworld.compuserve.com/homepages/pvosta/pcrmed.htm" name="Peter's Resources on Medicine (PCR MED)">
<item>
<url url=" http://ourworld.compuserve.com/homepages/pvosta/pcrbioc.htm" name="Peter's Resources on Biocomputing (PCR BIOC)">
<url url="http://ourworld.compuserve.com/homepages/pvosta/pcrbioc.htm" name="Peter's Resources on Biocomputing (PCR BIOC)">
<item>
<url url="http://www.protana.com/&tilde;pm/Perl.html" name="Protana">
@ -276,6 +318,32 @@ You may search this list of foods and view nutrient values for different serving
<item>
<url url="http://www.rad.bgsm.edu/&tilde;tim/home.html" name="Timothy M. Persons">
<item>
<url url="http://www.omp.de.vu" name="OMP">
<item>
<url url="http://www.josmc.org" name="JOSMC">
<item>
<url url="http://www.openhealth.com" name="OpenHealth">
The Open Healthcare Group is an organization devoted to the
promotion and distribution of a free, open source health
record.
The Openhealth mailing list is a place for IT professionals
and members of the public who are interested in health care
and open source software to gather and discuss the issues of
this field.
<item>
<url url="http://www.resmedicinae.org" name="ResMedicinae">
<item>
<url url="http://www.oshca.org/" name="Open Source Health Care Alliance (OSHCA)"> is a collaborative forum to promote and facilitate open source software in human and veterinary healthcare.
<!-- standardisation as an argument for Open Source!!! -->
<item>
IEEE committee for medical device communications (IEEE 1073 standards).
</itemize>
<p>
@ -285,13 +353,13 @@ Didn't check for Linux related newsgroups and mailing lists yet.
<p>
<sect1>FreeVet
<p>
<url url="homepage: http://www.mecalc.co.za/ross/FreeVet/" name="FreeVet"> is a Y2K ready Animal Clinic System built using the Qt toolkit. It currently uses MySQL as its database. It aims to provide the veterinarian with a complete solution for running a clinic, small or large.
<url url="http://www.mecalc.co.za/ross/FreeVet/" name="FreeVet"> is a Y2K ready Animal Clinic System built using the Qt toolkit. It currently uses MySQL as its database. It aims to provide the veterinarian with a complete solution for running a clinic, small or large.
<sect>Miscellaneous
<p>
<sect1>Data Collection
<p>
An increasing role in data collection for instance in hospitals, will be played by handheld computers (HPCs) or Personal Digital Assistants (PDAs). More commonly known as PALMs. Linux offers way to exchange these data to servers, for instance via the IrDA port. See <url url="http://mobilix.org/howtos.html" name="IR-HOWTO"> for details. A survey of non-Linux applications for the Palm device you may find at <url url="http://palmtops.about.com/compute/palmtops/msub14.htm" name="PalmPilot Medical - Palmtops PDAs HPCs Palm - Net Links">.
An increasing role in data collection for instance in hospitals, will be played by handheld computers (HPCs) or Personal Digital Assistants (PDAs). More commonly known as PALMs. Linux offers way to exchange these data to servers, for instance via the IrDA port. See <url url="http://mobilix.org/howtos.html" name="Infrared-HOWTO"> for details. A survey of non-Linux applications for the Palm device you may find at <url url="http://palmtops.about.com/compute/palmtops/msub14.htm" name="PalmPilot Medical - Palmtops PDAs HPCs Palm - Net Links">.
<sect>Credits
<p>
@ -299,18 +367,53 @@ Thanks to
<itemize>
<item>
AIRION Asssociates &lt;airion@charter.net&gt;
<item>
K. Szabo Botond &lt;kszabo@sol.cc.u-szeged.hu&gt; <url url="http://sol.cc.u-szeged.hu/~kszabo/myPACS.html" name="MyPACS">
<item>
Patrick Goltzsch &lt;Patrick.Goltzsch@Hanse.de&gt;
<!--
Heute ist der Netpol-Digest 28 (http://www.fitug.de/netpol/)
mit einem .. Artikel zum "Modell Open Source"
erschienen. Der bekannte Abschnitt zu Linux und Medizin ist
-->
<item>
Chason Hayes MD &lt;Chasonh@hotmail.com&gt;
<item>
Christian Heller &lt;christian.heller@tuxtax.de&gt;
<item>
Karsten Hilbert &lt;Karsten.Hilbert@gmx.net&gt;
<item>
George B. Moody &lt;george@mit.edu&gt; Harvard-MIT Division of Health Sciences and Technology
<item>
Shouhei Nagaoka &lt;nagaoka@jttk.zaq.ne.jp&gt;, Japanese translation
<item>
Kevin Rosenberg, M.D. &lt;kevin@rosenberg.net&gt;
<item>
Andrew Sutton &lt;ansutton@sep.com&gt;
<item>
Ralf Stephan &lt;ralf@ark.in-berlin.de&gt;
<item>
<url url="http://ls7-www.cs.uni-dortmund.de/~wawro" name="Martin Wawro LS7, Department of Computer Science, UniDO"> &lt;wawro@ls7.cs.uni-dortmund.de&gt;
</itemize>
<sect>Revision History
<p>
<itemize>
@ -327,9 +430,71 @@ v1.0, 27 January 2000, LinuDent added, preface and disclaimer added, minor chang
v1.1, 20 April 2000, links to Res Medicinae, QDS, sixpack and LinuxMedNews added, minor changes
<item>
v1.2, 4 November 2000, links to Nut, Free Practice Management, LittleFish, GNUMed, REALTIQ, VISIdent, weight, OIO, CTSim, myPACS, BalzeLIMS, XNBC and PhysioNet added, new document URL, minor changes
v1.2, 4 November 2000, links to Nut, Free Practice Management, LittleFish, GNUMed, REALTIQ, VISIdent, weight, OIO, CTSim, myPACS, BlazeLIMS, XNBC and PhysioNet added, new document URL, minor changes
<item>
v1.3, 1 March 2001, added links to gnutrition, Java SmokingMeter and HL7lib - Health Level 7 Library, some other links updated, Japanese translation proposed
<item>
v1.4, XXX, minor changes
<item>
v1.4.1, Gerardo Arnaez took over maintaining this document. Some new additions, some info on when last update. Links to sqlclinic.net and eors.org added.
</itemize>
</article>
<!--
announce Linux-Medicine-HOWTO v1.3
I would like to call your attention to a new issue
of the Linux-Medicine-HOWTO, which can be found at
http://mobilix.org/med_linux.html
Abstract:
Some pointers to Linux software (mostly GPLed) for
the medical sciences (medical applications, Medline
and other bibliography tools, applications for
veterinarian medicine and others).
Changes:
v1.3, 1 March 2001, added links to gnutrition,
Java SmokingMeter and HL7lib - Health Level 7 Library,
some other links updated, Japanese translation proposed
Many thanks to all contributors.
I hope that you will find the time to read through the document,
and point out any errors, weak points, or blatant falsehoods you
might find. Or maybe even enjoy it :)
Thank you for your attention,
Werner
You are receiving this announcement either because (a) your
name or site is referred to in the document, and I want to
make sure that that's okay with you, (b) you are subscribed
to a medicine related mailing list or news group,
or (c) I just thought you might be interested.
Addresses:
comp.os.linux.announce *
[004] - BMI 1.0
About: BMI is a tool to help dieting people. It calculates your Body Mass
Index (BMI) and gives you an indication of your fatness. It saves the
results in a file, so you can through the program look at the file, and
compare your results from one day to another. This gives you an overlook of
your weight development over a period of time.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/bmi/
-->