[Care2002-developers] Releasing Open Source Software

2009-04-14 Thread Mark Alan
-- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer No

[Care2002-developers] interesting: Google server architecture

2009-04-10 Thread Mark Alan
From: John Halamka Google does not generally share the details of its infrastructure, Google's hardware architect recently shared the secrets of its servers, data centers and power management. Having been involved on the advisory council for Google Health, I know that Google runs hundreds of t

[Care2002-developers] [Fwd: The Data Elements of an EHR]

2009-04-09 Thread Mark Alan
Interesting... From: John Halamka I've recently been asked to provide a list of the data elements of an EHR which might be used as part of the ARRA mandate to exchange data as part of meaningful use. There are a nearly infinite number of actors, actions and events for data exchange, but in th

Re: [Care2002-developers] Have problem to install care2x in ubuntu

2009-04-08 Thread Mark Alan
Kim Quyen Ly wrote: > I am follow the guide in Care Development Blog " Installing care2x 2.6 > alpha" http://care2x.wordpress.com/2008/11/03/installing-care2x-26-alpha/ > I had success when install phpmyadmin, but when I test it : > http://localhost/phpmyadmin, I received the error " 403 Forbidd

Re: [Care2002-developers] login error

2009-03-26 Thread Mark Alan
GMM wrote: > Dear Mark > > Can you give me a simple version of Pathology > Lab Management software? The management of a Pathology Lab has nothing simple about it: - the people that work in such a lab (widely viewed a complex adaptive system), - the hardware and its maintenance, - the compl

Re: [Care2002-developers] login error

2009-03-26 Thread Mark Alan
Gjergj Sheldija wrote: > don't you think it'll be too much of an overload for the main db to handle > even the access logs ? > every time you click in a module on c2x it generates a log entry.. > that's why i preferred the sqlite way..quick inserts with practically > filesystem access times... Fr

Re: [Care2002-developers] login error

2009-03-25 Thread Mark Alan
Gjergj Sheldija wrote: > hello Mark, > > it's not a problem..but maybe it would be better to create another db to > hold the logs in...what do you think ? Keeping login/user access data in a table is the natural thing to do. A simple table in the care2x main dbms (MySQL/postgreSQL) would be enoug

Re: [Care2002-developers] login error

2009-03-25 Thread Mark Alan
Gjergj Sheldija wrote: > sqlite is there for a simple reason : > http://care2x.wordpress.com/2008/08/04/new-logging-system-for-care2x/ > and > http://care2x.wordpress.com/2008/08/08/care2x-access-logs-to-db-importer/ > > although the design is really easy and one can change it from sqlite > to mys

Re: [Care2002-developers] login error

2009-03-25 Thread Mark Alan
Gjergj Sheldija wrote: > you have to install the php-sqlite extension. The php modules needed are: php5-mysql php5-cgi php5-cli php5-gd php5-sqlite Altough I never really understood why do we need for sqlite (and php5-sqlite) if we already have MySQL (postgreSQL). Other similar projects see

[Care2002-developers] Fwd: Convert all MySQL tables and fields to UTF8

2009-03-21 Thread Mark Alan
-- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capab

[Care2002-developers] Care2x is in the "50 Successful Open Source Projects That Are Changing Medicine"

2009-03-18 Thread Mark Alan
See at the "Nursing Assistant Guides" site: "50 Successful Open Source Projects That Are Changing Medicine" http://nursingassistantguides.com/2009/50-successful-open-source-projects-that-are-changing-medicine/ M. -- App

Re: [Care2002-developers] ideas...

2009-02-05 Thread Mark Alan
Gjergj Sheldija wrote: > list here some suggestion that I think would be useful, they may be > right, may not; it's up to the community to decide. Taken from the notes of someone who knows the Care2x project far better than what I was able to learn up until know: 1. Reduce from 144 tables to no

Re: [Care2002-developers] Tips on how to speed up page loading in Care2x

2009-02-03 Thread Mark Alan
Gjergj Sheldija wrote: > this is exactly my idea. Healthcare Information Systems (HIS) are complex systems. The software used to support HIS tends to also get complex. Some proven ways to deal with complexity are: - code modularity; - dropping non core code from the core application (for instanc

[Care2002-developers] Tips on how to speed up page loading in Care2x

2009-02-02 Thread Mark Alan
The code shown in "Figure 3. Tab-style navigation" would most certainly be a welcome improvement to be used instead of the current Care2x menu code. The article has a few other interesting clues on how to speed up display code. http://www.ibm.com/developerworks/web/library/wa-speedweb/index.htm

[Care2002-developers] Care2x in Canonical's (Ubuntu) Launchpad

2008-11-20 Thread Mark Alan
For those who were tired of the way SourceForge used to limit the Care2x Project source code development, there are good news. The Care2x project is also at Launchpad and is looking good: Besides a common account at the Launchpad, there is no need whatsoever

Re: [Care2002-developers] Laboratory billing

2008-11-14 Thread Mark Alan
easy wrote: what's going on here? the final 2.6 when? In an Open Source project it is dificult to call anything final. Care2x 2.6-Gjergj version is in the SVN. It is now very easy to install. Besides the already known (old) bugs, is working pretty well and is fully compatible with the late

[Care2002-developers] How to enable Nginx Web Server to serve PHP code/pages in Ubuntu

2008-11-03 Thread Mark Alan
The php5-cgi (until 5.2.4) package does not include a script to automatically start it in external FASTCGI Mode (Daemon mode). As there is some confusion on the Internet on how to properly set PHP script execution in the Nginx Web server, I am attaching the script that we reliably use at our U

Re: [Care2002-developers] patch part i

2008-11-03 Thread Mark Alan
Gjergj Sheldija wrote: > full patch follows : > > --- trunk/2.6/language/en/lang_en_aufnahme.php2008/10/23 22:38:26 > 6208 > +++ trunk/2.6/language/en/lang_en_aufnahme.php2008/11/03 12:05:29 > 6209 > @@ -409,4 +409,6 @@ > $LDOtherHospitalNr='Other Hospital Nr.'; > $LDSe

Re: [Care2002-developers] bug report: "Fatal error: Call to a member function FetchRow() on a non-object"

2008-11-03 Thread Mark Alan
Gjergj Sheldija wrote: > could you please submit those code patches to me ? Code patch follows. M. --- cut here --- --- class_gui_input_person.php-orig 2008-11-02 16:47:30.0 + +++ class_gui_input_person.php 2008-11-02 16:49:21.0 + @@ -716,7 +716,8 @@

[Care2002-developers] Script to spawn php5-cgi to enable Nginx to serve PHP code/pages

2008-11-03 Thread Mark Alan
The php5-cgi (until 5.2.4) package does not include a script to automatically start it in external FASTCGI Mode (Daemon mode). As there is some confusion on the Internet on how to properly set PHP script execution in the Nginx Web server, I am attaching the script that we reliably use at mo

Re: [Care2002-developers] bug report: "Fatal error: Call to a member function FetchRow() on a non-object"

2008-11-01 Thread Mark Alan
Sylvia Velasco wrote: > Hi Mark, > Add this line in / > home/care2x-2.6/include/care_api_classes/class_gui_input_person.php the > error disappears. > > Good luck :) > > $address = $address_obj->getAllActiveCityTown(); > if ($address) // add this line > while($addr=$address->

Re: [Care2002-developers] news

2008-10-30 Thread Mark Alan
Gjergj Sheldija wrote: > hi all, > > just a quick news, i've started working with the debian guys to make > a debian packet for care2x and put it on the debian med repository > to help others with the install process. > Those are really good news. The same can be achieved by just parking the cod

[Care2002-developers] bug report: "Fatal error: Call to a member function FetchRow() on a non-object"

2008-10-30 Thread Mark Alan
In the main menu clicking at "Patient" gives a fatal error: "Fatal error: Call to a member function FetchRow() on a non-object in /home/care2x-2.6/include/care_api_classes/class_gui_input_person.php on line 720" the 720 line reads: while($addr=$address->FetchRow()){ Do $addr and $address ex

[Care2002-developers] Care2x 2.6-Gjergj - How To install using an Ubuntu Linux LEMP server

2008-10-30 Thread Mark Alan
Care2x 2.6-Gjergj - HowTo install using an Ubuntu Linux LEMP server Installing care in a reliable Linux server is now a simple and easy procedure. We would like to thank Gjergj Sheldija for the changes that he introduced to the arcane Care2x PHP code in order to make it work under the most rec

[Care2002-developers] [Fwd: Removing Complexity]

2008-10-28 Thread Mark Alan
Original Message Subject:Removing Complexity Date: Tue, 28 Oct 2008 11:09:09 GMT From: John Halamka <[EMAIL PROTECTED]> "Fools ignore complexity. Pragmatists suffer it. Geniuses remove it." Alan Perlis (Creator of ALGOL, one of the first programming languages) Wh

Re: [Care2002-developers] important notice

2008-10-25 Thread Mark Alan
Gjergj Sheldija wrote: > hi developers, > > there is finally an official Care2X forum, > located at http://apps.sourceforge.net/phpbb/care2002/ ... > the need for this came since the majority of the mail > sent in the developer list are not related at all to developing. > i will start from 31.10 t

Re: [Care2002-developers] changeset to 2.5 alpha

2008-10-22 Thread Mark Alan
Tim Schofield wrote: > Mark, > > The following command will download the new version. > > svn co https://care2002.svn.sourceforge.net/svnroot/care2002/trunk/Care2007 Thank you. It worked. M. - This SF.Net email is sponsore

Re: [Care2002-developers] changeset to 2.5 alpha

2008-10-21 Thread Mark Alan
Gjergj Sheldija wrote: > first of all, excuse me for the type of submit, but sf has some problems > when submitting multiple files so i had to make small submits. > this is a developers preview so until a stable beta release > there will be only the svn version, so fire up your svn clients It woul

Re: [Care2002-developers] how about the new release to php5?

2008-10-20 Thread Mark Alan
Gjergj Sheldija wrote: i agree with you, sf has a lot of problems practically with everything. i'm currently looking for something a bit more powerfull than launchpad. More powerful than launchpad? You could save yourself a lot of time and needless effort just by spending a few minutes at: htt

[Care2002-developers] How Care2x could improve with Launchpad (Open Source supporting platform)

2008-10-20 Thread Mark Alan
https://help.launchpad.net/FrontPage#user-guide - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a tri

Re: [Care2002-developers] how about the new release to php5?

2008-10-20 Thread Mark Alan
Gjergj Sheldija wrote: easy wrote: maybe dead again.~0~,I don't want hope so. I think the care2x should give us a more active way to know about its progress and to participate. you have a blog http://care2x.wordpress.com/ where all the news is available for all the changes happening in th co

[Care2002-developers] Bug #271203 in Ubuntu: “[needs-packaging] Care2x - integrated healthcare m anagement HIS PM CDS HXP”

2008-10-16 Thread Mark Alan
https://bugs.launchpad.net/ubuntu/+bug/271203 - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip f