@foreach ($groups as $typeKey => $typeGroup) @foreach ($typeGroup['patients'] as $patientKey => $patient) @foreach ($patient['rooms'] as $roomKey => $room)
秦皇岛市中医医院
检查项目清单
{{ $patient['barcode_text'] }}
@if ($patient['patient_type'] == 0) @else @endif
姓名:{{ $patient['patient_name'] }} 性别:{{ $patient['user_sex_label'] }} 年龄:{{ $patient['age'] }} 病人类型:{{ $patient['patient_type_label'] }}
{{ $patient['patient_type_label'] }}号:{{ $patient['patient_id'] }}病区:{{ $patient['warddesc'] }} 床号:{{ $patient['bedno'] }} 联系电话:{{ $patient['user_phone'] }}联系电话:{{ $patient['user_phone'] }}
检查项目: {{ $room['items_str'] }}
预约时间: {{ str_replace('-', '/', $room['reservation_date']) }} @if ($room['period_begin'] && $room['period_end']) {{ $room['period_begin'] }}-{{ $room['period_end'] }} @endif {{ $room['weekday_label'] }}
检查地点: {{ $room['room_addr'] }}
温馨提示:
1、预约后请您及时缴费,门诊患者预约成功后60分钟内不缴费,系统会自动取消您的预约申请。自动取消后,如需继续预约,请到相关检查科室重新预约。
2、预约时间为8点~10点的,请8点到登记处签到,预约时间为10点~12点的,请10点前到登记处签到,便于工作人员进行检查评估和准备。
3、预约时间不是实际检查时间,以现场登记后排队号为准。
检查须知:
腹部检查禁食4小时,腹部、盆腔、泌尿系统检查请尽量饮水,充盈肠道及膀胱;危重病人需由家属陪同;孕妇及婴幼儿请慎行检查。
申请时间:{{ $room['entrust_date_time'] }}
@endforeach @endforeach @endforeach