a
This commit is contained in:
parent
161a640caa
commit
7a5928fd30
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user