Changeset [7b8160bcf99d7fdfe9941e178789d21fef745cbd] by Andrew Ho
July 14th, 2009 @ 01:09 PM
PatientsController::add now creates a corresponding table in MedicalInformation
Note that I had to change the alias of some of the model associations (either a CakePHP bug or oddly documented feature), which currently breaks things like PatientsController::view. Next commit coming up... http://github.com/kenners/uamuzi...
Committed by Andrew Ho
- M www/app/controllers/medical_informations_controller.php
- M www/app/controllers/patients_controller.php
- M www/app/models/patient.php
- M www/app/views/medical_informations/add.ctp
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.