OEModule\OphCoCvi\controllers\DefaultController::getPatientFactors PHP Method

getPatientFactors() public method

Simple abstraction wrapper to get the patient factors that should be rendered in the event form.
public getPatientFactors ( ) : mixed
return mixed
    public function getPatientFactors()
    {
        return models\OphCoCvi_ClericalInfo_PatientFactor::model()->active()->findAll();
    }