[Care2002-developers] Releasing Open Source Software

2009-04-14 Thread Mark Alan
http://www.dwheeler.com/blog/2009/04/13#releasing-floss-software -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer

[Care2002-developers] interesting: Google server architecture

2009-04-10 Thread Mark Alan
From: John Halamka jhala...@caregroup.harvard.edu 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

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

2009-04-09 Thread Mark Alan
Interesting... From: John Halamka jhala...@caregroup.harvard.edu 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

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 Forbidden (I

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

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

2009-03-21 Thread Mark Alan
http://www.commandlinefu.com/commands/view/1575/convert-all-mysql-tables-and-fields-to-utf8 -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform

[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. -- Apps

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

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

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.';

[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

[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

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 @@

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

[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

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 code at

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 to

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 sponsored by

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 would

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

[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

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:

[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