@if(session('success'))
Mensaje : {{session('success')}}
@Endif
@if(session('errors'))
Cuidado:!{{session('errors')}}
@Endif
Nueva consulta
{{Form::model($ophthalmology, ['route' => ['ophthalmology.update', $ophthalmology->id] , 'method' => 'put', 'id' => 'form-data' , 'enctype'=>'multipart/form-data'])}}
@csrf
{!! Form::close() !!}
{!! Form::select('patientId', \App\Models\Patient::select(\DB::raw('name AS name'), "id")->pluck('name', 'id'), null , ['class' => "form-control select-search", 'id' => 'patientId', 'placeholder' => '::Seleccione::' , 'readonly' => true]) !!}
{!! Form::select('clientId',\App\Models\Client::whereTrash(false)->whereEnabled(true)->select(\DB::raw('CONCAT(firstname, " ", lastName) as clientId'), 'id')->pluck('clientId', 'id'),null,['onchange'=> 'getClient(this.value)','class' => 'form-control multiselect-filtering', 'id' => 'clientId', 'placeholder' => '[ Seleccione ]'],) !!}
{!! Form::select('employeId',\App\Models\Employee::whereTrash(false)->whereEnabled(true)->select(\DB::raw('CONCAT(firstname, " ", lastName) as employeId'), 'id')->pluck('employeId', 'id'),null,['class' => 'form-control multiselect-filtering', 'id' => 'employeId', 'placeholder' => '[ Seleccione ]'],) !!}
{!! Form::number('weight', null, ['id' => "weight", 'class' => 'form-control']) !!}
{{ Form::select('firstTime', array('1' => 'SI', '0' => 'NO'), null , array('class' => "form-control select", 'id' => 'firstTime', 'placeholder' => '[Seleccione]')) }}
{!! Form::text('followId', null, ['id' => "followId", 'class' => 'form-control']) !!}
| OD | PRUEBA | OS |
| {!! Form::text('threatReplyOd', null, ['id' => "threatReplyOd", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} | Respuesta de Amenaza | {!! Form::text('threatReplyOs', null, ['id' => "threatReplyOs", 'class' => 'form-control', 'style' => 'text-align: center;text-transform: uppercase;']) !!} |
| {!! Form::text('tableOd', null, ['id' => "tableOd", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} | Prueba de Mesa | {!! Form::text('tableOs', null, ['id' => "tableOs", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} |
| {!! Form::text('obstacleOd', null, ['id' => "obstacleOd", 'class' => 'form-control', 'style' => 'text-align: center;text-transform: uppercase;']) !!} | Prueba de Obstáculos | {!! Form::text('obstacleOs', null, ['id' => "obstacleOs", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} |
| {!! Form::text('dazzleOd', null, ['id' => "dazzleOd", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} | Deslumbramiento "Dazzle" | {!! Form::text('dazzleOs', null, ['id' => "dazzleOs", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} |
| {!! Form::text('reflexesOd', null, ['id' => "reflexesOd", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} | Reflejo Palpebral | {!! Form::text('reflexesOs', null, ['id' => "reflexesOs", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} |
| {!! Form::text('rplOd', null, ['id' => "rplOd", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} | RPL | {!! Form::text('rplOs', null, ['id' => "rplOs", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} |
| {!! Form::text('schirmerOd', null, ['id' => "schirmerOd", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} | Test de Schirmer | {!! Form::text('schirmerOs', null, ['id' => "schirmerOs", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} |
| {!! Form::text('fluorOd', null, ['id' => "fluorOd", 'class' => 'form-control', 'style' => 'text-align: center;text-transform: uppercase;']) !!} | Fluoresceína | {!! Form::text('fluorOs', null, ['id' => "fluorOs", 'class' => 'form-control', 'style' => 'text-align: center;text-transform: uppercase;']) !!} |
| {!! Form::text('joneOd', null, ['id' => "joneOd", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} | Test de Jones | {!! Form::text('joneOs', null, ['id' => "joneOs", 'class' => 'form-control', 'style' => 'text-align: center;text-transform: uppercase;']) !!} |
| {!! Form::text('evaporativeStressOd', null, ['id' => "evaporativeStressOd", 'class' => 'form-control', 'style' => 'text-align: center;text-transform: uppercase;']) !!} | Estrés Evaporativo | {!! Form::text('evaporativeStressOs', null, ['id' => "evaporativeStressOs", 'class' => 'form-control', 'style' => 'text-align: center;text-transform: uppercase;']) !!} |
| {!! Form::text('bengalRoseOd', null, ['id' => "bengalRoseOd", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} | Rosa de Bengala | {!! Form::text('bengalRoseOs', null, ['id' => "bengalRoseOs", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} |
| {!! Form::text('pioOd', null, ['id' => "pioOd", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} | PIO | {!! Form::text('pioOs', null, ['id' => "pioOs", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} |
| {!! Form::text('flareOd', null, ['id' => "flareOd", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} | Flare Acuso | {!! Form::text('flareOs', null, ['id' => "flareOs", 'class' => 'form-control' , 'style' => 'text-align: center;text-transform: uppercase;']) !!} |
{{ Form::textarea('observations', null, ['class' => 'form-control','id' => 'observations', 'rows' => 2, 'cols' => 54, 'style' => 'resize:none'])}}
{{ Form::textarea('diagnostic', null, ['class' => 'form-control','id' => 'diagnostic', 'rows' => 2, 'cols' => 54, 'style' => 'resize:none'])}}