Missing Controller
Error: NewPatientController could not be found.
Error: Create the class NewPatientController below in file: app/controllers/new_patient_controller.php
<?php
class NewPatientController extends AppController {
var $name = 'NewPatient';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
