OEModule\PatientTicketing\models\TicketQueueAssignment::generateReportText PHP Метод

generateReportText() публичный Метод

* Generate the report text
public generateReportText ( )
    public function generateReportText()
    {
        $this->report = \OEModule\PatientTicketing\components\Substitution::replace($this->replaceAssignmentCodes($this->queue->report_definition), $this->ticket->patient);
    }