Examination::anteriorSegmentDescription PHP 메소드

anteriorSegmentDescription() 공개 메소드

public anteriorSegmentDescription ( $description )
    public function anteriorSegmentDescription($description)
    {
        $this->getElement('rightAnteriorSegmentDescription')->setValue($description);
        $this->getElement('leftAnteriorSegmentDescription')->setValue($description);
    }
Examination