dg
This commit is contained in:
parent
14318b8224
commit
c64c8cc4af
|
|
@ -252,7 +252,7 @@
|
|||
foreach($comms as $c):
|
||||
$status = ($societeuser[$c[2]] == "1"); ?>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold"><?= $c[0] ?></span></td>
|
||||
<td class="text-center"><span class="badge bg-info-ghost text-primary fw-bold"><?= $c[0] ?></span></td>
|
||||
<td class="text-muted fw-bold"><?= $c[1] ?></td>
|
||||
<td class="text-center border-start">
|
||||
<span class="badge rounded-pill px-3 py-2 <?= $status ? 'bg-success-ghost text-success' : 'bg-danger-ghost text-danger' ?>">
|
||||
|
|
@ -279,7 +279,7 @@
|
|||
<table class="table table-hover align-middle mb-0">
|
||||
<tbody>
|
||||
<tr class="searchable-row">
|
||||
<td width="8%" class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold">08</span></td>
|
||||
<td width="8%" class="text-center"><span class="badge bg-info-ghost text-primary fw-bold">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 width="20%" class="text-center border-start bg-light">
|
||||
<span class="fw-bold text-primary fs-5"><?= format_N($this->nettoyer($societeuser['montantTotalExamen'])) ?></span>
|
||||
|
|
@ -287,7 +287,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold">09</span></td>
|
||||
<td class="text-center"><span class="badge bg-info-ghost text-primary fw-bold">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 border-start bg-light">
|
||||
<span class="fw-bold text-primary fs-5"><?= format_N($this->nettoyer($societeuser['montantTotalMedicament'])) ?></span>
|
||||
|
|
@ -296,7 +296,7 @@
|
|||
</tr>
|
||||
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold">10</span></td>
|
||||
<td class="text-center"><span class="badge bg-info-ghost text-primary fw-bold">10</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Autoriser le médecin du souscripteur à recevoir et traiter les ententes préalables.") ?></td>
|
||||
<td class="text-center border-start">
|
||||
<?php $med = ($societeuser['accorderMedecinSouscripteur'] == "1"); ?>
|
||||
|
|
@ -306,7 +306,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold">11</span></td>
|
||||
<td class="text-center"><span class="badge bg-info-ghost text-primary fw-bold">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 border-start bg-light">
|
||||
<span class="fw-bold text-muted"><?= $this->nettoyer($societeuser['delaisReponseMedecinSouscripteur']) ?></span>
|
||||
|
|
@ -315,7 +315,7 @@
|
|||
</tr>
|
||||
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold">12</span></td>
|
||||
<td class="text-center"><span class="badge bg-info-ghost text-primary fw-bold">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 class="text-center border-start">
|
||||
<?php $tous = ($societeuser['tousActesSoumisEntentePrealable'] == "1"); ?>
|
||||
|
|
@ -325,14 +325,14 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold">13</span></td>
|
||||
<td class="text-center"><span class="badge bg-info-ghost text-primary fw-bold">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 border-start bg-light fw-bold text-info fs-5">
|
||||
<?= $this->nettoyer($societeuser['nombreActeEntentePrealable']) ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge bg-primary-ghost text-primary fw-bold">14</span></td>
|
||||
<td class="text-center"><span class="badge bg-info-ghost text-primary fw-bold">14</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Appliquer automatiquement le tarif négocié le plus bas.") ?></td>
|
||||
<td class="text-center border-start">
|
||||
<?php $tarif = ($societeuser['appliquerTarifBas'] == "1"); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user