laboratoire d'analyses

Modifier le style des Fiches patients

Le style des résultats ainsi que les fiches résultats sont composés de blocs HTML que vous pouvez modifier et personnaliser.

Pour la modification des fiches patient:

Styles Résultats > Configuration avancée

Si vous n’avez pas ajouté des blocs HTML pour les fiches patient, le style par défaut sera utilisé.

Ajouter des blocs de code de styles des fiches patient

Note: vous devez respecter l’orthographe des clés: fiche_header, fiche_infopatient, fiche_bodycat, fiche_footer.

Ajoutez ces quatre clés avec leurs valeurs respectives dans le champ « code ».

Dans cet exemple : 

fiche_header

<html><body style="font-family: Times New Roman"><div id="myhead" style="line-height: 69%;">
<table width="100%">
<tbody>
<tr>
<td valign="top">
<p style="line-height: 70%;" align="center"><img src="{logo}" width="100" /></p>
</td>
<td width="100%">
<h2 style="line-height: 69%;" align="center"><strong>{title1}</strong></h2>
  <p style="line-height: 69%;" align="center">{mail}</p>
<p style="line-height: 69%;" align="center"><strong>{doctor}</strong></p>

fiche_infopatient

<table style="width:100%">
<tr>
<td>
<div align="left" style="margin-left:20px">
<table style="height:40px;">
<tbody style="font-size:14px">
<tr>
<td align="left">Date du prélèvement: </td>
<td align="left"><strong>{sampling_date}</strong></td>
</tr>
<tr>
<td align="left">Médecin: </td>
<td align="left"><strong>{tdoctor}</strong></td>
</tr>
<tr>
<td align="left"></td>

</tr>
<tr>
<td align="left"><strong>{extlabel}</strong></td>

</tr>
<tr>
<td align="left"><strong>{priorlabel}</strong></td>

</tr>
</tbody>
</table>
</div>
</td>
<td>
<div align="right" style="margin-right:39px; display: inline-block" >
<table style="height:40px;">
<tbody style="font-size:14px">
<tr>
<td colspan="2"><img src="{barcode}" /></td>
</tr>
<tr>
<td align="left" colspan="2"><h3>{name}</h3></td>
</tr>

<tr>
<td align="left">Sexe: </td>
<td align="left"><strong>{sex}</strong></td>
</tr>
<tr>
<td align="left">Age: </td>
<td align="left"><strong>{age}</strong></td>
</tr>
<tr>
<td align="left">Le: </td>
<td align="left"><strong>{date}</strong></td>
</tr>


<tr>
<td align="left">Numéro: </td>
<td align="left"><strong>{id}</strong></td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>

<p><strong>{clinic}</strong></p>
</div>
<p></p>
<h1 align="center">Fiche Patient</h1>

fiche_bodycat

<h2 align="center" style ="border-style: groove; padding:5px ">{fiche_bodycat}</h3>

fiche_footer

<hr>
<h3 align="right">Montant total: {total}</h3>
<h3 align="right">Payé: {paid}</h3>
<h3 align="right">Reste: {unpaid}</h3>

fiche_bodyparam

<strong>{fiche_bodyparam}</strong>

Note: n’oubliez pas d’enregistrer les modifications.

Résultat: