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

getLetterCentralSFTLeft() public method

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