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

getDisorderSections() public method

Simple wrapper to get the disorder sections that should be rendered in the event form.
public getDisorderSections ( ) : mixed
return mixed
    public function getDisorderSections()
    {
        return models\OphCoCvi_ClinicalInfo_Disorder_Section::model()->active()->findAll();
    }