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

getLetterCentralSFTRight() public method

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