Prolab LIS Templates : Results

HBS Template Structure <!DOCTYPE html> <html lang=”fr”> <head> <meta charset=”UTF-8″> <title>Rapport de Résultats</title> <style> /* CSS styles */ </style> </head> <body> <div class=”report-container”> {{{reportHeader}}} {{{patientInfo}}} {{{barcode}}} <table> <thead> <tr> <th>Test</th> <th>Résultat</th> <th>Unités</th> <th>Valeurs de Référence</th> <th>Précédent</th> </tr> </thead> <tbody> {{{testResults}}}…

Continue reading

Prolab LIS Templates : Quotes

HBS Template Structure <!DOCTYPE html> <html lang=”fr”> <head> <meta charset=”UTF-8″> <title>Devis</title> <style> /* CSS styles */ </style> </head> <body> {{{quoteHeader}}} {{{customerInfo}}} <table class=”params-table”> <thead> <tr> <th>Column headers</th> </tr> </thead> <tbody> {{{quoteLines}}} </tbody> {{{quoteSummary}}} {{{paymentTerms}}} {{{notes}}} {{{termsAndConditions}}} {{{footer}}} </body> </html> JSON…

Continue reading

Prolab LIS Templates : Invoices

HBS Template Structure <!DOCTYPE html> <html lang=”fr”> <head> <meta charset=”UTF-8″> <title>Facture</title> <style> /* CSS styles */ </style> </head> <body> {{{invoiceHeader}}} {{{customerInfo}}} <table class=”params-table”> <thead> <tr> <th>Column headers</th> </tr> </thead> <tbody> {{{invoiceLines}}} </tbody> {{{invoiceSummary}}} {{{paymentTerms}}} {{{notes}}} {{{termsAndConditions}}} {{{footer}}} </body> </html> JSON…

Continue reading