acte = new Detailtarifacte(); $this->garantie = new Garantiesbaremepriseencharge(); } public function index() { $codeActe = $this->requete->getParametreFormulaire("codeActe"); $datePrestation = $this->requete->getParametreDate("datePrestation"); $idBeneficiaire = $this->requete->getParametreFormulaire("idBeneficiaire"); $codeGarantie = "HOS"; $this->garantie->getsourcebaremegarantienew($idBeneficiaire, $codeGarantie, $datePrestation); $statut = $this->garantie->getstatutproformahospit($idBeneficiaire, $codeActe, $codeGarantie, $datePrestation); //var_dump($statut); $this->genererVueAjax(array('statut' => $statut)); } }