Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <data>
- <xpath expr="/t[@t-name='studio_report_document']" position="replace" mode="inner">
- <t t-call="web.external_layout">
- <div class="page">
- <div class="oe_structure">
- <span> À remettre au patient AR 2.3 de MDR</span>
- <h1 class="text-center">
- <font style="color: rgb(175, 189, 116);">DÉCLARATION DE CONFORMITÉ
- <span t-field="doc.display_name">nom</span>
- </font>
- </h1>
- <p>
- <u>
- <b>NOTIFICATION N°</b>
- </u>: BE/CA01/1-03613-00001.</p>
- <p>(<u>
- <b>Responsable qualité</b>
- </u>) RQ : BONJOUR Alain</p>(<u>
- <b>Responsable produit</b>
- </u>) RP : BONJOUR Alain<br/>
- <hr/>
- <p class="text-center">
- <strong>Nom du PRACTIEN PRESCRIPTEUR :
- </strong>
- <br/>
- <br/>
- <strong t-field="doc.partner_shipping_id" t-options="{"widget": "contact", "fields": ["address", "name"], "no_marker": True}"/>
- </p>
- <hr/>
- <p class="text-center">
- <u>
- </u>
- <strong>
- <u>Destiné à l’usage exclusif du patient</u>
- </strong> :<u>
- </u>
- <strong>
- </strong>
- <br/>
- <br/>
- <strong t-field="doc.x_studio_patient"/>
- </p>
- <hr/>
- <p style="margin-bottom: 0px;">
- <span class="base-fs">Un mode d'emploi a été fourni à chaque praticien prescripteur.</span>
- </p>
- <p style="margin-bottom: 0px;">
- <span class="base-fs">Caractéristiques du dispositif sur mesure : voir ci-dessous numéro de fiche :</span>
- </p>
- <p style="margin-bottom: 0px;">
- <span class="base-fs">Conformité du dispositif (UE) 2017/745 .</span>
- </p>
- <p style="margin-bottom: 0px;">
- <span class="base-fs">Dispositif conforme aux exigences générales en matière de sécurité et performance énoncées à l'annexe 1.</span>
- </p>
- <p style="margin-bottom: 0px;">
- <span class="base-fs">Attention il peut exister une incompatibilité avec des métaux ou alliages déjà présent chez le patient.</span>
- </p>
- <p style="margin-bottom: 0px;">
- <br/>
- </p>
- <p style="margin-bottom: 0px;">REMARQUES EVENTUELLES PAR RAPPORT AU DISPOSITIF:</p>
- <p style="margin-bottom: 0px;">
- <br/>
- </p>
- <p class="text-center" style="margin-bottom: 0px;">
- <strong>
- <u>Fait à: ANDERLECHT</u>
- </strong>
- <span class="oe-tabs" style="width: 25.2px;"/> Date:
- <strong t-field="doc.x_studio_delivery_date"/> EN 2 EXEMPLAIRES</p>
- <p/>
- <hr/>
- <p> DESCRIPTION DU DISPOSITIF :</p>
- <table class="table table-sm">
- <tbody>
- <tr t-foreach="doc.order_line" t-as="line" t-if="line.x_studio_lot_serial_number_ids">
- <td>
- <span t-field="line.name"/>
- </td>
- </tr>
- </tbody>
- </table>
- <p> Produits utilisés et numéros des lots voir ci-dessous.</p>
- <table class="table table-sm">
- <tr t-foreach="doc.order_line" t-as="line" t-if="line.x_studio_lot_serial_number_ids">
- <tr class="border-bottom border-top-0 border-start-0 border-end-0 border-2 border-dark fw-bold">
- <td style="background-color: rgb(181, 214, 165);">Produit</td>
- <td style="background-color: rgb(181, 214, 165);">
- <p>SN</p>
- </td>
- <td style="background-color: rgb(181, 214, 165);">
- <p>Fabriquant</p>
- </td>
- </tr>
- <tr t-foreach="line.x_studio_lot_serial_number_ids" t-as="lot">
- <td>
- <span t-field="lot.product_id"/>
- </td>
- <td>
- <p>
- <span t-field="lot.name"/>
- </p>
- </td>
- <td>
- <p>
- <span t-field="lot.x_studio_supplier_id"/>
- </p>
- </td>
- </tr>
- <p>
- <br/>
- </p>
- </tr>
- </table>
- </div>
- </div>
- </t>
- </xpath>
- </data>
Add Comment
Please, Sign In to add comment