| Name |
: |
{{ isset($pt_data['items']['PatientName']) ? strtoupper(strtolower($pt_data['items']['PatientName'])) : '' }} |
Age |
: |
{{ $pt_data['items']['Age'] ?? '' }} |
Gender |
: |
{{ $pt_data['items']['Gender'] ?? '' }} |
| UHID No |
: |
{{ $pt_data['items']['MrdNo'] ?? '' }} |
Visit No |
: |
{{ $queue_data['items']['VisitNo'] ?? ($opto_data['items']['VisitNo'] ?? '') }} |
Date |
: |
{{ isset($opto_data['items']['VisitDate']) ? date('d/m/Y', strtotime(str_replace('-', '/', $opto_data['items']['VisitDate']))) : '' }} |
@if($hasPatientVitalsRow)
| Weight |
: |
{{ $wPrint ?? '' }} |
Temp |
: |
{{ $tPrint ?? '' }} |
Height |
: |
{{ $hPrint ?? '' }} |
@endif
@if($hasAddressRow)
| Address |
: |
{{ strtoupper(strtolower($addrRaw)) }} |
@endif
@if($hasClinicalTable)
@if($filled($consult_data['items']['Diagnosis'] ?? null))
| Diagnosis :{{ $consult_data['items']['Diagnosis'] }} |
@endif
@if($filled($complaintsPrint))
| Presenting Complaints : |
{{ $complaintsPrint }} |
@endif
@if($filled($opto_data['items']['PastHistory'] ?? null))
| Past History : |
{{ $opto_data['items']['PastHistory'] }} |
@endif
@if($filled($opto_data['items']['MedicalHistory'] ?? null))
| Birth History : |
{{ $opto_data['items']['MedicalHistory'] }} |
@endif
@if($hasVitalsPrint)
| General Examination |
|
H.R : {{ $opto_data['items']['DmFrom'] ?? '' }} / Min
R.R : {{ $opto_data['items']['HtFrom'] ?? '' }}/ Min
Sp.O2 : {{ $opto_data['items']['CadFrom'] ?? '' }}%
B.P : {{ $opto_data['items']['ProstFrom'] ?? '' }} MMof Hg
H.C : {{ $opto_data['items']['CopdFrom'] ?? '' }} CM
|
@endif
@if($hasSystemExamPrint)
| System Examination |
@endif
@if($filled($consult_data['items']['ExamRs'] ?? null))
| R.S |
{{ $consult_data['items']['ExamRs'] }} |
@endif
@if($filled($consult_data['items']['ExamCvs'] ?? null))
| C.V.S |
{{ $consult_data['items']['ExamCvs'] }} |
@endif
@if($filled($consult_data['items']['ExamThroat'] ?? null))
| THROAT |
{{ $consult_data['items']['ExamThroat'] }} |
@endif
@if($filled($consult_data['items']['ExamCns'] ?? null))
| C.N.S |
{{ $consult_data['items']['ExamCns'] }} |
@endif
@if($filled($consult_data['items']['ExamPa'] ?? null))
| P.A |
{{ $consult_data['items']['ExamPa'] }} |
@endif
@if($filled($consult_data['items']['ExamOther'] ?? null))
| Other |
{{ $consult_data['items']['ExamOther'] }} |
@endif
@if($showInvVacDivider)
|
@endif
@if($hasInvPrint)
| INVESTIGATION : |
{{ $consult_data['items']['InvStName'] }} |
@endif
@if($hasVacPrint)
| VACCINATION : |
{{ $consult_data['items']['Vaccination'] ?? '' }}@if($filled($consult_data['items']['VaccinationAmount'] ?? null)) (₹{{ $consult_data['items']['VaccinationAmount'] }})@endif |
@endif
@endif
@if($showTreatmentTable)
@if(!empty($DocName))Dr. {{ $DocName }}@endif