OEModule\OphCoCvi\controllers\AdminController::actionPatientFactor PHP Method

actionPatientFactor() public method

Admin for the patient factor questions on the clinical info element.
public actionPatientFactor ( )
    public function actionPatientFactor()
    {
        $this->genericAdmin('Patient Factor', 'OEModule\\OphCoCvi\\models\\OphCoCvi_ClericalInfo_PatientFactor', array('extra_fields' => array(array('field' => 'code', 'type' => 'text'), array('field' => 'require_comments', 'type' => 'boolean'), array('field' => 'comments_label', 'type' => 'text'))));
    }