<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; medical software</title> <atom:link href="http://www.ghacks.net/tag/medical-software/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 17:32:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Set up a Gnumed backend server</title><link>http://www.ghacks.net/2009/11/10/set-up-a-gnumed-backend-server/</link> <comments>http://www.ghacks.net/2009/11/10/set-up-a-gnumed-backend-server/#comments</comments> <pubDate>Tue, 10 Nov 2009 19:25:50 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Advanced]]></category> <category><![CDATA[backend server]]></category> <category><![CDATA[gnumed]]></category> <category><![CDATA[medical practice server]]></category> <category><![CDATA[medical software]]></category> <category><![CDATA[postgresql]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=18370</guid> <description><![CDATA[Recently I covered the front-end of the Gnumed software designed for the medical industry (see &#8220;Let your medical practice go open source with Gnumed.&#8221;) In that article I showed you how to start working with Gnumed, but limited the installation to using the public servers. Because these public servers can not safely and securely hold [...]]]></description> <content:encoded><![CDATA[<p>Recently I covered the front-end of the Gnumed software designed for the medical industry (see &#8220;<a
title="Let your medical practice go open source with Gnumed" href="http://www.ghacks.net/2009/10/20/let-your-medical-practice-go-open-source-with-gnumed/" target="_blank">Let your medical practice go open source with Gnumed</a>.&#8221;) In that article I showed you how to start working with Gnumed, but limited the installation to using the public servers. Because these public servers can not safely and securely hold patient data, it is necessary to be able to set up your own backend server for this purpose. That is where this tutorial comes in.</p><p>In this article you will learn how to install everything you need to get your Gnumed front end connected to a locally hosted Gnumed backend server. I will be illustrating this on Ubuntu 9.10 with the end result being a local-only installation. Of course the necessary modifications to make this a LAN-based installation shouldn&#8217;t be difficult for you, once you have the local install up and running.</p><p><span
id="more-18370"></span>This article comes a good time because this month it was just announced that new versions of Gnumed will include both medication management and prescription handling as well it was announced (on the <a
title="Gnumed on Blogspot" href="http://gnumed.blogspot.com/" target="_blank">Gnumed Blog</a>) that a company is working on a billing feature for inclusion in a future release of Gnumed. That is certainly good news.</p><p>But, for now, let&#8217;s get on with the server installation.</p><p>Before we continue, make sure you have a working installation of PostgreSQL up and running. For more information on this take a look at my article &#8220;<a
title="Basic postgresql server setup" href="http://www.ghacks.net/2009/11/10/basic-postgresql-server-setup/" target="_blank">Basic postgresql server setup</a>.&#8221;</p><p>Once you have PostgreSQL up and running you are ready to go.</p><p><strong>Installing the backend</strong></p><p>Go do the Gnumed server download mirror page and download the <em>gnumed-server</em> deb file (just click on a mirror). Once that file is downloaded open up a terminal window, cd to the directory you saved the file to, and issue the command:</p><p><em>sudo dpkg -i gnumed-server*</em></p><p>which will install the server.</p><p>As soon as the server is installed you have to create the databases used by Gnumed. Fortunately the Gnumed server package includes a simple command for this. From your terminal window issue the command:</p><p><em>sudo gm-bootstrap_server</em></p><p>This command will take some time to run its course. And, in the end, it might seem like you have some errors. These errors most likely mention a password &#8211; it is safe to ignore those errors.</p><p><strong>Configuration</strong></p><p>There are only two configurations you have to take care of. The first is to copy the proper .conf file into the <strong>~/.gnumed</strong> directory. The file you want to copy will be <strong>/etc/gnumed/gnumed-client.conf</strong>. Copy that with the command:</p><p><em>sudo cp /etc/gnumed/gnumed-client.conf ~/.gnumed</em></p><p>You really only need to make one change in that file. Look for this section beginning with:</p><p><em>[profile local GNUmed database]</em></p><p><em>host =</em></p><p>You want to change the <em>host = </em>line to reflect:</p><p><em>host = localhost</em></p><p>Now you need to make a change to a PostgreSQL file. The file in question is <strong>/etc/postgres/8.4/main/pg_hba.conf</strong>. You have to add a section to a very specific section of this file. Look for this line:</p><p><em># TYPE  DATABASE    USER    CIDR-ADDRESS    METHOD</em></p><p>Underneath that line you need to add:</p><p><em>local   samegroup   +gm-logins   md5</em></p><p>Once you have added that, save the file, and restart PostgreSQL with the command:</p><p><em>sudo /etc/init.d/postgresql-8.4 restart</em></p><p><strong>Log in</strong></p><p>Now it&#8217;s time to start up Gnumed and log in to your local server. When you start you will want the following login information:</p><ul><li><span
style="background-color: #ffffff">Backend: local Gnumed database</span></li><li><span
style="background-color: #ffffff">Username: any-doc</span></li><li><span
style="background-color: #ffffff">Password: any-doc</span></li></ul><p>Hit the OK button to begin the login process. You will have to walk through a couple of windows (such as the language mismatch settings). But after that you will up and running with your own Gnumed backend server.</p><p><strong>Final thoughts</strong></p><p>It would behoove anyone medical practitioner looking to cut some corners (and wanting to take care of their own tech) to deploy Gnumed. And with the upcoming features, Gnumed is an outstanding solution.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/11/10/set-up-a-gnumed-backend-server/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Let your medical practice go open source with Gnumed</title><link>http://www.ghacks.net/2009/10/20/let-your-medical-practice-go-open-source-with-gnumed/</link> <comments>http://www.ghacks.net/2009/10/20/let-your-medical-practice-go-open-source-with-gnumed/#comments</comments> <pubDate>Tue, 20 Oct 2009 19:13:49 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[medical records]]></category> <category><![CDATA[medical software]]></category> <category><![CDATA[patient database]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=17506</guid> <description><![CDATA[Gnumed is an open source management tool for medical practices. If your practice (or a practice you do IT for) is in need of an electronic record-keeping system, and you do not want to have to shell out your entire IT budget for a proprietary solution, Gnumed might be the perfect tool for you. Gnumed [...]]]></description> <content:encoded><![CDATA[<p><a
title="Gnumed" href="http://wiki.gnumed.de/bin/view/Gnumed" target="_blank">Gnumed</a> is an open source management tool for medical practices. If your practice (or a practice you do IT for) is in need of an electronic record-keeping system, and you do not want to have to shell out your entire IT budget for a proprietary solution, Gnumed might be the perfect tool for you.</p><p>Gnumed is developed by doctors and programmers from around the globe and is gaining plenty of traction. Gnumed is broken into a client and a backend server and is released for both the Linux platform and the Windows platform. In order to use Gnumed you do have to have the Server up and running. You can, however, demo Gnumed by connecting to one of the public demo databases.</p><p>For the purposes of this introductory article, we will connect to the public demo. In a later article I will outline setting up the backend server for Gnumed.</p><p><span
id="more-17506"></span><strong>Installation</strong></p><p>Fortunately the Gnumed client will be found in your distribution repositories. So to install the software you will only have to follow these steps:</p><ol><li><span
style="background-color: #ffffff">Open the Add/Remove Software utility.</span></li><li><span
style="background-color: #ffffff">Search for &#8220;gnumed&#8221; (no quotes).</span></li><li><span
style="background-color: #ffffff">Select the results for installation.</span></li><li><span
style="background-color: #ffffff">Click Apply to install.</span></li></ol><div
id="attachment_17508" class="wp-caption alignleft" style="width: 190px"><a
rel="attachment wp-att-17508" href="http://www.ghacks.net/2009/10/20/let-your-medical-practice-go-open-source-with-gnumed/gnumed_welcome/"><img
class="size-thumbnail wp-image-17508 " src="http://www.ghacks.net/wp-content/uploads/2009/10/gnumed_welcome-300x300.png" alt="Figure 1" width="180" height="180" /></a><p
class="wp-caption-text">Figure 1</p></div><p>There are a few dependencies to meet, but the Add/Remove tool will take care of that for you. Once installed the application can be started from the Office sub-menu of the Application menu. When you first start Gnumed you will be welcomed by the connection window (see Figure 1). In this window you enter your credentials and connect to a server.</p><p>For those that are just testing out Gnumed you will want to connect to the public testing server. Here is the information to enter in order to connect to the public server:</p><ul><li><span
style="background-color: #ffffff">Backend: public Gnumed database</span></li><li><span
style="background-color: #ffffff">username: any-doc</span></li><li><span
style="background-color: #ffffff">password: any-doc<span
style="background-color: #ffffff"> </span></span></li></ul><p>Once the authentication is successful you will be greeted by a welcome screen warning you that, since this is a publicly accessible database, any data you add will be lost. Once you OK that window you will see another window that requires you to set the database language. By default the language will be &#8220;None&#8221; and it needs to be set (for the demo) to &#8220;en_US&#8221;. To do this all you need to do is click the Set button.</p><div
id="attachment_17509" class="wp-caption alignright" style="width: 190px"><a
rel="attachment wp-att-17509" href="http://www.ghacks.net/2009/10/20/let-your-medical-practice-go-open-source-with-gnumed/gnumed_main/"><img
class="size-thumbnail wp-image-17509 " src="http://www.ghacks.net/wp-content/uploads/2009/10/gnumed_main-300x300.png" alt="Figure 2" width="180" height="180" /></a><p
class="wp-caption-text">Figure 2</p></div><p>After the db language is set the main window will open (see Figure 2).  As you can see, all entered patients are listed in this window. From here you can do just about anything you need to do. And that is the crucial question. Just what can you do with Gnumed? The feature list includes:</p><ul><li><span
style="background-color: #ffffff">Appointment managment.</span></li><li><span
style="background-color: #ffffff">Client creation/import/management.</span></li><li><span
style="background-color: #ffffff">Staff management.</span></li><li><span
style="background-color: #ffffff">Allergy records.</span></li><li><span
style="background-color: #ffffff">Forms and letters.</span></li><li><span
style="background-color: #ffffff">Inbox.</span></li><li><span
style="background-color: #ffffff">Track patient progress.</span></li><li><span
style="background-color: #ffffff">Doctor journal.</span></li><li><span
style="background-color: #ffffff">Document management.</span></li><li><span
style="background-color: #ffffff">Drug information.</span></li><li><span
style="background-color: #ffffff">Built-in report generator. </span></li></ul><p>A word of note: The public database is fairly slow, so your experience with Gnumed may seem a bit lackluster. Do not assume this is the case with a private database, because Gnumed runs much, much faster when using a local backend.</p><p><strong>Final thoughts</strong></p><p>Gnumed is an outstanding open source tool for medical practices. With similar features as very costly proprietary solutions, any practice looking to cut costs need look no further than this application. Now, in our next look at Gnumed we will visit setting up a backend server so you can begin to actually use Gnumed for your practice.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/10/20/let-your-medical-practice-go-open-source-with-gnumed/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> </channel> </rss>
