OEModule\OphCiExamination\components\OphCiExamination_API::getLetterMaxCRTLeft PHP 메소드

getLetterMaxCRTLeft() 공개 메소드

wrapper function to get the Maximum CRT for the left side of the patient.
public getLetterMaxCRTLeft ( $patient ) : mixed
$patient
리턴 mixed
    public function getLetterMaxCRTLeft($patient)
    {
        return $this->getLetterMaxCRTForSide($patient, 'left');
    }
OphCiExamination_API