When we try to upload any dicom image in radiology module, we get an sql 
error on a missing table: care_encounter_img_diagnostic
The said table name is present in the 
include/care_api_classes/class_image.php file
Although a mere change to the variable assignment would have us retaining 
the old table name care_img_diagnostic which is present but not hitherto 
used, I have decided to rename the table to suit the code as this table 
pertains to encounter_images.

The following will get users upto SVN 6802:

RENAME TABLE `care_img_diagnostic` TO 
`care2x`.`care_encounter_img_diagnostic`;

Regards,
Ap.Muthu



------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to