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