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

getLetterMaxCRTRight() 공개 메소드

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