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

getLetterCentralSFTLeft() 공개 메소드

wrapper function to get the Central SFT for the left side of the patient.
public getLetterCentralSFTLeft ( $patient ) : mixed
$patient
리턴 mixed
    public function getLetterCentralSFTLeft($patient)
    {
        return $this->getLetterCentralSFTForSide($patient, 'left');
    }
OphCiExamination_API