Private or School PHYSICAL EXAMINATION

OF SCHOOL AGE STUDENT

radioGender) && $my_application->radioGender == 'Male') checked @endif>
radioGender) && $my_application->radioGender == 'Female') checked @endif>
radioAllergies) && $my_application->radioAllergies == 'No') checked @endif>
radioAllergies) && $my_application->radioAllergies == 'Yes') checked @endif>
checkboxMedicines) ) ? 'checked' : '' }}>
checkboxPollens) ) ? 'checked' : '' }}>
checkboxFood) ) ? 'checked' : '' }}>
checkboxInsects) ) ? 'checked' : '' }}>

Complete the following section with a check mark in the YES or NO column; circle questions you do not know the answer to.

{{--폼 자동 생성--}} @foreach($ar_exam_data as $data) @if( ! empty($data['title']) ) @if ($exam_idx != 0) @endif

{{$data['title']}}

@else {{--라디오 생성 부분--}}
{'radioExamId'.$data['idx']}) && $my_application->{'radioExamId'.$data['idx']} == 'Yes') checked @endif>
{'radioExamId'.$data['idx']}) && $my_application->{'radioExamId'.$data['idx']} == 'No') checked @endif>
{{--사전 input 생성 부분--}} @if( ! empty( $data['finputtext'] ) ) @foreach($data['finputtext'] as $inputtext)
@endforeach @endif {{--체크박스 생성 부분--}} @if( ! empty( $data['checkbox'] ) )
@foreach($data['checkbox'] as $checkbox)
{'checkbox'.$checkbox['id']}) ) ? 'checked' : '' }}>
@endforeach
@endif {{--추가 input 생성 부분--}} @if( ! empty( $data['inputtext'] ) ) @foreach($data['inputtext'] as $inputtext)
@endforeach @endif @endif @endforeach

I hereby certify that to the best of my knowledge all of the information is true and complete. I give my consent for an exchange of health information between the school nurse and health care providers.

Signature of parent / guardian / emancipated

Adapted in part from the Pre-participation Physical Evaluation History Form; ©2010 American Academy of Family Physicians, American Academy of Pediatrics, American College of Sports Medicine, American Medical Society for Sports Medicine, American Orthopaedic Society for Sports Medicine, and American Osteopathic Academy of Sports Medicine.

{{--STUDENT’S HEALTH HISTORY--}}

STUDENT’S HEALTH HISTORY

radioExamGrade) && $my_application->radioExamGrade == 'K1') checked @endif>
radioExamGrade) && $my_application->radioExamGrade == '6') checked @endif>
radioExamGrade) && $my_application->radioExamGrade == '11') checked @endif>
radioExamGrade) && $my_application->radioExamGrade == 'Other') checked @endif>
{{--항목 영역--}} @foreach($ar_health_history as $key => $data)
@if( ! empty($data['moretxt']) )
@endif @if( ! empty($data['checkbox']) )
{'checkboxPhyExam'.$key}) ) ? $my_application->{'checkboxPhyExam'.$key} : '' }}>
@endif
{'radioPhyExam'.$key}) && $my_application->{'radioPhyExam'.$key} == 'Normal') checked @endif>
{'radioPhyExam'.$key}) && $my_application->{'radioPhyExam'.$key} == 'Abnormal') checked @endif>
{'radioPhyExam'.$key}) && $my_application->{'radioPhyExam'.$key} == 'Defer') checked @endif>
{{----}}
@endforeach
radioParentPresent) && $my_application->radioParentPresent == 'Yes') checked @endif>
radioParentPresent) && $my_application->radioParentPresent == 'No') checked @endif>
radioPhyPerf) && $my_application->radioPhyPerf == 'Office') checked @endif>
radioPhyPerf) && $my_application->radioPhyPerf == 'School') checked @endif>

HEALTH CARE PROVIDERS

Please photocopy immunization history from student’s record – OR – insert information below

@for($i=1; $i<=3; $i++)
{'checkboxMedical'.$i}) ) ? 'checked' : '' }}>
@endfor

NOTE: The parent/guardian must provide a written request to the school for a religious or philosophical exemption

DOCUMENT: (1) Type of vaccine; (2) Date (month/day/year) for each immunization

@foreach($ar_vaccine_list as $key => $value)
@for($j=1; $j<=5; $j++)
@endfor
@endforeach
@include('partial.save')