il lato dominante è stato già definito in una visita precedente
@endif @error('latodominante') {{ $message }} @enderror| Circonferenza | Valore Precedente | Nuovo Valore |
|---|---|---|
| Cranio (cm) @error('cranio') {{ $message }} @enderror | @if($this->getValorePrecedenteSingolo('Cranio')) {{ $this->getValorePrecedenteSingolo('Cranio') }} cm @else - @endif | |
| Collo (cm) @error('Collo') {{ $message }} @enderror | @if($this->getValorePrecedenteSingolo('Collo')) {{ $this->getValorePrecedenteSingolo('Collo') }} cm @else - @endif | |
| Braccio (cm) |
@if($this->getValorePrecedente('Braccio', 0) || $this->getValorePrecedente('Braccio', 1))
Sx: {{ $this->getValorePrecedente('Braccio', 0) ?? '-' }} cm Dx: {{ $this->getValorePrecedente('Braccio', 1) ?? '-' }} cm @else - @endif |
sx dx |
| Braccio Contratto (cm) |
@if($this->getValorePrecedente('BraccioContratto', 0) || $this->getValorePrecedente('BraccioContratto', 1))
Sx: {{ $this->getValorePrecedente('BraccioContratto', 0) ?? '-' }} cm Dx: {{ $this->getValorePrecedente('BraccioContratto', 1) ?? '-' }} cm @else - @endif |
sx dx |
| Avambraccio (cm) |
@if($this->getValorePrecedente('Avambraccio', 0) || $this->getValorePrecedente('Avambraccio', 1))
Sx: {{ $this->getValorePrecedente('Avambraccio', 0) ?? '-' }} cm Dx: {{ $this->getValorePrecedente('Avambraccio', 1) ?? '-' }} cm @else - @endif |
sx dx |
| Polso (cm) |
@if($this->getValorePrecedente('Polso', 0) || $this->getValorePrecedente('Polso', 1))
Sx: {{ $this->getValorePrecedente('Polso', 0) ?? '-' }} cm Dx: {{ $this->getValorePrecedente('Polso', 1) ?? '-' }} cm @else - @endif |
sx dx |
| Torace (cm) | @if($this->getValorePrecedenteSingolo('Torace')) {{ $this->getValorePrecedenteSingolo('Torace') }} cm @else - @endif | |
| Spalle (cm) | @if($this->getValorePrecedenteSingolo('Spalle')) {{ $this->getValorePrecedenteSingolo('Spalle') }} cm @else - @endif | |
| Vita (cm) | @if($this->getValorePrecedenteSingolo('Vita')) {{ $this->getValorePrecedenteSingolo('Vita') }} cm @else - @endif | |
| Ombelicale (cm) | @if($this->getValorePrecedenteSingolo('Ombelicale')) {{ $this->getValorePrecedenteSingolo('Ombelicale') }} cm @else - @endif | |
| Fianchi (cm) | @if($this->getValorePrecedenteSingolo('Fianchi')) {{ $this->getValorePrecedenteSingolo('Fianchi') }} cm @else - @endif | |
| Coscia Prossimale (cm) |
@if($this->getValorePrecedente('CosciaPross', 0) || $this->getValorePrecedente('CosciaPross', 1))
Sx: {{ $this->getValorePrecedente('CosciaPross', 0) ?? '-' }} cm Dx: {{ $this->getValorePrecedente('CosciaPross', 1) ?? '-' }} cm @else - @endif |
sx dx |
| Coscia Mediana (cm) |
@if($this->getValorePrecedente('CosciaMediana', 0) || $this->getValorePrecedente('CosciaMediana', 1))
Sx: {{ $this->getValorePrecedente('CosciaMediana', 0) ?? '-' }} cm Dx: {{ $this->getValorePrecedente('CosciaMediana', 1) ?? '-' }} cm @else - @endif |
sx dx |
| Coscia Distale (cm) |
@if($this->getValorePrecedente('CosciaDistale', 0) || $this->getValorePrecedente('CosciaDistale', 1))
Sx: {{ $this->getValorePrecedente('CosciaDistale', 0) ?? '-' }} cm Dx: {{ $this->getValorePrecedente('CosciaDistale', 1) ?? '-' }} cm @else - @endif |
sx dx |
| Polpaccio Mediale (cm) |
@if($this->getValorePrecedente('PolpaccioMediale', 0) || $this->getValorePrecedente('PolpaccioMediale', 1))
Sx: {{ $this->getValorePrecedente('PolpaccioMediale', 0) ?? '-' }} cm Dx: {{ $this->getValorePrecedente('PolpaccioMediale', 1) ?? '-' }} cm @else - @endif |
sx dx |
| Caviglia (cm) |
@if($this->getValorePrecedente('Caviglia', 0) || $this->getValorePrecedente('Caviglia', 1))
Sx: {{ $this->getValorePrecedente('Caviglia', 0) ?? '-' }} cm Dx: {{ $this->getValorePrecedente('Caviglia', 1) ?? '-' }} cm @else - @endif |
sx dx |