@extends('layouts.printForm')
@section('title', 'Patient Empty Form')
@section('content')
Name: | {{$patient->firstname}} {{$patient->lastname}} |
Date: | {{date('d/m/Y')}} | Evidence: @if (!empty($sinedria->evidence)) {{ $sinedria->evidence }}@endif | Priority: @if (!empty($sinedria->priority)) {{ $sinedria->priority }} @endif |
DOB: | {{$patient->birthdate}} |
Phone: | {{ $patient->phone}} / {{ $patient->mobile}} |
AMKA: | {{ $patient->amka}} |
Referring physician: | {{ $patient->parapompi}} |
GP: | {{ $patient->gp}} |
Ταμείο: | {{ $patient->tameio}} |
Presenting Complaint |
| |
| |
| |
| |
| |
| |
Past Medical History | Social History |
{!! $patient->history !!} | Smoking: {{ $patient->smoking}} |
ETH: {{ $patient->eth}} |
| |
Drug History – Drug Allergy |
@if (!empty($patient->history_drug))
{!! $patient->history_drug !!} |
@else | |
@endif
Clinical Examination |
Rinne R | | Rinne L | | WEBER | | Tymp R | | Tymp L | |
Otoscopy: |
PTA: |
| |
Tonsil grade | | Malampati grade | |
Oral cavity/ Oropharynx: |
Endoscopy: |
Neurotology: |
Neck: |
Impression – D. Diagnosis |
| |
| |
| |
| |
| |
Treatment plan |
| |
| |
| |
| |
| |
@endsection