OEModule\OphCoCvi\controllers\PrintTestController::yesNoQuestions PHP Method

yesNoQuestions() public method

public yesNoQuestions ( )
    public function yesNoQuestions()
    {
        $data = array(array('Does the patient live alone', 'Y'), array('Does the patient also have a hearing impairment', 'Y'), array('Does the patient have poor physical mobility?', 'Y'));
        return $data;
    }