production/Vue/Autresparametresgeneraux/index.php
2025-12-01 16:12:12 +00:00

1055 lines
34 KiB
PHP
Executable File

<?php $this->titre = "INTER SANTE - Autres Paramètres Généraux"; ?>
<script type="text/javascript">
</script>
<input class="sr-only" type="text" id="idSocieteuser" name="idSocieteuser" value="<?= $this->nettoyer($societeuser['idSocieteuser']) ?>" >
<INPUT class="sr-only" TYPE="text" id="nomForm" NAME="nomForm" value="frmautreparametre">
<legend > <?= _("AUTRES PARAMETRES SYSTEME DU CENTRE DE GESTION") ?> </legend>
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item" role="presentation" >
<button onclick="showHideElt('Generaux')" class="nav-link active" id="Generaux-tab" data-bs-toggle="tab" data-bs-target="#Generaux" type="button" role="tab" aria-controls="Generaux" aria-selected="true"><?= _("Commun") ?></button>
</li>
<li class="nav-item" role="presentation">
<button onclick="showHideElt('Production')" class="nav-link" id="Production-tab" data-bs-toggle="tab" data-bs-target="#Production" type="button" role="tab" aria-controls="Production" aria-selected="false"><?= _("Production et Comptabilité") ?></button>
</li>
<li class="nav-item" role="presentation">
<button onclick="showHideElt('Medical')" class="nav-link" id="Medical-tab" data-bs-toggle="tab" data-bs-target="#Medical" type="button" role="tab" aria-controls="Medical" aria-selected="false"><?= _("Médical") ?></button>
</li>
<li class="nav-item" role="presentation">
<button onclick="showHideElt('Prestation')" class="nav-link" id="Prestation-tab" data-bs-toggle="tab" data-bs-target="#Prestation" type="button" role="tab" aria-controls="Prestation" aria-selected="false"><?= _("Prestataires") ?></button>
</li>
</ul>
<div id="Generaux">
<table height="5" class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:12pt;'>
<tbody>
<tr >
<td height="30" colspan="3" style='text-align:center; font-weight: bold; background-color:#696969; color:#fff;'> <?= _("PARAMETRES") ?> </td>
<td style='text-align:center; font-weight: bold; background-color:#696969; color:#fff;' width="20%"> <?= _("VALEURS") ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' width="5%" class=" text-primary">01 <i class='bx bxs-right-arrow'></i></td>
<td colspan="2" class=" text-dark">
<?= _("Langue du centre de gestion") ?>
</td>
<td style='text-align:center;'><?=$this->nettoyer($societeuser['codeLangueSociete'])?></td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' height="20" class=" text-primary">02 <i class='bx bxs-right-arrow'></i></td>
<td colspan="2" height="20" class=" text-dark">
<?= _("Identifiant du fuseau horaire") ?>
</td>
<td style='text-align:center;' height="20"><?=$this->nettoyer($societeuser['code_timezone_identifier'])?></td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">03 <i class='bx bxs-right-arrow'></i></td>
<td colspan="2" class=" text-dark">
<?= _("Devise") ?>
</td>
<td style='text-align:center;'><?=$this->nettoyer($societeuser['devise'])?></td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
</tbody>
</table>
</div>
<div id="Production">
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:12pt;'>
<tbody>
<tr >
<td height="30" colspan="3" style='text-align:center; font-weight: bold; background-color:#696969; color:#fff;'> <?= _("PARAMETRES") ?> </td>
<td style='text-align:center; font-weight: bold; ; background-color:#696969; color:#fff;' width="20%"> <?= _("VALEURS") ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr style="background-color: #ffefd5;">
<td height="30" colspan="4" style='font-weight: bold; font-size:11pt;'> <?= "&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;". _("PRODUCTION") ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' width="5%" class=" text-primary">01 <i class='bx bxs-right-arrow'></i></i></td>
<td colspan="2" class=" text-dark">
<?= _("Taux des honoraires ou des commissions du gestionnaire sur chaque prime.") ?>
</td>
<td style='text-align:center;'> <?=$this->nettoyer($societeuser['tauxHonoraires']) . " % "?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">02 <i class='bx bxs-right-arrow'></i></td>
<td colspan="2" class=" text-dark">
<?= _("Rapport Sinistres/Primes au-delà duquel les lignes s'affichent en rouge dans les états statistiques. Il est utilisé pour le calcul du taux d'ajustement lors du renouvellement => Nouvelle Prime = ((Ancienne Prime * S/P) / spMax ). Ce qui veut dire que la S/P ne devrait pas dépasser ce rapport spMax") ?>
</td>
<td style='text-align:center;'> <?=$this->nettoyer($societeuser['spMax']) . " % "?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">03 <i class='bx bxs-right-arrow'></i></td>
<td colspan="2" class=" text-dark">
<?= _("Le coût d'une nouvelle carte (assuré entrant)") ?>
</td>
<td style='text-align:center;'> <?=format_N($this->nettoyer($societeuser['fraisCarteAN'])) . " " . $_SESSION['devise_C']?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">04 <i class='bx bxs-right-arrow'></i></td>
<td colspan="2" class=" text-dark">
<?= _("Le coût d'une carte pour un renouvellement (assuré déjà dans le portefeuille)") ?>
</td>
<td style='text-align:center;'> <?=format_N($this->nettoyer($societeuser['fraisCarteREN'])) . " " . $_SESSION['devise_C']?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">05 <i class='bx bxs-right-arrow'></i></td>
<td colspan="2" class=" text-dark">
<?= _("Le coût pour ré-imprimer une carte existante (perdue, abîmée, etc.)") ?>
</td>
<td style='text-align:center;'> <?=format_N($this->nettoyer($societeuser['fraisCarteImp'])) . " " . $_SESSION['devise_C']?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">06 <i class='bx bxs-right-arrow'></i></td>
<td colspan="2" class=" text-dark">
<?= _("Rapport Sinistres/Primes au délà duquel une famille est marquée comme à consommation trop élevée") ?>
</td>
<td style='text-align:center;'> <?=$this->nettoyer($societeuser['spAlertAdherent']) . " % "?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">07 <i class='bx bxs-right-arrow'></i></td>
<td colspan="2" class=" text-dark">
<?= _("Taux à appliquer à la prime non acquise en cas de retrait d'un assuré afin d'avoir la prime à ristourner. Exemple, pour une prime non acquise de 100 000, on retournera 75 000 si tauxRistourne = 75%") ?>
</td>
<td style='text-align:center;'> <?=$this->nettoyer($societeuser['tauxRistourne']) . " % "?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">08 <i class='bx bxs-right-arrow'></i></td>
<td colspan="2" class=" text-dark">
<?= _("Rapport Sinistres/Primes au dela duquel, il n'y aura plus de ristourne en cas de retrait d'un assuré. Exemple si le seuil est de 65% et que le S/P de la police est de 55%, on aura une retourne en cas de retrait. Par contre, dès que le S/P de la police atteindra 65%, tous les futurs retraits se feront sans ristourne") ?>
</td>
<td style='text-align:center;'> <?=$this->nettoyer($societeuser['seuilRistourne']) . " % "?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">09 <i class='bx bxs-right-arrow'></i></td>
<td colspan="2" class=" text-dark">
<?= _("Permettre l'archivage automatique des primes à l'incorporation des assurés ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['archivageAutomatiquePrime']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">10 <i class='bx bxs-right-arrow'></i></td>
<td colspan="2" class=" text-dark">
<?= _("Le bénéficiaire reçoit-il son numéro d'assuré par SMS, WhatsApp et/ou Mail ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['notificationSmsNumeroAssure']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">11 <i class='bx bxs-right-arrow'></i></td>
<td colspan="2" class=" text-dark">
<?= _("L'assuré principal reçoit en groupe, les numéros d'assurés de tous les membres de sa famille, par SMS, WhatsApp et/ou E-Mail ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['notificationGroupeNumeroAssure']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">12 <i class='bx bxs-right-arrow'></i></td>
<td colspan="2" class=" text-dark">
<?= _("Activer le paramétrage de la facturation d'un garant par produit ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['parametresFacturationGarantProduit']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">13 <i class='bx bxs-right-arrow'></i></td>
<td colspan="2" class=" text-dark">
<?= _("Permettre aux adhérents d'ajouter les photos de leurs familles au niveau du portail assuré ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['assureAjoutPhoto']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr style="background-color: #ffefd5;">
<td height="30" colspan="4" style='font-weight: bold; font-size:11pt;'> <?= "&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;". _("COMPTABILITE") ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-success">01 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("La valeur de l'écart toléré lorsqu'un encaissement de prime ou de facture garant est fait") ?>
</td>
<td style='text-align:center;'> <?=format_N($this->nettoyer($societeuser['EcartEncaissementTolerable'])) . " " . $_SESSION['devise_C']?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-success">02 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Le lettrage des encaissements garants se fait-il automatiquement ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['lettrageAutoGarant']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
</tbody>
</table>
</div>
<div id="Medical">
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:12pt;'>
<tbody>
<tr height="50">
<td height="30" colspan="3" style='text-align:center; font-weight: bold; background-color:#696969; color:#fff;'> <?= _("PARAMETRES") ?> </td>
<td style='text-align:center; font-weight: bold; ; background-color:#696969; color:#fff;' width="20%"> <?= _("VALEURS") ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' width="5%" class=" text-primary">01 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Activer les envois de SMS ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['envoismsactif']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' width="5%" class=" text-primary">02 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Activer les envois de messages par WhatsApp ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['envoismswhatsappactif']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">03 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Activer l'envoi de SMS/WhatsApp aux assurés ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['smsAssure']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">04 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Envoyer un SMS/WhatsApp à l'assuré à chaque facturation ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['smsmParFacture']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">05 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Envoyer un E-mail à l'assuré à chaque facturation ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['emailParFacture']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">06 <i class='bx bxs-right-arrow'></td>
<td colspan="2" 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;'>
<?php if ($societeuser['copieSmsPrestataireAssure']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">07 <i class='bx bxs-right-arrow'></td>
<td colspan="2" 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;'>
<?php if ($societeuser['seuilAlerteActif']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">08 <i class='bx bxs-right-arrow'></td>
<td colspan="2" 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;'> <?=format_N($this->nettoyer($societeuser['montantTotalExamen'])). " " . $_SESSION['devise_C'] ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">09 <i class='bx bxs-right-arrow'></td>
<td colspan="2" 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;'> <?=format_N($this->nettoyer($societeuser['montantTotalMedicament'])). " " . $_SESSION['devise_C'] ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">10 <i class='bx bxs-right-arrow'></td>
<td colspan="2" 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;'>
<?php if ($societeuser['accorderMedecinSouscripteur']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">11 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Délai de réponse accordé au médecin du souscripteur") ?>
</td>
<td style='text-align:center;'> <?= $this->nettoyer($societeuser['delaisReponseMedecinSouscripteur'])." ". _("Heure(s)") ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">12 <i class='bx bxs-right-arrow'></td>
<td colspan="2" 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;'>
<?php if ($societeuser['tousActesSoumisEntentePrealable']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">13 <i class='bx bxs-right-arrow'></td>
<td colspan="2" 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;'> <?= $this->nettoyer($societeuser['nombreActeEntentePrealable']) ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">14 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Activer l'application du tarif le plus bas parmi des tarifs négociés ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['appliquerTarifBas']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
</tbody>
</table>
</div>
<div id="Prestation">
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:12pt;'>
<tbody>
<tr >
<td height="30" colspan="3" style='text-align:center; font-weight: bold; background-color:#696969; color:#fff;'> <?= _("PARAMETRES") ?> </td>
<td style='text-align:center; font-weight: bold; background-color:#696969; color:#fff;' width="20%"> <?= _("VALEURS") ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr style="background-color: #ffefd5;">
<td height="30" colspan="4" style='font-weight: bold; font-size:11pt;'> <?= "&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;". _("CENTRES DE SOINS ET DENTISTERIES") ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' width="5%" class=" text-primary">01 <i class='bx bxs-right-arrow'></td>
<td colspan="2" 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;'>
<?php if ($societeuser['filtreMedecin']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">02 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Nombre maximum de médicaments pouvant être prescrit sur un bon de prise en charge") ?>
</td>
<td style='text-align:center;'> <?=$this->nettoyer($societeuser['nbMedicamentMax']) ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">03 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Nombre maximum de consultation spécialiste en une journée") ?>
</td>
<td style='text-align:center;'> <?=$this->nettoyer($societeuser['nbConsultationSpecialisteJour']) ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">04 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Âge maximum pour une consultation pédiatrique (En année)") ?>
</td>
<td style='text-align:center;'> <?=$this->nettoyer($societeuser['ageMaxiPediatrie']) ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">05 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Nombre maximum de consultation gratuite par jour") ?>
</td>
<td style='text-align:center;'> <?=$this->nettoyer($societeuser['nombreFeuilleGratuitJour']) ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">06 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Mode de biométrie activé") ?>
</td>
<td style='text-align:center;'>
<?php if (est_anglophone()) : ?>
<?=$this->nettoyer($societeuser['biometrieEng']) ?>
<?php else: ?>
<?=$this->nettoyer($societeuser['biometrie']) ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">07 <i class='bx bxs-right-arrow'></td>
<td colspan="2" 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;'> <?= $this->nettoyer($societeuser['nbTentativeBiometrie']) ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">08 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Permettre une prescription malgré un blocage révélé dans le barème de prestation ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['permettrePrescriptionSiCritereBareme']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">09 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Désignation de l'acte de consultation gratuite") ?>
</td>
<td style='text-align:center;'>
<?php if (est_anglophone()) : ?>
<?=$this->nettoyer($societeuser['acteConsultationGratuiteEng']) ?>
<?php else: ?>
<?=$this->nettoyer($societeuser['acteConsultationGratuite']) ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">10 <i class='bx bxs-right-arrow'></td>
<td colspan="2" 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;'> <?= $this->nettoyer($societeuser['quantiteMedicamentPermise']) ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">11 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Autoriser qu'un bon de consultation gratuite soit obligatoirement lié à un bon de consultation principal ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['autoriserUnBonPrincipal']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">12 <i class='bx bxs-right-arrow'></td>
<td colspan="2" 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;'>
<?php if ($societeuser['autoriserBonHospitAvantDate']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">13 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Interdire une prestation en cas de prime impayée ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['encaissementExige']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr style="background-color: #ffefd5;">
<td height="30" colspan="4" style='font-weight: bold; font-size:11pt;'> <?= "&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;". _("PHARMACIES") ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-success">01 <i class='bx bxs-right-arrow'></td>
<td colspan="2" 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;'>
<?php if ($societeuser['accesAjoutPh']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-success">02 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Permettre aux pharmaciens de compléter la prescription du médecin ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['ajoutPrescription']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-success">03 <i class='bx bxs-right-arrow'></td>
<td colspan="2" 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;'> <?=$this->nettoyer($societeuser['typeMargePrixMedicament']) ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-success">04 <i class='bx bxs-right-arrow'></td>
<td colspan="2" 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;'>
<?php if ($societeuser['appliquerMargePrixMedicament']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-success">05 <i class='bx bxs-right-arrow'></td>
<td colspan="2" 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>
<?php if($societeuser['typeMargePrixMedicament']=="Forfait"):?>
<td style='text-align:center;'> <?=format_N($this->nettoyer($societeuser['margePrixMedicament'])). " " . $_SESSION['devise_C'] ?> </td>
<?php else:?>
<td style='text-align:center;'> <?=format_N($this->nettoyer($societeuser['margePrixMedicament'])). " " . "%" ?> </td>
<?php endif;?>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-success">06 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Permettre l'application d'une marge sur le prix du médicament de substitution ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['appliquerMargePrixSubstitutMedicament']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-success">07 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Marge maximum acceptée entre le prix d'un médicament fourni par le système et celui de substitution") ?>
</td>
<?php if($societeuser['typeMargePrixMedicament']=="Forfait"):?>
<td style='text-align:center;'> <?=format_N($this->nettoyer($societeuser['margePrixSubstitutMedicament'])). " " . $_SESSION['devise_C'] ?> </td>
<?php else:?>
<td style='text-align:center;'> <?=format_N($this->nettoyer($societeuser['margePrixSubstitutMedicament'])). " " . "%" ?> </td>
<?php endif;?>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-success">08 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Interdire la vente partielle de médicaments en pharmacie ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['interdirVentePartielleMedicament']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-success">09 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Permettre aux pharmaciens de modifier le prix d'un médicament ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['prixMedicamentModifiable']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr style="background-color: #ffefd5;">
<td height="30" colspan="4" style='font-weight: bold; font-size:11pt;'> <?= "&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;". _("LABORATOIRES ET IMAGERIES") ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-secondary">01 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Permettre aux LABO de compléter la prescription du médecin ?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['ajoutPrescriptionExam']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
</tbody>
</table>
</div>