OEModule\OphCoCvi\controllers\AdminController::actionClinicalDisorderSection PHP Method

actionClinicalDisorderSection() public method

Admin for the sections that the disorders are separated into on the clinical info element.
    public function actionClinicalDisorderSection()
    {
        $this->genericAdmin('Clinical Disorder Section', 'OEModule\\OphCoCvi\\models\\OphCoCvi_ClinicalInfo_Disorder_Section', array('extra_fields' => array(array('field' => 'comments_allowed', 'type' => 'boolean'), array('field' => 'comments_label', 'type' => 'text'))));
    }