From 7a5928fd30bbd8e818e7a365ae4bb55a3bd8b6fd Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 23 Jul 2026 21:35:56 +0000 Subject: [PATCH] a --- .../ControleurProformahospitalisation.php | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Controleur/ControleurProformahospitalisation.php b/Controleur/ControleurProformahospitalisation.php index 52c1f01..c78a76b 100755 --- a/Controleur/ControleurProformahospitalisation.php +++ b/Controleur/ControleurProformahospitalisation.php @@ -96,7 +96,23 @@ class ControleurProformahospitalisation extends Controleur { $affections = $this->affection->getListes(); $actesChambre = $this->feuillemaladie->getActeChambreHospitalisation(); - + + var_dump(array( + 'idBeneficiaire' => $idBeneficiaire, + 'numeroBeneficiaire'=> $numeroBeneficiaire, + 'beneficiaire' => $beneficiaire, + 'nomPolice' => $nomPolice, + 'nomCollege' => $nomCollege, + 'codeLienParente' => $codeLienParente, + 'noAdherent' => $noAdherent, + 'nomAdherent' => $nomAdherent, + 'typeHospitalisation' => $typeHospitalisation, + 'medecins' => $medecins, + 'affections' => $affections, + 'actesChambre' => $actesChambre + )); + exit(); + $this->genererVue(array( 'idBeneficiaire' => $idBeneficiaire, 'numeroBeneficiaire'=> $numeroBeneficiaire,