Grille AGGIR
| Evaluation |
Origine |
Statut |
Groupe |
Gestionnaire |
Observations |
@if($user->hasRole("ADMINISTRATEUR") || $user->can("AGI_MAJ"))
@if($mode=="show")
|
@endif
@endif
@foreach($allocataire_girs as $allocataire_gir)
| {!! $allocataire_gir->date_evaluation !!} |
{!! App\Models\MyApp::TYPES_VISITES[$allocataire_gir->type_visite] !!} |
{!! $allocataire_gir->statut !!} |
{!! $allocataire_gir->groupe !!}
|
{!! $allocataire_gir->NomGestionnaire !!} |
{!! $allocataire_gir->observations !!} |
@if($mode=="show")
|
@endif
@endforeach
Score de fragilité
| Score |
Evaluation |
Origine |
Statut |
Gestionnaire |
Observations |
@if($user->hasRole("ADMINISTRATEUR") || $user->can("AFR_MAJ"))
@if($mode=="show")
|
@endif
@endif
@foreach($allocataire_fragilites as $allocataire_fragilite)
| {!! $allocataire_fragilite->Points !!} |
{!! $allocataire_fragilite->date_evaluation !!} |
{!! $allocataire_fragilite->type_visite !!} |
{!! $allocataire_fragilite->statut !!} |
{!! $allocataire_fragilite->NomGestionnaire !!} |
{!! $allocataire_fragilite->observations !!} |
@if($mode=="show")
|
@endif
@endforeach
Grille Handicap
| Taux |
Date Evaluation |
Evaluateur |
Observations |
@if($user->hasRole("ADMINISTRATEUR") || $user->can("APH_MAJ"))
@if($mode=="show")
|
@endif
@endif
@foreach($allocataires_grilleshandicap as $allocataire_grillehandicap)
| {!! $allocataire_grillehandicap->taux !!} |
{!! $allocataire_grillehandicap->date_evaluation !!} |
{!! $allocataire_grillehandicap->evaluateur !!} |
{!! $allocataire_grillehandicap->observations !!} |
@if($mode=="show")
|
@endif
@endforeach
Equipements
| Equipement |
Etat |
Besoin repéré |
Observations |
@if($user->hasRole("ADMINISTRATEUR") || $user->can("AEQ_MAJ"))
@if($mode=="show")
|
@endif
@endif
@foreach($allocataire_equipements as $allocataire_equipement)
| {!! $allocataire_equipement->EquipementNom !!} |
{!! isset(App\Models\MyApp::EQUIPEMENTS_ETATS[$allocataire_equipement->etat])?App\Models\MyApp::EQUIPEMENTS_ETATS[$allocataire_equipement->etat]:"" !!} |
{!! ($allocataire_equipement->besoin=="O")?"OUI":"NON" !!} |
{!! $allocataire_equipement->observations !!} |
@if($mode=="show")
|
@endif
@endforeach
Visites
@if(count($allocataire_visites)>0)
| Type de Visite |
Date |
Aide |
Taux handicap/GIR |
Observations |
|
@foreach($allocataire_visites as $allocataire_visite)
| {!! (!$allocataire_visite->type_visite)?"":App\Models\MyApp::TYPES_VISITES[$allocataire_visite->type_visite] !!} |
{!! $allocataire_visite->date_visite !!} |
{!! $allocataire_visite->type_aide !!} |
@if($allocataire_visite->type_aide=="AGD")
{!! $allocataire_visite->gir !!}
@endif
@if($allocataire_visite->type_aide=="APH")
{!! $allocataire_visite->tx_handicap !!}
@endif
|
{!! $allocataire_visite->observations !!} |
@if($mode=="show")
|
@endif
@endforeach
@else
Aucune visite à ce jour
@endif
@if($user->hasRole("ADMINISTRATEUR") || $user->can("AVI_MAJ"))
@if($mode=="show")
@endif
@endif
Aide Humaine
| Saisie |
Besoin |
Statut |
Aidant |
Modalité MEP |
Inscription CDL |
Contrat CDL |
Rythme |
Obervations |
@if($user->hasRole("ADMINISTRATEUR") || $user->can("AVI_MAJ"))
@if($mode=="show")
|
@endif
@endif
@foreach($allocataire_humaines as $allocataire_humaine)
| {!! $allocataire_humaine->DateSaisie !!} |
{!! $allocataire_humaine->BesoinNom !!} |
{!! $allocataire_humaine->prevoir?"Prévoir":"" !!} |
{!! $allocataire_humaine->AidantNomComplet !!} |
{!! $allocataire_humaine->ModaliteNom !!} |
{!! $allocataire_humaine->cdl?"OUI":"NON" !!} |
{!! $allocataire_humaine->contrat?"OUI":"NON" !!} |
{!! $allocataire_humaine->RythmeNom !!} |
{!! $allocataire_humaine->observations !!} |
@if($mode=="show")
|
@endif
@endforeach
Projets de vie
| Projet |
Délais |
Périodicité |
Type d'Aide |
Observations |
@if($user->hasRole("ADMINISTRATEUR") || $user->can("APR_MAJ"))
@if($mode=="show")
|
@endif
@endif
@foreach($allocataire_projets as $allocataire_projet)
| {!! $allocataire_projet->ProjetNom !!} |
{!! $allocataire_projet->DelaisNom !!} |
{!! $allocataire_projet->PeriodiciteNom !!} |
{!! $allocataire_projet->TypeAideNom !!} |
{!! $allocataire_projet->observations !!} |
@if($mode=="show")
|
@endif
@endforeach