@extends('layouts.app') @section('title') تقرير تفصيلي @endsection @section('vendor_css') @endsection @section('page_level_css') @endsection @section('content')

@yield('title')




@if(!isset($step) or !$step)

اختر مستشفى




الفترة الزمنية

من التاريخ

12
يناير
2020

الى التاريخ

12
يناير
2020
@endif
@if(isset($request))

معلومات عامة لـ {{$center->name}} للمدة من {{$date_from}} حتي {{$date_to}}

@php($total= $statistics['total_followups'] + @$statistics['total_change-specialty'] + @$statistics['total_continue'])
عدد الجلسات عدد التخصصات عدد المرضى عدد التشخيصات تحويل الي تخصص اخر متابعة اجمالي لم يحضر
{{$statistics['total_seesions']}} {{$statistics['total_specials']}} {{$statistics['total_patients']}} {{$statistics['total_followups']}} {{$statistics['total_change-specialty'] ?? 0}} {{$statistics['total_continue'] ?? 0}} {{$total ?? 0}} {{$statistics['total_not-come'] ?? 0}}

تفاصيل الجلسات الخاصة بـ {{$center->name}} للمدة من {{$date_from}} حتي {{$date_to}}

@if($center->type == 'RC') @else @endif @foreach($sessions as $session) @if($center->type == 'RC') @else @endif @php($session_status = array('needless'=>'لا يحتاج الي تشخيص','change-specialty'=>'تحويل الي تخصص اخر','continue'=>'متابعة','add-follow-up'=>'انتهت بتشخيص','not-come'=>'لم يحضر المريض')) @if(count($session->details)>0) @foreach($session->details as $detail) @endforeach @endif @endforeach
رقم الجلسة التاريخمقدم الخدمةمتلق الخدمةالتخصص طبيب مقدم الخدمة طبيب متلق الخدمة المرضى
@if(count($session->details)>0) {{$session->id}} @else {{$session->id}} @endif {{date('Y-m-d H-i',strtotime($session->date_time))}}{{$session->hcp_center->name}}{{$session->rc_center->name}}{{$session->hcp_doctor->specials[0]->name}} {{$session->hcp_doctor->name ?? ''}} {{$session->rc_doctor->name ?? ''}} @foreach($session->patients as $patient) {{$patient->name}} @if(!$loop->last) - @endif @endforeach
@endif {{ csrf_field() }}
@endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection