@extends('admin.main') @section('content')

Screening Detail

{{-- --}}
Detail
View Report

Bio Data

Name : {{ $details['name'] }}
{{-- --}}
Date Of Birth : {{ $details['dob'] }}
Age :
@php $classLabels = [ "0" => "Play group", "00" => "KG-1", "000" => "KG-2" ]; @endphp
Class : {{ $classLabels[$details['class']] ?? $details['class'] }}
{{-- --}}
GR Number : {{ $details['gr_number'] }}
MR Number : {{ $details['mrr'] }}
{{-- --}}
Guardian Name : {{ $details['guardianname'] }}
{{-- --}}
Address : {{ $details['address'] }}
{{-- --}}
Blood Group : {{ $details['blood_group'] }}
{{-- --}}
Gender : {{ $details['gender'] }}
{{-- --}}
{{--
@foreach ($school as $item) @if ($details['school'] == $item->id) @endif @endforeach
@foreach ($city as $item) @if ($details['city'] == $item->id) @endif @endforeach
@foreach ($area as $item) @if ($details['area'] == $item->id) @endif @endforeach
--}}

Vitals/BMI


General Apperance










Inspect Hygiene






Head and Neck examination






Eye:








Ears:





Nose:




Lead Exposure

Oral:




Throat:







Chest:





Abdomen:





Musculoskeletal








Vaccination:





{{--

Lead exposure



--}}

Miscellaneous



{{--

--}}




Psychological
















PRE-PRIMARY PSYCHOLOGICAL SCREENER

DEVELOPMENTAL SCREENING

  • Age: 12–24.9 Months
  • Grade: Play Group

Instructions: Read each statement carefully and select the answer that best describes your child’s behavior during the last 30 days.

Language:
  • Age: 25–36.9 Months
  • Grade: Nursery

Instructions: Read each statement carefully and select the answer that best describes your child’s behavior during the last 30 days.

Language:
  • Age: 37 – 60 Months
  • Grade: Kindergarten 1 & 2

Instructions: Read each statement carefully and select the answer that best describes your child’s behavior during the last 30 days.

Language:

SOCIAL EMOTIONAL BEHAVIORAL SCREENING

  • Age: 24 – 60 Months
  • Grade: Play Group – KG 2

Instructions: Read each statement carefully and select the answer that best describes your child’s behavior during the last 30 days.

AUTISM SPECTRUM DISORDER SCREENING

  • Age: 24 – 60 Months
  • Grade: Play Group – KG 2

Please answer the following questions about your child’s typical behavior over the past 3 months.

PRIMARY/SECONDARY PSYCHOLOGICAL SCREENER

  • Age: 6-16 years
  • Grade: 1-10

Instructions: Ask the child: "In the past few weeks, how often have these things been true for you?"
Ask each question in a child-friendly, age-appropriate way. Mark the response as reported by the child.


Nutritionist












{{--

--}}




@php $rawReferTo = $details['refer_to'] ?? old('refer_to') ?? []; if (!is_array($rawReferTo)) { $decoded = json_decode($rawReferTo, true); if (is_array($decoded)) { $referTo = $decoded; } elseif (!is_null($rawReferTo)) { $referTo = [$rawReferTo]; // Convert single string to array } else { $referTo = []; } } else { $referTo = $rawReferTo; } @endphp
@csrf
{{-- Submit Form on Check --}} Submit Form on Check
@if($details['id'] >5540)
@csrf
{{-- Submit Form on Check --}} Submit Form on Check
@csrf
{{-- Submit Form on Check --}} Submit Form on Check
@csrf
{{-- Submit Form on Check --}} Submit Form on Check
@endif
{{--

--}}
View By Psychologist   View By Doctor     Submit Doctor Comment   View By Nutritionist   Sumbit Psychologist findings
@endsection