| Parameters |
Baby |
Mother |
Father |
Hemogram Done on: {{ $test->hemogram ? $test->hemogram->date : '' }} |
| RBC Count |
x10 /L |
{{ $test->hemogram ? $test->rbc_baby : '' }} |
{{ $test->hemogram ? $test->hemogram->rbc_mother : '' }} |
{{ $test->hemogram ? $test->hemogram->rbc_father : '' }} |
Remarks: {{ $test->hemogram ? $test->hemogram->remarks : '' }} |
| HEMOGLOBIN |
g/dl |
{{ $test->hemogram ? $test->hemogram->hemo_baby : '' }} |
{{ $test->hemogram ? $test->hemogram->hemo_mother : '' }} |
{{ $test->hemogram ? $test->hemogram->hemo_father : '' }} |
| HEMATOCRIT |
% |
{{ $test->hemogram ? $test->hemogram->hema_baby : '' }} |
{{ $test->hemogram ? $test->hemogram->hema_mother : '' }} |
{{ $test->hemogram ? $test->hemogram->hema_father : '' }} |
| MCV |
fL |
{{ $test->hemogram ? $test->hemogram->mcv_baby : '' }} |
{{ $test->hemogram ? $test->hemogram->mcv_mother : '' }} |
{{ $test->hemogram ? $test->hemogram->mcv_father : '' }} |
| MCH |
pg |
{{ $test->hemogram ? $test->hemogram->mch_baby : '' }} |
{{ $test->hemogram ? $test->hemogram->mch_mother : '' }} |
{{ $test->hemogram ? $test->hemogram->mch_father : '' }} |
| MCHC |
g/L |
{{ $test->hemogram ? $test->hemogram->mchc_baby : '' }} |
{{ $test->hemogram ? $test->hemogram->mchc_mother : '' }} |
{{ $test->hemogram ? $test->hemogram->mchc_father : '' }} |