From db12dbc3405c766c5f116cd81c1d8bf347e1dafb Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 8 Jul 2026 04:51:33 +0000 Subject: [PATCH] a --- Controleur/ControleurChambre.php | 6 ++---- Vue/Ajaxprestationhospitalisation/index.php | 2 -- Vue/Feuillemaladie/index.php | 8 -------- 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/Controleur/ControleurChambre.php b/Controleur/ControleurChambre.php index 1260585..195ee62 100755 --- a/Controleur/ControleurChambre.php +++ b/Controleur/ControleurChambre.php @@ -7,7 +7,7 @@ require_once 'Modele/Detailtarifacte.php'; require_once 'Modele/Bonpec.php'; require_once 'Modele/Garantiesbaremepriseencharge.php'; -class ControleurChambre extends Controleur { +class ControleurChambre extends Controleur { private $menuvue; private $feuillemaladie; private $prestation; @@ -151,13 +151,11 @@ class ControleurChambre extends Controleur { $this->garantie->baremesolde($idBeneficiaire,$codeActe,$codeGarantie,$numeroFeuilleMaladie); $baremesolde = $this->garantie->getbaremesolde($idBeneficiaire,$codeActe,$codeGarantie,$numeroFeuilleMaladie); - - + $soldeConsommation = $baremesolde['soldeConsommation'] - $hospit_total['montantArembourser']; $prixChambre = $this->prestation->getprixchambrehospitalisation($numeroFeuilleMaladie, $codePrestataire); - $prestations = $this->prestation->getactesmedicauxhospitalisation($numeroFeuilleMaladie, $codePrestataire); $prestations_total = $this->prestation->getactesmedicauxhospitalisation_total($numeroFeuilleMaladie, $codePrestataire); diff --git a/Vue/Ajaxprestationhospitalisation/index.php b/Vue/Ajaxprestationhospitalisation/index.php index 8f6ea5c..e5bf5db 100755 --- a/Vue/Ajaxprestationhospitalisation/index.php +++ b/Vue/Ajaxprestationhospitalisation/index.php @@ -3,8 +3,6 @@ ?>
- Ajaxprestationhospitalisation - diff --git a/Vue/Feuillemaladie/index.php b/Vue/Feuillemaladie/index.php index 74b0eda..4823842 100755 --- a/Vue/Feuillemaladie/index.php +++ b/Vue/Feuillemaladie/index.php @@ -81,14 +81,6 @@ $contestation = $this->nettoyer($feuillemaladie['contestation']); $noPrescription = $this->nettoyer($feuillemaladie['noPrescription']); $nbMedicamentsPrescrits = $this->nettoyer($feuillemaladie['nbMedicamentsPrescrits']); - - var_dump - ( - array( - "noPrescription" => $noPrescription, - "nbMedicamentsPrescrits" => $nbMedicamentsPrescrits, - ) - ); ?>