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

actionList() public method

Generate a list of all the CVI events for clerical use.
public actionList ( )
    public function actionList()
    {
        $this->layout = '//layouts/main';
        $this->renderPatientPanel = false;
        $filter = $this->getListFilter();
        $dp = $this->getManager()->getListDataProvider($filter);
        $this->render('list', array('dp' => $dp, 'list_filter' => $filter));
    }