878 lines
34 KiB
PHP
Executable File
878 lines
34 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 PARAMETRES SYSTEME DU MEDICAL ET DES PRESTATAIRES") ?> </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 style="background-color: #ffefd5;">
|
|
<td height="30" colspan="4" style='font-weight: bold; text-align: center; font-size:11pt;'> <?= _("CENTRES DE SOINS ET DENTISTERIES") ?> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' width="5%" class=" text-success">01 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Limiter la recherche d'un médecin à la liste des médecins enregistrés dans le centre de soins courant") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['filtreMedecin']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<select class="form-select" id="s_filtreMedecin" NAME="s_filtreMedecin" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($filtreMedecinOuinon, $this->nettoyer($societeuser['filtreMedecin']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-success">02 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Nombre maximum de médicaments pouvant être prescrit sur un bon de prise en charge") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;"> <?=format_N($this->nettoyer($societeuser['nbMedicamentMax'])) ?> </td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;"> <INPUT style='font-size:10pt; text-align:center;' class="form-control" id="s_nbMedicamentMax" NAME="s_nbMedicamentMax" TYPE="text" value="<?= $this->nettoyer($societeuser['nbMedicamentMax']) ?>" onBlur="javascript:controle_numerique_new(this.id, <?= $this->nettoyer($societeuser['nbMedicamentMax']) ?>);"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-success">03 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Nombre maximum de consultation spécialiste en une journée") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;"> <?=$this->nettoyer($societeuser['nbConsultationSpecialisteJour']) ?> </td>
|
|
|
|
<td> <INPUT style='font-size:10pt; text-align:center;' class="form-control" id="s_nbConsultationSpecialisteJour" NAME="s_nbConsultationSpecialisteJour" TYPE="text" value="<?= $this->nettoyer($societeuser['nbConsultationSpecialisteJour']) ?>" onBlur="javascript:controle_numerique_new(this.id, <?= $this->nettoyer($societeuser['nbConsultationSpecialisteJour']) ?>);"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-success">04 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Âge maximum pour une consultation pédiatrique (En année)") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;"> <?=$this->nettoyer($societeuser['ageMaxiPediatrie']) ?> </td>
|
|
|
|
<td> <INPUT style='font-size:10pt; text-align:center;' class="form-control" id="s_ageMaxiPediatrie" NAME="s_ageMaxiPediatrie" TYPE="text" value="<?= $this->nettoyer($societeuser['ageMaxiPediatrie']) ?>" onBlur="javascript:controle_numerique_new(this.id, <?= $this->nettoyer($societeuser['ageMaxiPediatrie']) ?>);"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-success">05 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Nombre maximum de consultation gratuite par jour") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;"> <?=$this->nettoyer($societeuser['nombreFeuilleGratuitJour']) ?> </td>
|
|
|
|
<td> <INPUT style='font-size:10pt; text-align:center;' class="form-control" id="s_nombreFeuilleGratuitJour" NAME="s_nombreFeuilleGratuitJour" TYPE="text" value="<?= $this->nettoyer($societeuser['nombreFeuilleGratuitJour']) ?>" onBlur="javascript:controle_numerique_new(this.id, <?= $this->nettoyer($societeuser['nombreFeuilleGratuitJour']) ?>);"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-success">06 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Mode de biométrie activé") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if (est_anglophone()) : ?>
|
|
<?=$this->nettoyer($societeuser['biometrieEng']) ?>
|
|
<?php else: ?>
|
|
<?=$this->nettoyer($societeuser['biometrie']) ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td>
|
|
<select class="form-select" id="s_codeModeBiometrie" NAME="s_codeModeBiometrie" required style="text-align:center" >
|
|
<?php liste_options($modeBiometrie, $this->nettoyer($societeuser['codeModeBiometrie']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-success">07 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Le nombre de mauvaises tentatives en biométrie, qui alerte l'assuré principal et le gestionnaire") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;"> <?=$this->nettoyer($societeuser['nbTentativeBiometrie']) ?> </td>
|
|
|
|
<td> <INPUT style='font-size:10pt; text-align:center;' class="form-control" id="s_nbTentativeBiometrie" NAME="s_nbTentativeBiometrie" TYPE="text" value="<?= $this->nettoyer($societeuser['nbTentativeBiometrie']) ?>" onBlur="javascript:controle_numerique_new(this.id, <?= $this->nettoyer($societeuser['nbTentativeBiometrie']) ?>);"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-success">08 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Permettre une prescription malgré un blocage révélé dans le barème de prestation ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['permettrePrescriptionSiCritereBareme']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td>
|
|
<select class="form-select" id="s_permettrePrescriptionSiCritereBareme" NAME="s_permettrePrescriptionSiCritereBareme" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($permettrePrescriptionOuinon, $this->nettoyer($societeuser['permettrePrescriptionSiCritereBareme']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-success">09 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Désignation de l'acte de consultation gratuite") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if (est_anglophone()) : ?>
|
|
<?=$this->nettoyer($societeuser['acteConsultationGratuiteEng']) ?>
|
|
<?php else: ?>
|
|
<?=$this->nettoyer($societeuser['acteConsultationGratuite']) ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td>
|
|
<select class="form-select" id="s_codeActeConsultationGratuite" NAME="s_codeActeConsultationGratuite" required style="text-align:center" >
|
|
<?php liste_options($acteConsultationGratuite, $this->nettoyer($societeuser['codeActeConsultationGratuite']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-success">10 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("La quantité maximum de boîte autorisée d'un médicament prescrit sur un bon de prise en charge") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;"> <?=$this->nettoyer($societeuser['quantiteMedicamentPermise']) ?> </td>
|
|
|
|
<td> <INPUT style='font-size:10pt; text-align:center;' class="form-control" id="s_quantiteMedicamentPermise" NAME="s_quantiteMedicamentPermise" TYPE="text" value="<?= $this->nettoyer($societeuser['quantiteMedicamentPermise']) ?>" onBlur="javascript:controle_numerique_new(this.id, <?= $this->nettoyer($societeuser['quantiteMedicamentPermise']) ?>);"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-success">11 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Autoriser qu'un bon de consultation gratuite soit obligatoirement lié à un bon de consultation principal ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['autoriserUnBonPrincipal']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td>
|
|
<select class="form-select" id="s_autoriserUnBonPrincipal" NAME="s_autoriserUnBonPrincipal" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($autoriserUnBonPrincipalOuinon, $this->nettoyer($societeuser['autoriserUnBonPrincipal']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-success">12 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Autoriser qu'un bon d'hospitalisation généré après une proforma, soit réalisé par le centre, avant la date de début prévue ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['autoriserBonHospitAvantDate']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td>
|
|
<select class="form-select" id="s_autoriserBonHospitAvantDate" NAME="s_autoriserBonHospitAvantDate" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($autoriserBonHospitAvantDateOuinon, $this->nettoyer($societeuser['autoriserBonHospitAvantDate']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-success">13 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Interdire une prestation en cas de prime impayée ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['encaissementExige']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td>
|
|
<select class="form-select" id="s_encaissementExige" NAME="s_encaissementExige" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($encaissementExigeOuinon, $this->nettoyer($societeuser['encaissementExige']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<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;'> <?= _("PHARMACIES") ?> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-secondary">01 <i class='bx bxs-right-arrow'></td>
|
|
|
|
<td class=" text-dark">
|
|
<?= _("Permettre aux pharmaciens de créer un nouveau médicament qui sera soumis à entente préalable ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['accesAjoutPh']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<select class="form-select" id="s_accesAjoutPh" NAME="s_accesAjoutPh" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($accesAjoutPhOuinon, $this->nettoyer($societeuser['accesAjoutPh']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-secondary">02 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Permettre aux pharmaciens de compléter la prescription du médecin ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['ajoutPrescription']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<select class="form-select" id="s_ajoutPrescription" NAME="s_ajoutPrescription" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($ajoutPrescriptionOuinon, $this->nettoyer($societeuser['ajoutPrescription']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-secondary">03 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Mode d'application de la marge entre le prix d'un médicament fournit par le système et celui de la pharmacie") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;"> <?=$this->nettoyer($societeuser['typeMargePrixMedicament']) ?> </td>
|
|
|
|
|
|
<td>
|
|
<select class="form-select" id="s_typeMargePrixMedicament" NAME="s_typeMargePrixMedicament" style="text-align: center;">
|
|
<?php liste_options($typeMarge, $this->nettoyer($societeuser['typeMargePrixMedicament']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-secondary">04 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Permettre l'application d'une marge entre le prix d'un médicament fourni par le système et celui de la pharmacie ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['appliquerMargePrixMedicament']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td>
|
|
<select class="form-select" id="s_appliquerMargePrixMedicament" NAME="s_appliquerMargePrixMedicament" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($appliquerMargePrixMedicamentOuinon, $this->nettoyer($societeuser['appliquerMargePrixMedicament']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-secondary">05 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Marge maximum acceptée entre le prix d'un médicament fourni par le système et celui de la pharmacie") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;"> <?=format_N($this->nettoyer($societeuser['margePrixMedicament'])) ?> </td>
|
|
|
|
<td> <INPUT style='font-size:10pt; text-align:center;' class="form-control" id="s_margePrixMedicament" NAME="s_margePrixMedicament" TYPE="text" value="<?= $this->nettoyer($societeuser['margePrixMedicament']) ?>" onBlur="javascript:controle_numerique_new(this.id, <?= $this->nettoyer($societeuser['margePrixMedicament']) ?>);"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-secondary">06 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Permettre l'application d'une marge sur le prix du médicament de substitution ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['appliquerMargePrixSubstitutMedicament']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td>
|
|
<select class="form-select" id="s_appliquerMargePrixSubstitutMedicament" NAME="s_appliquerMargePrixSubstitutMedicament" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($appliquerMargePrixSubstitutMedicamentOuinon, $this->nettoyer($societeuser['appliquerMargePrixSubstitutMedicament']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-secondary">07 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Marge maximum acceptée entre le prix d'un médicament fourni par le système et celui de substitution") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;"> <?=format_N($this->nettoyer($societeuser['margePrixSubstitutMedicament'])) ?> </td>
|
|
|
|
<td> <INPUT style='font-size:10pt; text-align:center;' class="form-control" id="s_margePrixSubstitutMedicament" NAME="s_margePrixSubstitutMedicament" TYPE="text" value="<?= $this->nettoyer($societeuser['margePrixSubstitutMedicament']) ?>" onBlur="javascript:controle_numerique_new(this.id, <?= $this->nettoyer($societeuser['margePrixSubstitutMedicament']) ?>);"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-secondary">08 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Interdire la vente partielle de médicaments en pharmacie ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['interdirVentePartielleMedicament']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td>
|
|
<select class="form-select" id="s_interdirVentePartielleMedicament" NAME="s_interdirVentePartielleMedicament" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($interdirVentePartielleMedicamentOuinon, $this->nettoyer($societeuser['interdirVentePartielleMedicament']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-secondary">09 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Permettre aux pharmaciens de modifier le prix d'un médicament ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['prixMedicamentModifiable']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td>
|
|
<select class="form-select" id="s_prixMedicamentModifiable" NAME="s_prixMedicamentModifiable" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($prixMedicamentModifiableOuinon, $this->nettoyer($societeuser['prixMedicamentModifiable']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<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;'> <?= _("LABORATOIRES ET IMAGERIES") ?> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="4" height="5"></td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td style='text-align:center;' class=" text-info">01 <i class='bx bxs-right-arrow'></td>
|
|
<td class=" text-dark">
|
|
<?= _("Permettre aux LABO de compléter la prescription du médecin ?") ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<?php if ($societeuser['ajoutPrescriptionExam']=="1"): ?>
|
|
<?= _("Oui") ?>
|
|
<?php else: ?>
|
|
<?= _("Non") ?>
|
|
<?php endif; ?>
|
|
</td>
|
|
|
|
<td style="text-align: center; background-color:#dcdcdc;">
|
|
<select class="form-select" id="s_ajoutPrescriptionExam" NAME="s_ajoutPrescriptionExam" style='font-size:10pt; text-align:center;' >
|
|
<?php liste_options($ajoutPrescriptionExamOuinon, $this->nettoyer($societeuser['ajoutPrescriptionExam']), 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_sin();" 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>
|
|
|