@extends('adminlte::page') @section('title', 'Iassis ORL') @section('content_header')

Νέα Συνεδρία

@stop @section('content')

Στοιχεία Ασθενή: {{ $patient->firstname }} {{ $patient->lastname }}

Διεύθυνση: {{ $patient->address}} {{ $patient->city}} {{ $patient->tk}}
Σταθερο Τηλ: {{ $patient->phone}} / Κιν. Τηλ: {{ $patient->mobile}} / email: {{ $patient->email}}
Ημερομηνία Γέννησης: @if ($patient->birthdate > '1970/1/1') {{date('d/m/Y', strtotime($patient->birthdate)) }} @endif / Status: {{ $patient->status}} / Smoking: {{ $patient->smoking}}
ΑΜΚΑ: {{ $patient->amka}} / Ταμείο: {{ $patient->tameio}} / Referring physician: {{ $patient->parapompi}}
Ιστορικό {!! $patient->history !!}
Drug History - Drug Allergy {!! $patient->istoriko_drug !!}
Παρατηρήσεις {!! $patient->comments !!}
{!! Form::open(['url' => 'patients/createSinedria']) !!}
{!! Form::label('sinedriadate', 'Ημερομηνία:',['class'=>'col-sm-2 col-form-label']) !!}
{!! Form::date('sinedriadate',null,['class'=>'form-control input-sm','required'=>'required']) !!}
Τελευταία συνεδρία: @if ($lastsinedria) {{$lastsinedria->sinedriadate}} @endif
{!! Form::label('presenting_complaint', 'Presenting complaint:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::textarea('presenting_complaint',null,['class'=>'form-control', 'rows'=>7]) !!}
{!! Form::label('diagnosis', 'Diagnosis:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::textarea('diagnosis',null,['class'=>'form-control', 'rows'=>4]) !!}
{!! Form::label('treatment', 'Treatment:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::textarea('treatment',null,['class'=>'form-control', 'rows'=>4]) !!}
{!! Form::label('evidence', 'Evidence:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::select('evidence', $evidenceList, NULL, array('placeholder' => 'Επιλέξτε ...', 'class' => 'form-control input-sm')) !!}
{!! Form::label('priority', 'Priority:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::select('priority', $priorityList, NULL, array('placeholder' => 'Επιλέξτε ...', 'class' => 'form-control input-sm')) !!}
{!! Form::label('check_surgery', 'Χειρουργείο:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::radio('check_surgery', 'ΝΑΙ') !!} ΝΑΙ   {!! Form::radio('check_surgery', 'ΟΧΙ') !!} ΟΧΙ
{!! Form::label('check_earphones', 'Ακουστικά:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::radio('check_earphones', 'ΝΑΙ') !!} ΝΑΙ   {!! Form::radio('check_earphones', 'ΟΧΙ') !!} ΟΧΙ
{!! Form::label('check_night_oximetry', 'Οξυμετρία:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::radio('check_night_oximetry', 'ΝΑΙ') !!} ΝΑΙ   {!! Form::radio('check_night_oximetry', 'ΟΧΙ') !!} ΟΧΙ
{!! Form::label('recipe', 'Recipe:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::textarea('recipe',null,['class'=>'form-control input-sm', 'rows'=>4]) !!}
{!! Form::label('clinical_rinne_r', 'Rinne R:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::select('clinical_rinne_r', $rinneList, NULL, array('placeholder' => 'Επιλέξτε ...', 'class' => 'form-control input-sm')) !!}
{!! Form::label('clinical_rinne_l', 'Rinne L:',['class'=>'col-sm-2 col-form-label']) !!}
{!! Form::select('clinical_rinne_l', $rinneList, NULL, array('placeholder' => 'Επιλέξτε ...', 'class' => 'form-control input-sm')) !!}
{!! Form::label('clinical_weber', 'Weber:',['class'=>'col-sm-2 col-form-label']) !!}
{!! Form::select('clinical_weber', $weberList, NULL, array('placeholder' => 'Επιλέξτε ...', 'class' => 'form-control input-sm')) !!}
{!! Form::label('clinical_tymp_r', 'Tymp R:',['class'=>'col-sm-2 col-form-label']) !!}
{!! Form::select('clinical_tymp_r', $tympList, NULL, array('placeholder' => 'Επιλέξτε ...', 'class' => 'form-control input-sm')) !!}
{!! Form::label('clinical_tymp_l', 'Tymp L:',['class'=>'col-sm-2 col-form-label']) !!}
{!! Form::select('clinical_tymp_l', $tympList, NULL, array('placeholder' => 'Επιλέξτε ...', 'class' => 'form-control input-sm')) !!}
{!! Form::label('clinical_otoscopy', 'Otoscopy:',['class'=>'col-sm-2 input-group-sm']) !!}
@foreach ($listclinical_otoscopy as $list)
{!! Form::label('clinical_pta', 'PTA:',['class'=>'col-sm-2 col-form-label']) !!}
@foreach ($listclinical_pta as $list)
{!! Form::label('clinical_tonsil_grade', 'Tonsil Grade:',['class'=>'col-sm-2 col-form-label']) !!}
{!! Form::select('clinical_tonsil_grade', $tonsilList, NULL, array('placeholder' => 'Επιλέξτε ...', 'class' => 'form-control input-sm')) !!}
{!! Form::label('clinical_malampati_grade', 'Malampati Grade:',['class'=>'col-sm-3 col-form-label']) !!}
{!! Form::select('clinical_malampati_grade', $malapantiList, NULL, array('placeholder' => 'Επιλέξτε ...', 'class' => 'form-control input-sm')) !!}
{!! Form::label('clinical_oral_cavity', 'Oral Cavity / Oropharynx:',['class'=>'col-sm-3 col-form-label']) !!}
@foreach ($listclinical_oral_cavity as $list)
{!! Form::label('clinical_endoscopy', 'Rhinoscopy – Laryngoscopy:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::textarea('clinical_endoscopy',null,['class'=>'form-control', 'rows'=>3]) !!}
{!! Form::label('pnif_before', 'PNIF πριν:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::text('pnif_before', null, ['class'=>'form-control']) !!}
{!! Form::label('pnif_after', 'PNIF μετά:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::text('pnif_after', null, ['class'=>'form-control']) !!}
{!! Form::label('vallecula', 'Vallecula:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::radio('vallecula', 'ΝΑΙ') !!} ΝΑΙ   {!! Form::radio('vallecula', 'ΟΧΙ') !!} ΟΧΙ
{!! Form::label('clinical_neurotology', 'Neurotology:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::textarea('clinical_neurotology',null,['class'=>'form-control', 'rows'=>3]) !!}
{!! Form::label('clinical_neck', 'Neck:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::textarea('clinical_neck',null,['class'=>'form-control', 'rows'=>3]) !!}
{!! Form::label('height', 'Ύψος:',['class'=>'col-sm-1 input-group-sm']) !!}
{!! Form::text('height', null, ['class'=>'form-control']) !!}
{!! Form::label('weight', 'Βάρος:',['class'=>'col-sm-1 input-group-sm']) !!}
{!! Form::text('weight', null, ['class'=>'form-control']) !!}
{!! Form::label('neck', 'Λαιμός:',['class'=>'col-sm-1 input-group-sm']) !!}
{!! Form::text('neck', null, ['class'=>'form-control']) !!}
{!! Form::label('waist', 'Μέση:',['class'=>'col-sm-1 input-group-sm']) !!}
{!! Form::text('waist', null, ['class'=>'form-control']) !!}
{!! Form::label('hips', 'Γοφοί:',['class'=>'col-sm-1 input-group-sm']) !!}
{!! Form::text('hips', null, ['class'=>'form-control']) !!}
{!! Form::label('ess', 'ESS:',['class'=>'col-sm-1 input-group-sm']) !!}
{!! Form::text('ess', null, ['class'=>'form-control']) !!}
{!! Form::label('spo2', 'SpO2:',['class'=>'col-sm-1 input-group-sm']) !!}
{!! Form::text('spo2', null, ['class'=>'form-control']) !!}
{!! Form::label('stop_bang', 'Stop-Bang:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::select('stop_bang', $stopBangList, NULL, array('placeholder' => 'Επιλέξτε ...', 'class' => 'form-control input-sm')) !!}
{!! Form::label('snoring_open', 'Ροχαλητό με ανοικτο:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::radio('snoring_open', 'ΝΑΙ') !!} ΝΑΙ   {!! Form::radio('snoring_open', 'ΟΧΙ') !!} ΟΧΙ
{!! Form::label('snoring_close', 'Ροχαλητό με κλειστο:',['class'=>'col-sm-2 input-group-sm']) !!}
{!! Form::radio('snoring_close', 'ΝΑΙ') !!} ΝΑΙ   {!! Form::radio('snoring_close', 'ΟΧΙ') !!} ΟΧΙ
{!! Form::label('muller_glossa', 'Δοκιμασία Muller - Βάση Γλώσσας:',['class'=>'col-sm-3 input-group-sm']) !!}
{!! Form::select('muller_glossa', $mullerglossaList, NULL, array('placeholder' => 'Επιλέξτε ...', 'class' => 'form-control input-sm')) !!}
{!! Form::label('muller_yperoa', 'Δοκιμασία Muller - Υπερώα:',['class'=>'col-sm-3 input-group-sm']) !!}
{!! Form::select('muller_yperoa', $mulleryperoaList, NULL, array('placeholder' => 'Επιλέξτε ...', 'class' => 'form-control input-sm')) !!}
{!! Form::close() !!}
@stop @section('css') @stop @section('js') @stop