OEModule\OphCiExamination\components\OphCiExamination_API::getLetterPosteriorPoleRight PHP Method

getLetterPosteriorPoleRight() public method

public getLetterPosteriorPoleRight ( $patient )
    public function getLetterPosteriorPoleRight($patient)
    {
        if ($episode = $patient->getEpisodeForCurrentSubspecialty()) {
            if ($ps = $this->getElementForLatestEventInEpisode($episode, 'models\\Element_OphCiExamination_PosteriorPole')) {
                return $ps->right_description;
            }
        }
    }
OphCiExamination_API