86 lines
5.1 KiB
PHP
Executable File
86 lines
5.1 KiB
PHP
Executable File
<?php $this->titre = "INTER-SANTE - Refuser un médicament"; ?>
|
|
|
|
<form id="frmdententeprealable" name="frmdententeprealable" method="post" >
|
|
|
|
<INPUT class="sr-only" TYPE="text" id="idDemandesubstitution" name="idDemandesubstitution" value="<?= $this->nettoyer($ententeprealable['idDemandesubstitution']) ?>">
|
|
<INPUT class="sr-only" TYPE="text" id="smsGestionPrestataire" name="smsGestionPrestataire" value="<?= $this->nettoyer($ententeprealable['smsGestionPrestataire']) ?>">
|
|
<INPUT class="sr-only" TYPE="text" id="prestataire" name="prestataire" value="<?= $this->nettoyer($ententeprealable['prestataire']) ?>">
|
|
<INPUT class="sr-only" TYPE="text" id="codePrestataire" name="codePrestataire" value="<?= $this->nettoyer($ententeprealable['codePrestataire']) ?>">
|
|
<INPUT class="sr-only" TYPE="text" id="beneficiaire" name="beneficiaire" value="<?= $this->nettoyer($ententeprealable['beneficiaire']) ?>">
|
|
<INPUT class="sr-only" TYPE="text" id="numeroBeneficiaire" name="numeroBeneficiaire" value="<?= $this->nettoyer($ententeprealable['numeroBeneficiaire']) ?>">
|
|
<INPUT class="sr-only" TYPE="text" id="nomPrescrit" name="nomPrescrit" value="<?= $this->nettoyer($ententeprealable['nomPrescrit']) ?>">
|
|
<INPUT class="sr-only" TYPE="text" id="libelleSubstitut" name="libelleSubstitut" value="<?= $this->nettoyer($ententeprealable['libelleSubstitut']) ?>">
|
|
<INPUT class="sr-only" TYPE="text" id="telephonePortableAdherent" name="telephonePortableAdherent" value="<?= $this->nettoyer($ententeprealable['telAdherent']) ?>">
|
|
|
|
<legend> <?= _("Refuser la substitution de médicament") ?> </legend>
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%" > <?= _("No") ?> </td>
|
|
<td width="20%"> <INPUT id="numeroDemandeSubstitution" name="numeroDemandeSubstitution" class="form-control" TYPE="text" style='font-size:10pt;text-align:center;' value="<?= $this->nettoyer($ententeprealable['numeroDemandeSubstitution']) ?>" readonly> </td>
|
|
|
|
<td width="10%" align="center"> <?= _("Médoc Prescrit") ?> </td>
|
|
<td colspan="5"> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= $this->nettoyer($ententeprealable['nomPrescrit']) ?>" readonly> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="10%" > <?= _("Police") ?> </td>
|
|
<td width="20%"> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= $this->nettoyer($ententeprealable['libellePolice']) ?>" readonly> </td>
|
|
|
|
<td width="10%" align="center"> <?= _("Médoc Substitut") ?> </td>
|
|
<td colspan="3"> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= $this->nettoyer($ententeprealable['libelleSubstitut']) ?>" readonly> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> Date </td>
|
|
<td> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= dateheureLang($this->nettoyer($ententeprealable['dateSysteme'])) ?>" readonly> </td>
|
|
|
|
<td align="center"> <?= _("Prestataire") ?> </td>
|
|
<td colspan="3"> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= $this->nettoyer($ententeprealable['prestataire']) ?>" readonly> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Bénéficiaire") ?> </td>
|
|
<td colspan="5"><INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= $this->nettoyer($ententeprealable['beneficiaire']) . " ( " . $this->nettoyer($ententeprealable['numeroBeneficiaire']) . " )" ?>" readonly> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Prix prescrit") ?> </td>
|
|
<td> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= format_N($this->nettoyer($ententeprealable['prixPrescription'])) ?>" readonly> </td>
|
|
|
|
<td align="center"> <?= _("Prix substitut") ?> </td>
|
|
<td> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= format_N($this->nettoyer($ententeprealable['prixSubstitution'])) ?>" readonly> </td>
|
|
|
|
<td align="center" > <?= _("GAP") ?> </td>
|
|
<td> <INPUT class="form-control" TYPE="text" style='font-size:10pt;' value="<?= format_N($this->nettoyer($ententeprealable['gap'])) ?>" readonly> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="required"> <?= _("Motif Réel") ?> </td>
|
|
<td colspan="5"><INPUT class="form-control" TYPE="text" id="motifReel" NAME="motifReel" style='font-size:10pt;' required AUTOCOMPLETE="OFF" autofocus ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="required"> <?= _("Motif à l'assuré") ?> </td>
|
|
<td colspan="5"><INPUT class="form-control" TYPE="text" id="motifRefusAssure" NAME="motifRefusAssure" style='font-size:10pt;' required AUTOCOMPLETE="OFF" ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> </td>
|
|
<td colspan="5"> <input id="btn_enreg" name="btn_enreg" class = "form-control btn btn-primary" type="button" value="<?= _("Valider le refus") ?>" onClick="enregistrerrefussubstitution_pha();" style='font-size:10pt;' > </td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
<?php if (isset($msgErreur)): ?>
|
|
<div id ="msgErreur" class="alert alert-danger" style="height:38px; padding:5px;" >
|
|
<H4><?= $msgErreur ?></H4>
|
|
</div>
|
|
<?php endif; ?>
|
|
</form>
|
|
|
|
<div id ="div_wait">
|
|
</div>
|