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

getLetterMaxCRTLeft() public method

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