@if($company->logo) logo}"))}};base64, {{base64_encode(file_get_contents(public_path("storage/uploads/logos/{$company->logo}")))}}" alt="{{$company->name}}" class="logotipo"> @endif

HISTORIA CLÍNICA

N° HISTORIA CLÍNICA

{{ str_pad($history->number_history, 6, "0", STR_PAD_LEFT)}}

ESPECIALIDAD

{{ strtoupper($history->specialty->name) }}

FECHA DE APERTURA
{{ \Carbon\Carbon::parse($history->date)->format('d-m-Y') }}
HORA
{{$history->time}}
IDENTIFICACIÓN DEL PACIENTE
PACIENTE
{{ strtoupper($history->patient->name) }}
FECHA NAC.
{{ \Carbon\Carbon::parse($history->patient->fech_nac)->format('d-m-Y') }}
SEXO
{{ substr(strtoupper($history->patient->sex),0,1) }}
EDAD
{{$history->patient->age}}
DNI
{{$history->patient->number}}
ESTADO CIVIL
{{ strtoupper($history->patient->state_civil)}}
DIRECCIÓN
{{ strtoupper($history->patient->address)}}
GRADO INSTRUCCION
{{ strtoupper($history->patient->degree)}}
OCUPACION
{{ strtoupper($history->patient->occupation) }}
EMAIL
{{ strtoupper($history->patient->email)}}
TELEFONOS
{{ strtoupper($history->patient->telephone) }}
ACOMPAÑANTE
{{ strtoupper($history->patient->person2)}}
DNI
{{ strtoupper($history->patient->dni_person2) }}
DR(A)
{{ strtoupper($medic) }}
  
EVALUACION ODONTOLOGICO
EXAMEN ODONTOESTOMAOLÓGICO
ODONTOGRAMA
odontograma}"))}};base64, {{base64_encode(file_get_contents(public_path("storage/uploads/odontograma/{$history->odontograma}")))}}" style="width:auto;height:400px !important; ;display:block;">
OBSERVACIONES
{{$history->observation}}
ENFERMEDAD ACTUAL
DATOS DEL INFORMANTE
{{ strtoupper($history->patient->name) }}
MOTIVO DE LA CONSULTA
- {{ strtoupper($diseases->consultation_reason) }}
TIEMPO DE LA ENFERMEDAD
- {{ strtoupper($diseases->disease_type) }}
SIGNOS Y SÍNTOMAS PRINCIPALES
- {{ strtoupper($diseases->signs_symptoms) }}
ANTECEDENTES PERSONALES
- {{$diseases->personal_background}}
DIAGNÓSTICO / CIE10
@foreach($diagnosis as $row) @endforeach
- {{$row->diagnosis_types->description}}
PRONOSTICO
@foreach($forecast as $row) @endforeach
- {{$row->description}}
TRATAMIENTO
@foreach($treatment as $row) @endforeach
- {{$row->description}}
Firma y Sello Odontólogo