OEModule\OphCoCvi\controllers\DefaultController::actionConsentSignature PHP Метод

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

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