Re: small practice management programs

2005-12-20 Thread Karsten Hilbert
On Sat, Dec 17, 2005 at 07:04:58PM +, Adrian Midgley wrote:
 On Sat, 2005-12-17 at 10:35 -0700, Dr. Matthew Roller wrote:
  Are you saying to install GNUmed and use it to connect to your
  database? 
Yes, that'd be the idea. We set up a public database
precisely so that people can test the client without having
to install their own database which isn't entirely trivial
(but can certainly be done).

 I'm having a look at 0.1 release of Gnumed at present
Please do keep us posted on feedback good or bad on our
development list, Adrian. Thanks !

  because going to that site with the web browser brings up
  your apache test page, not knowing GNUmed's model, we need a little
  more instruction on how to use your testing server.
 With the port added, I get a zero-sized reply here, it may be a good
 idea to arrange for the Gnumed back end to return banner if a
 web-browser connects to it on :5432 telling people what to do next.
Well, on that port one connects directly to our public
PostgreSQL server. While it's an excellent idea to make that
port return a banner if it's not seeing a valid database
package that would mean we would have to hack the source of
our PostgreSQL instance in the connection sequence. Which
from the point of view of security isn't the smartest thing
to do, unfortunately.

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346



Re: small practice management programs

2005-12-18 Thread Adrian Midgley
On Sat, 2005-12-17 at 10:35 -0700, Dr. Matthew Roller wrote:
 Are you saying to install GNUmed and use it to connect to your
 database? 

That would be the thing to do.
I'm having a look at 0.1 release of Gnumed at present, but using a
different server.

I'm fascinated to see how this project goes, I suspect it of being
important.


 because going to that site with the web browser brings up
 your apache test page, not knowing GNUmed's model, we need a little
 more instruction on how to use your testing server.


With the port added, I get a zero-sized reply here, it may be a good
idea to arrange for the Gnumed back end to return banner if a
web-browser connects to it on :5432 telling people what to do next.




-- 
Dr Adrian Midgley
www.defoam.net



Re: small practice management programs

2005-12-17 Thread Nandalal Gunaratne
Karsten Hilbert [EMAIL PROTECTED] wrote: On Thu, Dec 15, 2005 at 09:47:17PM -0600, Ignacio Valdes wrote: Active projects: FreeMed, ClearHealth, OpenEMR, VistA, OSCAR,  SQLclinic I'm sure I've left some out. -- IVYes, GNUmed.Yes and it is apt-gettable.  NandalalKarsten-- GPG key ID E4071346 @ wwwkeys.pgp.netE167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 

RE: small practice management programs

2005-12-17 Thread Koray Atalag









Hi all,



I can also recommend strongly the openSDE
project from Erasmus University Medical Informatics group. It is by far the
best structured data entry tool for clinical medicine and is distributed with the
GNU Lesser Public license so that it can be integrated with propriety systems
(In fact in the Netherlands there are some ongoing projects with the industry)



It is again at SourceForge: http://sourceforge.net/project/opensde



Another good place to check recent open source
health/medical apps is to search in sourceforge.net site...It is quite a dynamic
and very rich resource indeed.



One last comment  well kind of seld
advertising but I have just published late last nite the true multilingual
version of my Anatomic Pathology System, PATHOS-WEB. This project started in
1995 when I was still a med student and grew to an extent that now it is being
used in 20+ big centers in Turkey with total record numbers exceeding 1.5
million! Since March 2005 it is Open Source with GPL. It is mostly used in
group practice for pathologists and cytologists.



PATHOS-WEB URL: http://sourceforge.net/project/pathos-web



I am currently doing research to use
openEHR archetypes and templates for modeling of concepts and creating dynamic
GUIs as part of my Ph.D. work.



Cheers,



Dr. Koray Atalağ 








RE: small practice management programs

2005-12-17 Thread Koray Atalag








Sorry the URLs for projects should be:



http://sourceforge.net/projects/opensde



http://sourceforge.net/projects/pathos-web



-koray 








Re: small practice management programs

2005-12-17 Thread Karsten Hilbert
On Sat, Dec 17, 2005 at 02:06:37AM -0800, Nandalal Gunaratne wrote:

 Yes, GNUmed.
  Yes and it is apt-gettable.
Sure is !   :-)

For testing it out use the public server at server2.gnotary.de.

DB: gnumed_v1
user: any-doc
pw: any-doc
port: 5432 (standard)

Or else bootstrap your own local server with our
bootstrapper. A local server is several orders of magnitude
faster (read instantenous).

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346



Re: small practice management programs

2005-12-17 Thread Dr. Matthew Roller
Are you saying to install GNUmed and use it to connect to your
database? because going to that site with the web browser brings up
your apache test page, not knowing GNUmed's model, we need a little
more instruction on how to use your testing server.

On 12/17/05, Karsten Hilbert [EMAIL PROTECTED] wrote:
 On Sat, Dec 17, 2005 at 02:06:37AM -0800, Nandalal Gunaratne wrote:

  Yes, GNUmed.
   Yes and it is apt-gettable.
 Sure is !   :-)

 For testing it out use the public server at server2.gnotary.de.

 DB: gnumed_v1
 user: any-doc
 pw: any-doc
 port: 5432 (standard)

 Or else bootstrap your own local server with our
 bootstrapper. A local server is several orders of magnitude
 faster (read instantenous).

 Karsten
 --
 GPG key ID E4071346 @ wwwkeys.pgp.net
 E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346




--
Dr. Matthew Roller
9355 S 1300 E
Sandy, UT 84094
801-255-3925
http://www.rollerchiropractic.com



Re: small practice management programs

2005-12-17 Thread Karsten Hilbert
On Sat, Dec 17, 2005 at 10:35:22AM -0700, Dr. Matthew Roller wrote:

 Are you saying to install GNUmed and use it to connect to your
 database?
Yes. Install any of the available 0.1 packages (Scrollkeeper
release), for example the apt-gettable Debian ones. They are
preconfigured to allow selection of a public test database
hosted at server2.gnotary.de. The database name and port are
preconfigured, too, in that server profile. One only needs
to supply the user name and password, both being any-doc.
Note that the public server is going to be quite slow as
it's over here in Germany. A local server is many times
faster.

 because going to that site with the web browser brings up
 your apache test page, not knowing GNUmed's model,
Try:

 http://salaam.homeunix.com/twiki/bin/view/Gnumed/WebHome

if you want to get at the documentation wiki.

 we need a little more instruction on how to use your testing server.
Feel free to come back asking for more if need be.

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346



Re: small practice management programs

2005-12-16 Thread Karsten Hilbert
On Thu, Dec 15, 2005 at 09:47:17PM -0600, Ignacio Valdes wrote:

 Active projects: FreeMed, ClearHealth, OpenEMR, VistA, OSCAR, 
 SQLclinic I'm sure I've left some out. -- IV
Yes, GNUmed.

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346



Re: small practice management programs

2005-12-16 Thread David Forslund

Also OpenEMed

Dave
Karsten Hilbert wrote:


On Thu, Dec 15, 2005 at 09:47:17PM -0600, Ignacio Valdes wrote:

 

Active projects: FreeMed, ClearHealth, OpenEMR, VistA, OSCAR, 
SQLclinic I'm sure I've left some out. -- IV
   


Yes, GNUmed.

Karsten
 



begin:vcard
fn:David Forslund
n:Forslund;David
org:Los Alamos National Laboratory;CCS-DO
adr;dom:;;MS B265;Los Alamos;NM;87545
email;internet:[EMAIL PROTECTED]
title:Laboratory Fellow
tel;work:505-665-2633
version:2.1
end:vcard



Re: small practice management programs

2005-12-16 Thread Joseph Dal Molin

Dave,

I thought OpenEMed was middleware and not an application per se 
could you tell us more about your clinical/administrative functionality?


Joseph

David Forslund wrote:

Also OpenEMed

Dave
Karsten Hilbert wrote:


On Thu, Dec 15, 2005 at 09:47:17PM -0600, Ignacio Valdes wrote:

 

Active projects: FreeMed, ClearHealth, OpenEMR, VistA, OSCAR, 
SQLclinic I'm sure I've left some out. -- IV
  


Yes, GNUmed.

Karsten
 







Re: small practice management programs

2005-12-16 Thread David Forslund
Well it is built around middleware but supports a fully customizable 
clinical functionality.  It isn't that much oriented (at this time) to 
administrative functions, but using XML templates can support just about 
any clinical information.   Because of its customizability, it isn't a 
turn-key system as it stands, although we hope that to change in the 
near future.  It does come with a simple immunization registry and a 
bio-surveillance capability.   In addition, it now has a fairly complete 
implementation of the HL7 CTS vocabulary specification.


Dave
Joseph Dal Molin wrote:

Dave,

I thought OpenEMed was middleware and not an application per se 
could you tell us more about your clinical/administrative functionality?


Joseph

David Forslund wrote:

Also OpenEMed

Dave
Karsten Hilbert wrote:


On Thu, Dec 15, 2005 at 09:47:17PM -0600, Ignacio Valdes wrote:

 

Active projects: FreeMed, ClearHealth, OpenEMR, VistA, OSCAR, 
SQLclinic I'm sure I've left some out. -- IV
  


Yes, GNUmed.

Karsten
 












Re: small practice management programs

2005-12-16 Thread J. Antas

Heitzso wrote:

Anyone know the current status of open source small practice
management programs?  Or what web sites that monitor open
source health programs are current?



Try http://europa.eu.int/idabc/en/chapter/5730

and http://sls.netpatia.com/?q=taxonomy/term/5


J. Antas



Re: small practice management programs

2005-12-15 Thread Ignacio Valdes

On Wed, 14 Dec 2005 22:33:03 -0500
 Heitzso [EMAIL PROTECTED] wrote:

Anyone know the current status of open source small practice
management programs?  Or what web sites that monitor open
source health programs are current?

Thanks,
Heitzso



Linux Medical News frequently has project announcements and press 
releases:


http://www.linuxmednews.com

Active projects: FreeMed, ClearHealth, OpenEMR, VistA, OSCAR, 
SQLclinic I'm sure I've left some out. -- IV




Re: small practice management programs

2005-12-14 Thread info

You may try at SourceForge.net.

We have some projects running there.

http://sourceforge.net/projects/deardr

http://sourceforge.net/projects/saukhyalite

http://sourceforge.net/projects/medistore

http://sourceforge.net/projects/labrep

Note that they are actually developed as per Indian needs and are targeted at
developing countries that are less matured to Information Technology usage.

All the best.

Rajesh

We are on a mission
http://in.zudha.com


Quoting Heitzso [EMAIL PROTECTED]:


Anyone know the current status of open source small practice
management programs?  Or what web sites that monitor open
source health programs are current?

Thanks,
Heitzso