356 lines
14 KiB
PHP
Executable File
356 lines
14 KiB
PHP
Executable File
<?php $this->titre = "INTER SANTE - Modifier Paramètres Généraux de la Gestion Médical et Autres"; ?>
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
<input class="sr-only" type="text" id="idSocieteuser" name="idSocieteuser" value="<?= $this->nettoyer($societeuser['idSocieteuser']) ?>" >
|
|
|
|
<legend > <?= _("MODIFIER REGLES DU MEDICAL") ?> </legend>
|
|
|
|
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:11pt;'>
|
|
<thead>
|
|
<tr>
|
|
<th colspan="2" style="text-align: center; font-weight: bold; background-color:#696969; color:#fff;" height="25"><?= _("Paramètres") ?></th>
|
|
<th width="12%" style="text-align: center; font-weight: bold; background-color:#696969; color:#fff;" height="25"> <?= _("Ancienne Valeur") ?> </th>
|
|
<th width="12%" style="text-align: center; font-weight: bold; background-color:#696969; color:#fff;" height="25"> <?= _("Nouvelle Valeur") ?> </th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr style="background-color: #ffefd5;">
|
|
<td height="30" colspan="4" style='font-weight: bold; text-align: center; font-size:11pt;'> <?= _("MEDICAL") ?> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' width="5%" class=" text-primary">01 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Activer les envois de SMS ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['envoismsactif']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<select class="form-select" id="s_envoismsactif" NAME="s_envoismsactif" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($envoismsactifOuinon, $this->nettoyer($societeuser['envoismsactif']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' width="5%" class=" text-primary">02 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Activer les envois de messages par WhatsApp ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['envoismswhatsappactif']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<select class="form-select" id="s_envoismswhatsappactif" NAME="s_envoismswhatsappactif" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($envoismswhatsappactifOuinon, $this->nettoyer($societeuser['envoismswhatsappactif']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-primary">03 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Activer l'envoi de SMS/WhatsApp aux assurés ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['smsAssure']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<select class="form-select" id="s_smsAssure" NAME="s_smsAssure" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($smsAssureOuinon, $this->nettoyer($societeuser['smsAssure']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-primary">04 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Envoyer un SMS/WhatsApp à l'assuré à chaque facturation ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['smsmParFacture']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<select class="form-select" id="s_smsmParFacture" NAME="s_smsmParFacture" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($smsmParFactureOuinon, $this->nettoyer($societeuser['smsmParFacture']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-primary">05 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Envoyer un E-mail à l'assuré à chaque facturation ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['emailParFacture']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<select class="form-select" id="s_emailParFacture" NAME="s_emailParFacture" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($emailParFactureOuinon, $this->nettoyer($societeuser['emailParFacture']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-primary">06 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Envoyer à l'assuré une copie du SMS/WhatsApp envoyé à l'assureur ou au prestataire en cas de demande et/ou de réponse à une entente préalable ou une dérogation") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['copieSmsPrestataireAssure']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<select class="form-select" id="s_copieSmsAssure" NAME="s_copieSmsAssure" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($copieSmsAssureOuinon, $this->nettoyer($societeuser['copieSmsPrestataireAssure']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-primary">07 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Alerter l'assuré par SMS/WhatsApp et/ou par E-mail si son solde a atteint un certain seuil ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['seuilAlerteActif']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td>
|
|
<select class="form-select" id="s_seuilAlerteActif" NAME="s_seuilAlerteActif" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($seuilAlerteActifOuinon, $this->nettoyer($societeuser['seuilAlerteActif']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-primary">08 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Envoyer une demande d'entente préalable au gestionnaire lorsque le montant total des examens prescrits est supérieur à") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;"> <?=format_N($this->nettoyer($societeuser['montantTotalExamen'])) ?> </td>
|
|
|
|
<td> <INPUT style='font-size:10pt; text-align:center;' class="form-control" id="s_montantTotalExamen" NAME="s_montantTotalExamen" TYPE="text" value="<?= $this->nettoyer($societeuser['montantTotalExamen']) ?>" onBlur="javascript:controle_numerique_new(this.id, <?= $this->nettoyer($societeuser['montantTotalExamen']) ?>);"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-primary">09 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Envoyer une demande d'entente préalable au gestionnaire lorsque le montant total des médicaments prescrits est supérieur à") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;"> <?=format_N($this->nettoyer($societeuser['montantTotalMedicament'])) ?> </td>
|
|
|
|
<td> <INPUT style='font-size:10pt; text-align:center;' class="form-control" id="s_montantTotalMedicament" NAME="s_montantTotalMedicament" TYPE="text" value="<?= $this->nettoyer($societeuser['montantTotalMedicament']) ?>" onBlur="javascript:controle_numerique_new(this.id, <?= $this->nettoyer($societeuser['montantTotalMedicament']) ?>);"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-primary">10 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Permettre au médecin du souscripteur de recevoir et répondre à leurs demandes d'ententes préalables ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['accorderMedecinSouscripteur']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td>
|
|
<select class="form-select" id="s_accorderMedecinSouscripteur" NAME="s_accorderMedecinSouscripteur" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($accorderMedecinSouscripteurOuinon, $this->nettoyer($societeuser['accorderMedecinSouscripteur']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-primary">11 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Délai de réponse accordé au médecin du souscripteur") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;"> <?=$this->nettoyer($societeuser['delaisReponseMedecinSouscripteur']) ?> </td>
|
|
|
|
<td> <INPUT style='font-size:10pt; text-align:center;' class="form-control" id="s_delaisReponseMedecinSouscripteur" NAME="s_delaisReponseMedecinSouscripteur" TYPE="text" value="<?= $this->nettoyer($societeuser['delaisReponseMedecinSouscripteur']) ?>" onBlur="javascript:controle_numerique_new(this.id, <?= $this->nettoyer($societeuser['delaisReponseMedecinSouscripteur']) ?>);"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-primary">12 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Soumettre tous les actes d'une prescription, en entente préalable si l'un des actes est en entente préalable ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['tousActesSoumisEntentePrealable']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td>
|
|
<select class="form-select" id="s_tousActesSoumisOuinon" NAME="s_tousActesSoumisOuinon" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($tousActesSoumisOuinon, $this->nettoyer($societeuser['tousActesSoumisEntentePrealable']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-primary">13 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Nombre limite des actes d'une prescription à atteindre pour déclencher une alerte d'entente préalable") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;"> <?=$this->nettoyer($societeuser['nombreActeEntentePrealable']) ?> </td>
|
|
|
|
<td> <INPUT style='font-size:10pt; text-align:center;' class="form-control" id="s_nombreActeEntentePrealable" NAME="s_nombreActeEntentePrealable" TYPE="text" value="<?= $this->nettoyer($societeuser['nombreActeEntentePrealable']) ?>" onBlur="javascript:controle_numerique_new(this.id, <?= $this->nettoyer($societeuser['nombreActeEntentePrealable']) ?>);"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-primary">14 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Activer l'application du tarif le plus bas parmi des tarifs négociés ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['appliquerTarifBas']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td>
|
|
<select class="form-select" id="s_appliquerTarifBas" NAME="s_appliquerTarifBas" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($appliquerTarifBasOuinon, $this->nettoyer($societeuser['appliquerTarifBas']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="2"> <input id="btn_enreg" name="btn_enreg" class = "form-control btn btn-primary" type="button" value="<?= _("Enregistrer") ?>" onClick="javascript:enregistrer_modif_parametres_med();" style='font-size:10pt;' > </td>
|
|
|
|
<td colspan="2"> <input class = "form-control btn btn-warning" type="button" value="<?= _("Annuler") ?>" onClick="javascript:afficher_autres_parametresgeneraux();" style='font-size:10pt;' > </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|