a
This commit is contained in:
parent
b83a518d85
commit
d4f91e3f65
|
|
@ -64,10 +64,8 @@
|
|||
$lib = "Réclamé";
|
||||
}
|
||||
|
||||
|
||||
$avisHospitalisation = $feuillemaladie['avisHospitalisation'];
|
||||
|
||||
|
||||
$hospitalisation = $feuillemaladie['hospitalisation'];
|
||||
|
||||
$garantieOptique = "1970-01-01";
|
||||
|
|
@ -81,6 +79,9 @@
|
|||
$contestation = $this->nettoyer($feuillemaladie['contestation']);
|
||||
$noPrescription = $this->nettoyer($feuillemaladie['noPrescription']);
|
||||
$nbMedicamentsPrescrits = $this->nettoyer($feuillemaladie['nbMedicamentsPrescrits']);
|
||||
|
||||
$dentisteriePossible = $this->nettoyer($feuillemaladie['dentisteriePossible']);
|
||||
$optiquePossible = $this->nettoyer($feuillemaladie['optiquePossible']);
|
||||
?>
|
||||
|
||||
<button type="button" class="sr-only" id="btn_refresh" name="btn_refresh" onClick="javascript:feuillemaladie();" > </button>
|
||||
|
|
@ -165,6 +166,12 @@
|
|||
<INPUT class="sr-only" type="text" id="codeEtatDecompte" name="codeEtatDecompte" value="<?= $codeEtatDecompte ?>" >
|
||||
<INPUT class="sr-only" type="text" id="idFacture" name="idFacture" value="<?= $feuillemaladie['idFactureFeuille'] ?>" >
|
||||
|
||||
<INPUT class="sr-only" type="text" id="dentisteriePossible" name="dentisteriePossible" value="<?= $dentisteriePossible ?>" >
|
||||
<INPUT class="sr-only" type="text" id="optiquePossible" name="optiquePossible" value="<?= $optiquePossible ?>" >
|
||||
|
||||
dentisteriePossible : <INPUT type="text" value="<?= $dentisteriePossible ?>" >
|
||||
optiquePossible : <INPUT type="text" value="<?= $optiquePossible ?>" >
|
||||
|
||||
<legend>
|
||||
<i class="fa fa-folder-open" ></i> <?= _("Dossier Médical du patient"). ": " . $feuillemaladie['numeroFeuilleMaladie'] . " => Notes => " . $nb_notefeuillemaladie . " => User => " . $feuillemaladie['codeUtilisateur'] ?>
|
||||
<!-- Icône d'aide simple (?) -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user