OEModule\PatientTicketing\models\TicketQueueAssignment::generateReportText PHP Method

generateReportText() public method

* 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);
    }