@php $analysis = $data[0]; $logo = $data[1]; $validators = \App\Models\AnalyseValideBy::where('patient_analyse_id', $analysis->id)->get(); @endphp
|
Laboratoire d'analyse: EXIMED Senlims Téléphone: +221 33 800 00 00 Téléphone: +221 77 800 00 00 Email: Contact@senlims.com Siteweb: www.senlims.com Médecin Prescripteur: {{$analysis->analysis->prescriber->first_name}} {{$analysis->analysis->prescriber->last_name}} {{$analysis->analysis->prescriber->speciality->name}} |
RESULTAT D'ANALYSEInformation du patient:{{$analysis->analysis->patient->first_name}} {{$analysis->analysis->patient->last_name}} Date de naissance: {{$analysis->analysis->patient->d_of_birth}} Téléphone: {{$analysis->analysis->patient->country_code_phone}} {{$analysis->analysis->patient->phone}} Email: {{$analysis->analysis->patient->email}} Adresse: {{$analysis->analysis->patient->primary_address}} Numéro dossier Patient: {{$analysis->analysis->patient->code}} |
| Status | Numéro | Prélevé le | Terminé le |
| {{$analysis->status}} ({{$analysis->status_signification}}) | {{$analysis->reference}} | {{$analysis->collected_at}} | {{$analysis->delivery_date}} |
| {{$result->name}} | Pourcentage | Valeur Usuel | Antériorités |
| {{$result->value}} / {{$result->unit}} | {{$result->percentage}} % | ({{$result->template->s_min}} - {{$result->template->s_max}}) | {{anteriority($analysis->id, $result->template->id)}} |
| Prix de l'analyse: {!! formatpriceth($analysis->analyseType->price, getCurrency()) !!} | |
|
Total Général: {!! formatpriceth($analysis->analyseType->price, getCurrency()) !!} |
|
| Prise en charge : {{patientCare($analysis->analysis->patient_care_id)->name}} ({{careRate($analysis->analysis->patient_care_id)}}%) | |
| Montant de remise: -{!! formatpriceth(($analysis->analyseType->price*careRate($analysis->analysis->patient_care_id))/100, getCurrency()) !!} | |
|
Total Général: {!! formatpriceth($analysis->analyseType->price -($analysis->analyseType->price*careRate($analysis->analysis->patient_care_id))/100 , getCurrency()) !!} |
|
| EXIMED SENLIMS Vous remercie ! | |
|
Vous avez besoin d'aide , y'a t'il une erreur de notre part ? Contactez nous sur par téléphone ou par email |
|
| Réglement | Montant dû Aujourd'hui | Date de paiement | |
| {!! formatpriceth($reglement->montant_recu, getCurrency()) !!} paiement par {{$reglement->paiements_mode}} | {!! formatpriceth($analysis->total - $analysis->reglements->sum('montant_recu'), getCurrency()) !!} |
|