OEModule\OphCiExamination\components\RefractiveOutcomeReport::seriesJson PHP Method

seriesJson() public method

public seriesJson ( ) : string
return string
    public function seriesJson()
    {
        $this->series = array(array('data' => $this->dataSet(), 'name' => 'Refractive Outcome'));
        return json_encode($this->series);
    }