OEModule\OphCoCvi\controllers\DefaultController::actionConsentSignature PHP Method

actionConsentSignature() public method

Generate a version of the certificate for signing by the patient/representative for consent.
public actionConsentSignature ( $id )
$id
    public function actionConsentSignature($id)
    {
        $pdf = $this->getManager()->generateConsentForm($this->event);
        $pdf->getPDF();
    }