df
This commit is contained in:
parent
9781c04aad
commit
14318b8224
|
|
@ -92,7 +92,7 @@
|
|||
<table class="table table-hover align-middle mb-0">
|
||||
<tbody>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge-ghost bg-primary-ghost">08</span></td>
|
||||
<td class="text-center"><span class="badge-ghost bg-info-ghost">08</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Déclencher une entente préalable si le seuil du montant total des examens prescrits est dépassé.") ?></td>
|
||||
<td class="text-center bg-light text-muted fw-bold"><?= format_N($this->nettoyer($societeuser['montantTotalExamen'])) ?></td>
|
||||
<td>
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge-ghost bg-primary-ghost">09</span></td>
|
||||
<td class="text-center"><span class="badge-ghost bg-info-ghost">09</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Déclencher une entente préalable si le seuil du montant total des médicaments prescrits est dépassé.") ?></td>
|
||||
<td class="text-center bg-light text-muted fw-bold"><?= format_N($this->nettoyer($societeuser['montantTotalMedicament'])) ?></td>
|
||||
<td>
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td width="5%" class="text-center"><span class="badge-ghost bg-primary-ghost">10</span></td>
|
||||
<td width="5%" class="text-center"><span class="badge-ghost bg-info-ghost">10</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Autoriser le médecin du souscripteur à recevoir et traiter les ententes préalables.") ?></td>
|
||||
<td width="15%" class="text-center bg-light text-muted fw-bold">
|
||||
<?php $med = ($societeuser['accorderMedecinSouscripteur'] == "1"); ?>
|
||||
|
|
@ -129,7 +129,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge-ghost bg-primary-ghost">11</span></td>
|
||||
<td class="text-center"><span class="badge-ghost bg-info-ghost">11</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Délai de réponse alloué au médecin du souscripteur.") ?></td>
|
||||
<td class="text-center bg-light text-muted fw-bold"><?= $this->nettoyer($societeuser['delaisReponseMedecinSouscripteur']) ?></td>
|
||||
<td>
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td width="5%" class="text-center"><span class="badge-ghost bg-primary-ghost">12</span></td>
|
||||
<td width="5%" class="text-center"><span class="badge-ghost bg-info-ghost">12</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Tout acte en entente préalable entraîne la soumission complète de la prescription.") ?></td>
|
||||
<td width="15%" class="text-center bg-light text-muted fw-bold">
|
||||
<?php $med = ($societeuser['tousActesSoumisEntentePrealable'] == "1"); ?>
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge-ghost bg-primary-ghost">13</span></td>
|
||||
<td class="text-center"><span class="badge-ghost bg-info-ghost">13</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Déclencher une entente préalable au dépassement du nombre d'actes par prescription.") ?></td>
|
||||
<td class="text-center bg-light text-muted fw-bold"><?= $this->nettoyer($societeuser['nombreActeEntentePrealable']) ?></td>
|
||||
<td>
|
||||
|
|
@ -165,7 +165,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td width="5%" class="text-center"><span class="badge-ghost bg-primary-ghost">14</span></td>
|
||||
<td width="5%" class="text-center"><span class="badge-ghost bg-info-ghost">14</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Appliquer automatiquement le tarif négocié le plus bas.") ?></td>
|
||||
<td width="15%" class="text-center bg-light text-muted fw-bold">
|
||||
<?php $med = ($societeuser['appliquerTarifBas'] == "1"); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user