OEModule\OphCiExamination\models\Element_OphCiExamination_AdnexalComorbidity::getLetter_string PHP 메소드

getLetter_string() 공개 메소드

public getLetter_string ( )
    public function getLetter_string()
    {
        return "Adnexal comorbidity:\nleft: " . $this->left_description . "\nright: " . $this->right_description . "\n";
    }