@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}}
Ημερομηνία Γέννησης:
{{$patient->birthdate}}
Eth:
{{ $patient->eth}}
Smoking:
{{ $patient->smoking}}
ΑΜΚΑ:
{{ $patient->amka}}
Ταμείο:
{{ $patient->tameio}}
Referring physician:
{{ $patient->parapompi}}
Επιλογές Ασθενή
@include('patients.patientMenu')
Ιστορικό
Edit
{!! $patient->history !!}
Άλλα στοιχεία
Προέλευση:
{!! $patient->origin !!}
GP:
{!! $patient->gp !!}
Παρατηρήσεις:
{!! $patient->comments !!}
Drug History - Drug Allergy:
{!! $patient->history_drug !!}
Συνεδρίες
@foreach ($sinedries as $indexKey => $sinedria) @endforeach
Ημερομηνία
Diagnosis
Treatment
Priority
Συζ. Χειρ.
Actions
{{$sinedria->sinedriadate }}
{!! $sinedria->diagnosis !!}
{!! $sinedria->treatment !!}
{{ $sinedria->priority}}
{{ $sinedria->check_surgery}}
Υπενθυμίσεις
@foreach ($reminders as $reminder) @endforeach
Ημερομηνία
Ημ. Υπενθύμισης
Description
Comment
Actions
@if ($reminder->dateadded > '1970/1/1') {{date('d/m/Y', strtotime($reminder->dateadded)) }} @endif
@if ($reminder->datetoremind > '1970/1/1') {{date('d/m/Y', strtotime($reminder->datetoremind)) }} @endif
{!! $reminder->description !!}
{!! $reminder->comments !!}
×
Διαγραφή Συνεδρίας;
Are you sure?
ΝΑΙ
ΟΧΙ
×
Διαγραφή Υπενθύμισης;
Are you sure?
ΝΑΙ
ΟΧΙ
@stop @section('css')
@stop @section('js') @stop