@extends('backend.layouts.main') @section('title', 'MLI ATS | Outcome') @section('content')
@include('backend.share.title', ['title' => 'Outcome'])

Outcome Details

Exclude Comments

{{ $outcome->exclude_comments ?? 'N/A' }}

@if (Auth::User()->role() == 'ADMIN') Edit Outcome @endif

Part Type

{{ $outcome->part_type ?? 'N/A' }}

Attendee Pre Count

{{ $outcome->attendee_pre_count ?? 'N/A' }}

Attendee Post Count

{{ $outcome->attendee_post_count ?? 'N/A' }}

Attendee Eval Count

{{ $outcome->attendee_eval_count ?? 'N/A' }}

MOC

@if ($outcome->moc == 1) Yes @else No @endif

Include

@if ($outcome->include == 1) Yes @else No @endif


Bias

{{ $outcome->Bias ?? 'N/A' }}

Bias Target Min

{{ $outcome->bias_target_min ?? 'N/A' }}

Bias Target Met

@if ($outcome->bias_target_met == 1) Yes @else No @endif

C Measure

@if ($outcome->c_measure == 1) Yes @else No @endif

C Exclude

@if ($outcome->c_exclude == 1) Yes @else No @endif


Loif Rating

{{ $outcome->loif_rating ?? 'N/A' }}

Loif Target Min

{{ $outcome->loif_target_min ?? 'N/A' }}

Loif Target Met

@if ($outcome->loif_target_met == 1) Yes @else No @endif

ITC

{{ $outcome->itc ?? 'N/A' }}

ITC Target Min

{{ $outcome->itc_target_min ?? 'N/A' }}

ITC Target Met

@if ($outcome->itc_target_met == 1) Yes @else No @endif


PC

{{ $outcome->pc ?? 'N/A' }}

PC Target Min

{{ $outcome->pc_target_min ?? 'N/A' }}

PC Target Met

@if ($outcome->pc_target_met == 1) Yes @else No @endif

POC

{{ $outcome->poc ?? 'N/A' }}

POC Target Min

{{ $outcome->poc_target_min ?? 'N/A' }}

POC Target > 95

@if ($outcome->poc_target_greater_than_95 == 1) Yes @else No @endif


Comments On Competence

{{ $outcome->comments_on_competence ?? 'N/A' }}

P Measure

@if ($outcome->p_measure == 1) Yes @else No @endif

P Exclude

@if ($outcome->p_exclude == 1) Yes @else No @endif

PIF

{{ $outcome->pif ?? 'N/A' }}

PIF Target

{{ $outcome->pif_target ?? 'N/A' }}

PIF Met

@if ($outcome->pif_met == 1) Yes @else No @endif


Comments On Performance

{{ $outcome->comments_on_performance ?? 'N/A' }}

PO Measure

@if ($outcome->po_measure == 1) Yes @else No @endif

PO Exclude

@if ($outcome->po_exclude == 1) Yes @else No @endif

POIF

{{ $outcome->poif ?? 'N/A' }}

PIF Target

{{ $outcome->pif_target ?? 'N/A' }}

POIF Met

@if ($outcome->poif_met == 1) Yes @else No @endif


Patient Outcomes Comments

{{ $outcome->patient_outcomes_comments ?? 'N/A' }}

EB Content

{{ $outcome->eb_content ?? 'N/A' }}

EB Content Target > 95

@if ($outcome->eb_content_target_greater_than_95 == 1) Yes @else No @endif

Relevant Content

{{ $outcome->relevant_content ?? 'N/A' }}

Relevant Content Target > 95

@if ($outcome->rel_content_target_greater_than_95 == 1) Yes @else No @endif

POIF Met

@if ($outcome->poif_met == 1) Yes @else No @endif


Format Useful

{{ $outcome->format_useful ?? 'N/A' }}

Format Target > 9

@if ($outcome->format_target_greater_than_95 == 1) Yes @else No @endif

Faculty

{{ $outcome->faculty ?? 'N/A' }}

Faculty Target > 95

@if ($outcome->faculty_target_greater_than_95 == 1) Yes @else No @endif

Interactive Learning

{{ $outcome->interactive_learning ?? 'N/A' }}

Interactive Learning Target > 95

@if ($outcome->int_learning_target_greater_than_95 == 1) Yes @else No @endif


Practice Strategies

{{ $outcome->practice_strategies ?? 'N/A' }}

PS Target > 95

@if ($outcome->ps_target_greater_than_95 == 1) Yes @else No @endif

Barrier Identified

@if ($outcome->barrier_identified == 1) Yes @else No @endif

Strategies Incorporated

@if ($outcome->strategies_incorporated == 1) Yes @else No @endif

Pre Count

{{ $outcome->pre_count ?? 'N/A' }}

Pre Avg

{{ $outcome->pre_avg ?? 'N/A' }}


Pre stdev

{{ $outcome->pre_stdev ?? 'N/A' }}

Post Count

{{ $outcome->post_count ?? 'N/A' }}

Post Avg

{{ $outcome->post_avg ?? 'N/A' }}

Post stdev

{{ $outcome->post_stdev ?? 'N/A' }}

Cohens D

{{ $outcome->cohens_d ?? 'N/A' }}

Planned Impact

{{ $outcome->planned_impact ?? 'N/A' }}


Actual Impact

{{ $outcome->actual_impact ?? 'N/A' }}

CCIT

{{ $outcome->ccit ?? 'N/A' }}

CCIT Target

{{ $outcome->ccit_target ?? 'N/A' }}

Role Collaborative Team Change

{{ $outcome->role_collaborative_team_change ?? 'N/A' }}

New Team Strategies

{{ $outcome->new_team_strategies ?? 'N/A' }}

Planned Impact

{{ $outcome->planned_impact ?? 'N/A' }}


Specific Action Factor

{{ $outcome->specific_action_factor ?? 'N/A' }}

SAF Target

{{ $outcome->saf_target ?? 'N/A' }}

ED Reach Disease

{{ $outcome->ed_reach_disease ?? 'N/A' }}

ED Reach Per Year

{{ $outcome->ed_reach_per_year ?? 'N/A' }}

Understand Roles Resp

{{ $outcome->understand_roles_resp ?? 'N/A' }}

Apply Tools Techniques

{{ $outcome->apply_tools_techniques ?? 'N/A' }}


Work Collaborative Team

{{ $outcome->work_collaborative_team ?? 'N/A' }}

Utilize Specialists Clinical Resources

{{ $outcome->utilize_specialists_clinical_resources ?? 'N/A' }}

Other Choice PCT

{{ $outcome->other_choice_pctg ?? 'N/A' }}

Other Choice Text

{{ $outcome->other_choice_text ?? 'N/A' }}

Understand Roles Resp

{{ $outcome->understand_roles_resp ?? 'N/A' }}

Apply Tools Techniques

{{ $outcome->apply_tools_techniques ?? 'N/A' }}

@endsection