assure/Vue/Listeententeprealablespha/index.php
2025-12-01 19:07:16 +00:00

50 lines
2.1 KiB
PHP

<?php
$this->titre = "Intersanté - Médicaments soumis à entente préalable";
?>
<input class="form-control" style="text-align: center; font-size:10pt;" type="text" id="nbligne" name="nbligne" value="MEDICAMENTS SOUMIS A ENTENTE PREALABLE" readonly>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="10%"> Période du </td>
<td width="15%"> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="debut" NAME="debut" value="<?= $_SESSION['dUneSemaineAvantFr_C'] ?>" required </td>
<td width="5%" align="center"> au </td>
<td width="15%"> <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="fin" NAME="fin" value="<?= dateCouranteLang($_SESSION['lang']) ?>" required> </td>
<td width="5%" align="center"> Etat</td>
<td>
<SELECT class="form-control" id="codeReponseEntentePrealable" NAME="codeReponseEntentePrealable" style='font-size:10pt;'>
<?php liste_options_consultation($reponseententeprealable, ""); ?>
</SELECT>
</td>
<td> </td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:listeententeprealablespha();">Actualiser...</button> </td>
</tr>
</tbody>
</table>
<div id="div_ententeprealable">
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:8pt;">
<thead>
<tr>
<th style='text-align:center'> N° </th>
<th style='text-align:center'> Date </th>
<th style='text-align:center'> Médicament </th>
<th style='text-align:center'> Qté </th>
<th style='text-align:center'> Prestataire </th>
<th colspan="2" style='text-align:center'> Bénéficiaire </th>
<th style='text-align:center'> Répondue le </th>
<th style='text-align:center'> Répondue par </th>
<th style='text-align:center'> Situation </th>
<th style='text-align:center'> Motif </th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>