| CRANIAL NERVE SCREEN | Clear | Abn. |
|---|---|---|
| CN I (olfactory) | cn_i_olfactory == 1 ? 'checked' : '' }}> | cn_i_olfactory == 0 ? 'checked' : '' }}> |
| CN II (visual fields,pupiIlary reflex) | cn_ii_visual_fields_pupillary_reflex == 1 ? 'checked' : '' }}> | cn_ii_visual_fields_pupillary_reflex == 0 ? 'checked' : '' }}> |
| CN III(H Pattern) | cn_iii_h_pattern == 1 ? 'checked' : '' }}> | cn_iii_h_pattern == 0 ? 'checked' : '' }}> |
| CN IV(SO - lat/inf) | cn_iv_so_lat_inf == 1 ? 'checked' : '' }}> | cn_iv_so_lat_inf == 0 ? 'checked' : '' }}> |
| CN V(Sensory/mastication mm) | cn_v_sensory_mastication_mm == 1 ? 'checked' : '' }}> | cn_v_sensory_mastication_mm == 0 ? 'checked' : '' }}> |
| CN VI(LR-lat) | cn_vi_lr_lat == 1 ? 'checked' : '' }}> | cn_vi_lr_lat == 0 ? 'checked' : '' }}> |
| CN VII(facial expression mm) | cn_vii_facial_expression_mm == 1 ? 'checked' : '' }}> | cn_vii_facial_expression_mm == 0 ? 'checked' : '' }}> |
| CNVIII (nystag, whisper) | cn_viii_nystag_whisper == 1 ? 'checked' : '' }}> | cn_viii_nystag_whisper == 0 ? 'checked' : '' }}> |
| CN IX(taste/posteriortongue) | cn_ix_taste_posterior_tongue == 1 ? 'checked' : '' }}> | cn_ix_taste_posterior_tongue == 0 ? 'checked' : '' }}> |
| CN X(uvula, swallow, vocal cords) | cn_x_uvula_swallow_vocal_cords == 1 ? 'checked' : '' }}> | cn_x_uvula_swallow_vocal_cords == 0 ? 'checked' : '' }}> |
| CN IX(Trap,SCM) | cn_xi_trap_scm == 1 ? 'checked' : '' }}> | cn_xi_trap_scm == 0 ? 'checked' : '' }}> |
| CN IX(tongue mm, articulation) | cn_xii_tongue_mm_articulation == 1 ? 'checked' : '' }}> | cn_xii_tongue_mm_articulation == 0 ? 'checked' : '' }}> |
| GROSS NEUROVASCULAR | |
| Cerebellar Signs? |
{{ $data->cerebellar_signs == 1 ? 'Yes' : 'No' }}
{{ $data->cerebellar_signs_if_yes }} |
| UMN Signs? |
{{ $data->umn_signs == 1 ? 'Yes' : 'No' }}
{{ $data->umn_signs_if_yes }} |
| Sensory Changes? |
{{ $data->sensory_changes == 1 ? 'Yes' : 'No' }}
{{ $data->sensory_changes_if_yes }} |
| Myotome Weakness? |
{{ $data->myotome_weakness == 1 ? 'Yes' : 'No' }}
{{ $data->myotome_weakness_if_yes }} |
| DTRs | {{ $data->dtrs }} |
| Vast | {{ $data->vast == 1 ? 'Neg' : 'Pos' }} |
| 5D's, 3N's(list) | {{ $data->{'5ds_3ns_list'} }} |