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

getLetterMaxCRTRight() public method

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