OEModule\OphCoCvi\controllers\DefaultController::getPatientFactors PHP 메소드

getPatientFactors() 공개 메소드

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