Changeset [22d8e1f3d3ad554888c22b2edb60c41345b5be83] by Andrew Ho
July 14th, 2009 @ 09:50 AM
Fixed some model associations in the MedicalInformation model
It turns out that CakePHP doesn't let you have column references as the right hand side of a complex find condition, so instead you need to pass the condition as a raw SQL WHERE. http://github.com/kenners/uamuzi...
Committed by Andrew Ho
- M www/app/models/medical_information.php
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A basic HIV Electronic Medical Record (EMR) system using CakePHP.