COD Analisi: {{$esame->Cliente->Nome}} - Genere: {{$esame->Cliente->Sesso}} - Laf: {{$esame->Laf}}

Sx

Dx

Sx

Dx

Sx

Dx

Resistenza Sx:

{{$esame->ResistenzaSx}}

Reattanza Sx:

{{$esame->ReattanzaSx}}

Angolo di fase Sx:

{{round($esame->PASx,2)}}

Resistenza Dx:

{{$esame->ResistenzaDx}}

Reattanza Dx:

{{$esame->ReattanzaDx}}

Angolo di fase Dx:

{{round($esame->PADx,2)}}

Età:

{{$esame->eta}}

Altezza:

{{$esame->Altezza}}

Peso:

{{round($esame->Peso,2)}}

ASIMMETRIA DIREZIONALE STANDARDIZZATA:

{{round($esame->DA,2)}}

@if ($esame->DA>0) Predominanza lato destro @else Predominanza lato sinistro @endif

Dato Lato Sinistro Lato Destro Percentuali
PhA {{ round($esame->PASx, 2) }} {{ round($esame->PADx, 2) }}
C-Dex {{ round($esame->CDEXSx, 1) }} {{ round($esame->CDEXDx, 1) }}
ECL {{ round($esame->ECLSx, 1) }} {{ round($esame->ECLDx, 1) }}
Bia Index {{ round($esame->BIAINDEXSx, 1) }} {{ round($esame->BIAINDEXDx, 1) }}
BCM {{ round($esame->BCMSx, 1) }} {{ round($esame->BCMDx, 1) }} sx: {{ round(($esame->BCMSx / 2 / $esame->Peso) * 100, 1) }} - dx: {{ round(($esame->BCMDx / 2 / $esame->Peso) * 100, 1) }}
BCMFFM {{ round($esame->BCMFFMSx, 2) * 100 }} {{ round($esame->BCMFFMDx, 2) * 100 }}
ECM {{ round($esame->ECMSx, 1) }} {{ round($esame->ECMDx, 1) }} sx: {{ round(($esame->ECMSx / 2 / $esame->Peso) * 100, 1) }} - dx: {{ round(($esame->ECMDx / 2 / $esame->Peso) * 100, 1) }}
ECMBCM {{ round($esame->ECMBCMSx, 2) }} {{ round($esame->ECMBCMDx, 2) }}
ASMM {{ round($esame->ASMMSx, 1) }} {{ round($esame->ASMMDx, 1) }}
SMM {{ round($esame->SMMSx, 1) }} {{ round($esame->SMMDx, 1) }}
FFM {{ round($esame->FFMSx, 1) }} {{ round($esame->FFMDx, 1) }} sx: {{ round(($esame->FFMSx / 2 / $esame->Peso) * 100, 1) }} - dx: {{ round(($esame->FFMDx / 2 / $esame->Peso) * 100, 1) }}
FM {{ round($esame->FMSx, 1) }} {{ round($esame->FMDx, 1) }} sx: {{ round(($esame->FMSx / 2 / $esame->Peso) * 100, 1) }} - dx: {{ round(($esame->FMDx / 2 / $esame->Peso) * 100, 1) }}
FM/FFM {{ round($esame->FMFFMSx, 2) }} {{ round($esame->FMFFMDx, 2) }}
TBW {{ round($esame->TBWSx, 1) }} {{ round($esame->TBWDx, 1) }} sx: {{ round(($esame->TBWSx / 2 / $esame->Peso) * 100, 1) }} - dx: {{ round(($esame->TBWDx / 2 / $esame->Peso) * 100, 1) }}
ECW {{ round($esame->ECWSx, 1) }} {{ round($esame->ECWDx, 1) }} sx: {{ round(($esame->ECWSx / 2 / ($esame->TBWSx / 2)) * 100, 1) }} - dx: {{ round(($esame->ECWDx / 2 / ($esame->TBWDx / 2)) * 100, 1) }}
ICW {{ round($esame->ICWSx, 1) }} {{ round($esame->ICWDx, 1) }} sx: {{ round(($esame->ICWSx / 2 / ($esame->TBWSx / 2)) * 100, 1) }} - dx: {{ round(($esame->ICWDx / 2 / ($esame->TBWDx / 2)) * 100, 1) }}
ECW/ICW {{ round($esame->ECWICWSx, 2) }} {{ round($esame->ECWICWDx, 2) }}