Le mardi 18 Mai 2004 02:18, Elpidio Latorilla a écrit :
> Care2x 2nd Generation beta 2.0.0 release!
>
>
> # Beta PostgreSQL support
>  # MySQL support
>  # With auto-installer for both database support
>  # New minor features und enhancements
>  # Spanisch ICD10 and OPS
>  # Experimental CDS support with access via HXP server
>  # Smarty template system integrated

congratulation for these new version of care.

Please, there is a little bug in the immunization feature.  the application 
type does not work as it is a select list. You need to replace in the 
data_search.php script the line 83  : 

the old :
$sql="SELECT name AS \"type.value\", medicine AS \"medicine.value\", dosage AS 
\"dosage.value\", titer AS \"titer.value\", application AS 
\"application_type_nr.value\", period as \"refresh_date.value\", 0 AS 
use_frequency FROM care_type_immunization ";

the new :
$sql="SELECT name AS \"type.value\", medicine AS \"medicine.value\", dosage AS 
\"dosage.value\", titer AS \"titer.value\", application AS 
\"application_type_nr.selectedIndex\", period as \"refresh_date.value\", 0 AS 
use_frequency FROM care_type_immunization ";


regards


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id%62&alloc_ida84&op=click
_______________________________________________
Care2002-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to