OEModule\OphCoCvi\controllers\DefaultController::getPatientFactors PHP Méthode

getPatientFactors() public méthode

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