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