[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] Dental software in python
From: |
Tim Churches |
Subject: |
Re: [Gnumed-devel] Dental software in python |
Date: |
Sun, 27 Aug 2006 08:15:52 +1000 |
User-agent: |
Thunderbird 1.5.0.5 (Windows/20060719) |
Sebastian Hilbert wrote:
> http://software.newsforge.com/software/06/08/11/1832232.shtml
Interesting! Main infrastructure differences from GNUmed seem to be
their use of QT (and PyQT) instead of wxWindows/wxPython for the GUI,
and their use of SQLObject as the object-relational mapper/interfcae,
but Python and PostgreSQL are common with GNUmed. They also seem to
leverage various KDE applications for contact management and email
rather than trying to replicate those functions in their software. Most
intriguingly, the software uses a touch-screen interface, presumably so
that the dentist can interact with an LCD screen on an arm while
standing next to/over his/her patient.
Of course, the really major difference to GNUmed is that the dental
software is not itself released under an open source license - it just
uses open source components.
Tim C