detailsp = new Statistique(); $this->college = new Collegepolice(); } public function index() { $idPolice = $this->requete->getParametreFormulaire("idPolice"); $idCollege = $this->requete->getParametreFormulaire("idCollege"); if( $idCollege == ""){ $idCollege = null; } $debutStat = $this->requete->getParametreDate("debutStat"); $finStat = $this->requete->getParametreDate("finStat"); $codeGcAssureur = $this->requete->getParametreFormulaire("codeGcAssureur"); if($idPolice== ''){ $idPolice = null; } $_SESSION['debutStat'] = $debutStat; $_SESSION['finStat'] = $finStat; $entete = $this->detailsp->detailrapportspperiodepdfentete($idPolice); $p_datedebut = $_SESSION['debutStat']; $p_datefin = $_SESSION['finStat']; $p_garant = $codeGcAssureur; $p_id = $idPolice; $p_id_college = $idCollege; $p_id_clients = null; $infocollege = $this->college->getCollegepoliceId($idCollege); $_SESSION['collegeStat'] = $infocollege['libelleCollege']; $p_factures = $this->detailsp->depensesparprestatairemedicaux($p_garant, $p_id_clients, $p_id, $p_id_college, $p_datedebut, $p_datefin); //highlight_string(""); $datas =array(); ob_start(); ?>
FICHE TECHNIQUE No 12 Edition du :
ETAT DES DEPENSES PAR PRESTATAIRES MEDICAUX



PERIODE COMPTABLE CONSIDEREE

GARANT                :

SOUSCRIPTEUR   :

POLICE                  :

COURTIER             :

COLLEGE             :

GARANT                :

0) ? $total_Coutmoyen/$quantite : 0; ?>
Compte Prestataire médicaux Montant Facture Apres Décompte Coût moyen Taux
%
TOTAL GENERAL %
setTestIsImage(false); $pdf = new HTML2PDF("p", "A4", "fr"); $pdf->pdf->SetAuthor('Vitalissanté'); $pdf->pdf->SetSubject('Etat des dépenses par prestataires médicaux'); $pdf->pdf->SetKeywords('HTML2PDF, ETATSTATS, PHP'); $pdf->writeHTML($content); $fichier="Temp/TMP_CUMUL_SP_FICHE12"."_".uniqid().".pdf"; $pdf->Output($fichier, "F"); $pdf->pdf->SetTitle($fichier); $t_html ='
'; $t_html .=' TELECHARGER '; $t_html .='
'; echo $t_html; } catch (HTML2PDF_exception $e) { die($e); } } } ?>