| Patient Name: | {{ $record->mother->expectantMother->mother_full_name ?? $record->mother->name }} | IC Number: | {{ $record->mother->expectantMother->ic_number ?? 'N/A' }} |
| Visit Date: | {{ $record->visit_date->format('d/m/Y') }} | Color Code: | {{ strtoupper($record->mother->expectantMother->current_color_code ?? $record->mother->expectantMother->color_code ?? 'WHITE') }} |
Untuk: Ibu Diabetes
Sasaran: Pre meal ≤5.3mmol/L, 1H post meal ≤7.8mmol/L, 2H post meal ≤6.7mmol/L
⚠️ Awasi: Tanda-tanda hypoglasemia dan bacaan tidak boleh ≤4.0 mmol/L
| Parameter | Value |
|---|---|
| Tarikh | {{ $formatDate($getData('date')) }} |
| Meal Time | Reading (mmol/L) |
|---|---|
| Pre/Post Breakfast | {{ $getData('breakfast') ?: 'Not recorded' }} |
| Pre/Post Lunch | {{ $getData('lunch') ?: 'Not recorded' }} |
| Pre/Post Dinner | {{ $getData('dinner') ?: 'Not recorded' }} |
| Pre Bed | {{ $getData('pre_bed') ?: 'Not recorded' }} |
| Nurse Name: | {{ $testResult->performedByNurse->name ?? 'N/A' }} |
| Date Recorded: | {{ $testResult->performed_at ? \Carbon\Carbon::parse($testResult->performed_at)->format('d/m/Y H:i') : 'N/A' }} |