@if ($test->groupHeader->show_baby_only)
| Hemogram | Remarks | ||||||
| HGB | HCT | RBC | MCV | MCH | MCHC | RDW | {{ nl2br(e($test->hemogram ? $test->hemogram->remarks : '')) }} |
| {{ $test->hemogram ? $test->hemogram->hemo_baby : '' }} | {{ $test->hemogram ? $test->hemogram->hema_baby : '' }} | {{ $test->hemogram ? $test->hemogram->rbc_baby : '' }} | {{ $test->hemogram ? $test->hemogram->mcv_baby : '' }} | {{ $test->hemogram ? $test->hemogram->mch_baby : '' }} | {{ $test->hemogram ? $test->hemogram->mchc_baby : '' }} | {{ $test->hemogram ? $test->hemogram->rdw_baby : '' }} | |
HEMOGRAM
| Parameters | Patient | @if ($test->groupHeader->show_mother)Mother | @endif @if ($test->groupHeader->show_father)Father | @endifRemarks: {{ $test->hemogram ? $test->hemogram->date : '' }} | |
|---|---|---|---|---|---|
| RBC Count | x10 /L | {{ $test->hemogram ? $test->hemogram->rbc_baby : '' }} | @if ($test->groupHeader->show_mother){{ $test->hemogram ? $test->hemogram->rbc_mother : '' }} | @endif @if ($test->groupHeader->show_father){{ $test->hemogram ? $test->hemogram->rbc_father : '' }} | @endif{!! nl2br(e($test->hemogram ? $test->hemogram->remarks : '')) !!} |
| HEMOGLOBIN | g/dl | {{ $test->hemogram ? $test->hemogram->hemo_baby : '' }} | @if ($test->groupHeader->show_mother){{ $test->hemogram ? $test->hemogram->hemo_mother : '' }} | @endif @if ($test->groupHeader->show_father){{ $test->hemogram ? $test->hemogram->hemo_father : '' }} | @endif|
| HEMATOCRIT | % | {{ $test->hemogram ? $test->hemogram->hema_baby : '' }} | @if ($test->groupHeader->show_mother){{ $test->hemogram ? $test->hemogram->hema_mother : '' }} | @endif @if ($test->groupHeader->show_father){{ $test->hemogram ? $test->hemogram->hema_father : '' }} | @endif|
| MCV | fL | {{ $test->hemogram ? $test->hemogram->mcv_baby : '' }} | @if ($test->groupHeader->show_mother){{ $test->hemogram ? $test->hemogram->mcv_mother : '' }} | @endif @if ($test->groupHeader->show_father){{ $test->hemogram ? $test->hemogram->mcv_father : '' }} | @endif|
| MCH | pg | {{ $test->hemogram ? $test->hemogram->mch_baby : '' }} | @if ($test->groupHeader->show_mother){{ $test->hemogram ? $test->hemogram->mch_mother : '' }} | @endif @if ($test->groupHeader->show_father){{ $test->hemogram ? $test->hemogram->mch_father : '' }} | @endif|
| MCHC | g/L | {{ $test->hemogram ? $test->hemogram->mchc_baby : '' }} | @if ($test->groupHeader->show_mother){{ $test->hemogram ? $test->hemogram->mchc_mother : '' }} | @endif @if ($test->groupHeader->show_father){{ $test->hemogram ? $test->hemogram->mchc_father : '' }} | @endif|