123 lines
8.0 KiB
PHP
Executable File
123 lines
8.0 KiB
PHP
Executable File
<div id="div_ente_requete">
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="6%" > <?= _("Garant") ?> </td>
|
|
<td colspan="3">
|
|
<SELECT style="font-size:10pt;" class="form-control selectpicker" data-live-search="true" id="codeGcAssureur" NAME="codeGcAssureur" required AUTOCOMPLETE="OFF"
|
|
onChange="javascript:filtrespolicegarant()">
|
|
<?php liste_options($garants, $_SESSION['codeGcAssureurStat'],true); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td width="8%" class="text-center"> <?= _("Police") ?> </td>
|
|
<td colspan="2">
|
|
<div id="div_policegarant">
|
|
<SELECT style="font-size:10pt;" class="form-control selectpicker" data-live-search="true" id="idPolice" NAME="idPolice" required AUTOCOMPLETE="OFF" >
|
|
<?php liste_options($polices,$_SESSION['idPoliceStat'],true); ?>
|
|
</SELECT>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="6%" > <?= _("Période du") ?> </td>
|
|
<td > <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="debutStat" NAME="debutStat" value="<?=dateLang($_SESSION['debutStat'])?>" > </td>
|
|
|
|
<td align="center" width="3%"> <?= _("au") ?> </td>
|
|
<td > <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="finStat" NAME="finStat" value="<?=dateLang($_SESSION['finStat'])?>" > </td>
|
|
|
|
<td class="text-center"> <?= _("Dépenses > à ") ?> </td>
|
|
<td width="22%">
|
|
<INPUT style='text-align:center; font-size:10pt;' class="form-control" TYPE="text" id="depenses" NAME="depenses" value="0" onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);">
|
|
</td>
|
|
|
|
<td width="10%"><button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:etatstatsmaladiefichetechique('tous');"> <?= _("Télécharger l'ensemble") ?> </button> </td>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_export_a">
|
|
</div>
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:11pt;'>
|
|
<tbody >
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°1: ") ?></strong>Données élémentaires</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('un');"> <?= _("FICHE 01") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°2: ") ?></strong>Etat des dépenses par contrat</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('deux');"> <?= _("FICHE 02") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°3: ") ?></strong>Récapitulatif des dépenses par statut de bénéficiaires</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('trois');"> <?= _("FICHE 03") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°4: ") ?></strong>Récapitulatif des dépenses par tranches d'âges</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('quatre');"> <?= _("FICHE 04") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°5: ") ?></strong>Evolution mensuelle des dépenses</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('cinq');"> <?= _("FICHE 05") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°6: ") ?></strong>Etat des dépenses par famille d'assurés</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('six');"> <?= _("FICHE 06") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°7: ") ?></strong>Evolution mensuelle des dépenses par famille d'assurés</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('sept');"> <?= _("FICHE 07") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°8: ") ?></strong>Etat récapitulatif des dépenses par famille d'actes médicaux</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('huit');"> <?= _("FICHE 08") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°9: ") ?></strong>Etat détaillé des dépenses par famille d'actes</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('neuf');"> <?= _("FICHE 09") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°10: ") ?></strong>Evolution mensuelle des dépenses par famille d'actes</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('dix');"> <?= _("FICHE 10") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°11: ") ?></strong>Etat comparatif des dépenses des années n-1 et n</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('onze');"> <?= _("FICHE 11") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°12: ") ?></strong>Etat des dépenses par prestataires médicaux</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('douze');"> <?= _("FICHE 12") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°13: ") ?></strong>Etat des dépenses par famille d'actes et par prestataires</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('treize');"> <?= _("FICHE 13") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°14: ") ?></strong>Etat des hopitalisations par affections</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('quatorze');"> <?= _("FICHE 14") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°15: ") ?></strong>Etat des dépenses par actes liés à une famille d'affection</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('quinze');"> <?= _("FICHE 15") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°16: ") ?></strong>Etat des dépenses par affection</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('seize');"> <?= _("FICHE 16") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°17: ") ?></strong>Etat des dépenses par pharmacie</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('dixsept');"> <?= _("FICHE 17") ?> </button> </td>
|
|
</tr>
|
|
<tr >
|
|
<td><strong><?=_("FICHE TECHINIQUE N°18: ") ?></strong>Etat des dépenses des bénéficiaires déplafonnés</td>
|
|
<td width="5%"><button style='font-size:10pt;' type="button" class="form-control btn btn-danger" onclick="javascript:etatstatsmaladiefichetechique('dixhuit');"> <?= _("FICHE 18") ?> </button> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|