a
This commit is contained in:
parent
9fff3b91ae
commit
dfd99bafa7
|
|
@ -32,13 +32,15 @@ class ControleurAjaxtraitementproformahospitalisation extends Controleur {
|
||||||
|
|
||||||
$hospit_total = $this->examen->cumulProformaHospitalisation($idProforma);
|
$hospit_total = $this->examen->cumulProformaHospitalisation($idProforma);
|
||||||
|
|
||||||
$corrigerPrixProforma = $this->examen->get_corriger_prix_roforma();
|
$corrigerPrixProforma = $this->examen->get_corriger_prix_roforma();
|
||||||
$ajoutActeProforma = $this->examen->get_ajout_acte_proforma();
|
$ajoutActeProforma = $this->examen->get_ajout_acte_proforma();
|
||||||
|
$demandeTraite = $this->nettoyer($examen['demandeTraite']);
|
||||||
|
|
||||||
$this->genererVueAjax(array('idProforma' => $idProforma, 'motifexamens' => $motifexamens,
|
$this->genererVueAjax(array('idProforma' => $idProforma, 'motifexamens' => $motifexamens,
|
||||||
'examen' => $examen, 'detailexamens' => $detailexamens, 'choix' => $choix, 'hospit_total' => $hospit_total,
|
'examen' => $examen, 'detailexamens' => $detailexamens, 'choix' => $choix, 'hospit_total' => $hospit_total,
|
||||||
'accorderTout' => $accorderTout, 'refuserTout' => $refuserTout, 'siRefus' => $siRefus,
|
'accorderTout' => $accorderTout, 'refuserTout' => $refuserTout, 'siRefus' => $siRefus,
|
||||||
'corrigerPrixProforma' => $corrigerPrixProforma, 'ajoutActeProforma' => $ajoutActeProforma));
|
'corrigerPrixProforma' => $corrigerPrixProforma, 'ajoutActeProforma' => $ajoutActeProforma,
|
||||||
|
'demandeTraite' => $demandeTraite));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function majdureecorrigee()
|
public function majdureecorrigee()
|
||||||
|
|
|
||||||
|
|
@ -32,30 +32,25 @@ class ControleurTraitementproformahospitalisation extends Controleur {
|
||||||
|
|
||||||
$this->examen->initdetailproformahospit($idProforma);
|
$this->examen->initdetailproformahospit($idProforma);
|
||||||
|
|
||||||
$detailexamens = $this->examen->getdetailproformahospit($idProforma);
|
$detailexamens = $this->examen->getdetailproformahospit($idProforma);
|
||||||
$motifexamens = $this->examen->getmotifproformahospit($idProforma);
|
$motifexamens = $this->examen->getmotifproformahospit($idProforma);
|
||||||
|
$situationBeneficiaire = $this->examen->getSituationBeneficiaire($idBeneficiaire, $codeGarantie, $codeActe, $datePrestation);
|
||||||
|
$choix = $this->examen->choixActe($idProforma);
|
||||||
$situationBeneficiaire = $this->examen->getSituationBeneficiaire($idBeneficiaire, $codeGarantie, $codeActe, $datePrestation);
|
$accorderTout = $this->examen->accorderTout($idProforma);
|
||||||
|
$refuserTout = $this->examen->refuserTout($idProforma);
|
||||||
$choix = $this->examen->choixActe($idProforma);
|
$siRefus = $this->examen->siRefus($idProforma);
|
||||||
$accorderTout = $this->examen->accorderTout($idProforma);
|
$hospit_total = $this->examen->cumulProformaHospitalisation($idProforma);
|
||||||
$refuserTout = $this->examen->refuserTout($idProforma);
|
$corrigerPrixProforma = $this->examen->get_corriger_prix_roforma();
|
||||||
$siRefus = $this->examen->siRefus($idProforma);
|
$ajoutActeProforma = $this->examen->get_ajout_acte_proforma();
|
||||||
|
$demandeTraite = $this->nettoyer($examen['demandeTraite']);
|
||||||
$hospit_total = $this->examen->cumulProformaHospitalisation($idProforma);
|
|
||||||
|
|
||||||
$corrigerPrixProforma = $this->examen->get_corriger_prix_roforma();
|
|
||||||
$ajoutActeProforma = $this->examen->get_ajout_acte_proforma();
|
|
||||||
|
|
||||||
$this->genererVue(array('idProforma' => $idProforma, 'motifexamens' => $motifexamens, 'examen' => $examen,
|
$this->genererVue(array('idProforma' => $idProforma, 'motifexamens' => $motifexamens, 'examen' => $examen,
|
||||||
'detailexamens' => $detailexamens, 'situationBeneficiaire' => $situationBeneficiaire, 'choix' => $choix,
|
'detailexamens' => $detailexamens, 'situationBeneficiaire' => $situationBeneficiaire, 'choix' => $choix,
|
||||||
'hospit_total' => $hospit_total, 'accorderTout' => $accorderTout, 'refuserTout' => $refuserTout,
|
'hospit_total' => $hospit_total, 'accorderTout' => $accorderTout, 'refuserTout' => $refuserTout,
|
||||||
'siRefus' => $siRefus, 'corrigerPrixProforma' => $corrigerPrixProforma, 'ajoutActeProforma' => $ajoutActeProforma));
|
'siRefus' => $siRefus, 'corrigerPrixProforma' => $corrigerPrixProforma, 'ajoutActeProforma' => $ajoutActeProforma,
|
||||||
|
'demandeTraite' => $demandeTraite));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function refuserexamen()
|
public function refuserexamen()
|
||||||
{
|
{
|
||||||
$idExamen = $this->requete->getParametre("idExamen");
|
$idExamen = $this->requete->getParametre("idExamen");
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
<?php $demandeTraite = $this->nettoyer($examen['demandeTraite']);?>
|
|
||||||
|
|
||||||
<div id="recap" class="tab-container">
|
<div id="recap" class="tab-container">
|
||||||
<table class="table table-responsive table-condensed" style='font-size:12pt;' >
|
<table class="table table-responsive table-condensed" style='font-size:12pt;' >
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user