forked from Coded/SIPRP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
313 lines
14 KiB
313 lines
14 KiB
<!--
|
|
|
|
CondicoesTrabalho-1
|
|
|
|
notice: only contents inside this div will be rendered/compiled
|
|
|
|
usage example: <partials-renderer partial-id="CondicoesTrabalho-1"></partials-renderer>
|
|
|
|
-->
|
|
<div id="CondicoesTrabalho-1">
|
|
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">Condições de Trabalho</div>
|
|
<div class="panel-body">
|
|
<table class="table table-bordered table-striped">
|
|
<thead>
|
|
<tr>
|
|
<th>Horário</th>
|
|
<th> </th>
|
|
<th>Postura</th>
|
|
<th> </th>
|
|
<th>Tarefas</th>
|
|
<th> </th>
|
|
<th>Esforço</th>
|
|
<th> </th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>Normal</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.horario_normal" value="true" type="checkbox" />
|
|
</td>
|
|
<td>Sentado</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.postura_sentado" value="true" type="checkbox" />
|
|
</td>
|
|
<td>Variadas</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.tarefas_variadas" value="true" type="checkbox" />
|
|
</td>
|
|
<td>Físico:</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td>Contínuo</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.horario_continuo" value="true" type="checkbox" />
|
|
</td>
|
|
<td>Em Pé</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.postura_em_pe" value="true" type="checkbox" />
|
|
</td>
|
|
<td>Criativas</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.tarefas_criativas" value="true" type="checkbox" />
|
|
</td>
|
|
<td><span class="m-l-15">Cargas > 10 Kg</span></td>
|
|
<td>
|
|
<input ng-model="editing.actividade.esforco_fisico_superior_dez_kg" value="true" type="checkbox" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Turnos</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.horario_turnos" value="true" type="checkbox" />
|
|
</td>
|
|
<td><span class="m-l-15">Deslocações</span></td>
|
|
<td>
|
|
<input ng-model="editing.actividade.postura_em_pe_deslocacoes" value="true" type="checkbox" />
|
|
</td>
|
|
<td>Monótonas</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.tarefas_monotonas" value="true" type="checkbox" />
|
|
</td>
|
|
<td><span class="m-l-15">Cargas < 10 Kg</span></td>
|
|
<td>
|
|
<input ng-model="editing.actividade.esforco_fisico_inferior_dez_kg" value="true" type="checkbox" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Nocturno</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.horario_nocturno" value="true" type="checkbox" />
|
|
</td>
|
|
<td><span class="m-l-15">Parado</span></td>
|
|
<td>
|
|
<input ng-model="editing.actividade.postura_em_pe_parado" value="true" type="checkbox" />
|
|
</td>
|
|
<td>Repetitivas</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.tarefas_repetitivas" value="true" type="checkbox" />
|
|
</td>
|
|
<td>Visual</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.esforco_visual" value="true" type="checkbox" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Isenção</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.horario_isencao" value="true" type="checkbox" />
|
|
</td>
|
|
<td>Sentádo/Pé</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.postura_sentado_em_pe" value="true" type="checkbox" />
|
|
</td>
|
|
<td>Minuciosas</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.tarefas_minuciosas" value="true" type="checkbox" />
|
|
</td>
|
|
<td>Mental</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.esforco_mental" value="true" type="checkbox" />
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="panel panel-default">
|
|
<div class="panel-body">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<label class="control-label">Considera que o seu posto de trabalho/actividade representam algum risco para a sua saúde? </label>
|
|
<label class="checkbox-inline">
|
|
<input ng-model="editing.actividade.posto_representa_risco_saude" name="rb_posto_representa_risco_saude" ng-value="true" type="radio" />
|
|
Sim
|
|
</label>
|
|
<label class="checkbox-inline">
|
|
<input ng-model="editing.actividade.posto_representa_risco_saude" name="rb_posto_representa_risco_saude" ng-value="false" type="radio" />
|
|
Não
|
|
</label>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<p> </p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
|
|
<table class="table table-bordered table-striped">
|
|
<thead>
|
|
<tr>
|
|
<th>Posto de Trabalho</th>
|
|
<th> </th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>Trabalho em Altura</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.posto_trabalho_altura" value="true" type="checkbox" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Condução de Veículos</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.posto_trabalho_veiculos" value="true" type="checkbox" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Trabalho com Máquinas</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.posto_trabalho_maquinas" value="true" type="checkbox" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Ar Condicionado</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.posto_trabalho_ar_condicionado" value="true" type="checkbox" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Luz Artificial</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.posto_trabalho_luz_artificial" value="true" type="checkbox" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Alcatifas</td>
|
|
<td>
|
|
<input ng-model="editing.actividade.posto_trabalho_alcatifas" value="true" type="checkbox" />
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="form-group">
|
|
<label class="control-label">De que modo poderá o Serviço de <span class="underline">Saúde Ocupacional</span> ajudá-lo no seu local de trabalho?</label>
|
|
<textarea ng-model="editing.actividade.ajuda_servico_saude_ocupacional_detalhe" rows="3" class="form-control"></textarea>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="col-md-6">
|
|
<div class="form-group">
|
|
<label class="control-label">Exposição actual a Factores de Risco</label>
|
|
<div class="checkbox">
|
|
<label>
|
|
<input ng-model="editing.actividade.exposicao_ecrans" value="true" type="checkbox" />
|
|
Écrans de Computador
|
|
</label>
|
|
</div>
|
|
<div class="checkbox">
|
|
<label>
|
|
<input ng-model="editing.actividade.exposicao_iluminacao_deficiente" value="true" type="checkbox" />
|
|
Iluminação deficiente
|
|
</label>
|
|
</div>
|
|
<div class="checkbox">
|
|
<label>
|
|
<input ng-model="editing.actividade.exposicao_cargas" value="true" type="checkbox" />
|
|
Cargas
|
|
</label>
|
|
</div>
|
|
<div class="checkbox">
|
|
<label>
|
|
<input ng-model="editing.actividade.exposicao_posturas_incorrectas" value="true" type="checkbox" />
|
|
Posturas incorrectas/forçadas
|
|
</label>
|
|
</div>
|
|
<div class="checkbox">
|
|
<label>
|
|
<input ng-model="editing.actividade.exposicao_ruido" value="true" type="checkbox" />
|
|
Ruido
|
|
</label>
|
|
</div>
|
|
<div class="checkbox">
|
|
<label>
|
|
<input ng-model="editing.actividade.exposicao_vibracoes" value="true" type="checkbox" />
|
|
Vibrações
|
|
</label>
|
|
</div>
|
|
<div class="checkbox">
|
|
<label>
|
|
<input ng-model="editing.actividade.exposicao_empoeiramentos" value="true" type="checkbox" />
|
|
Empoeiramentos
|
|
</label>
|
|
</div>
|
|
<div class="checkbox">
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<label>
|
|
<input ng-model="editing.actividade.exposicao_quimicos" value="true" type="checkbox" />
|
|
Químicos
|
|
</label>
|
|
</div>
|
|
<div class="col-md-8 p-l-none">
|
|
<input ng-show="editing.actividade.exposicao_quimicos" ng-model="editing.actividade.exposicao_quimicos_detalhe" type="text" class="form-control input-sm" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="checkbox">
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<label>
|
|
<input ng-model="editing.actividade.exposicao_agentes_biologicos" value="true" type="checkbox" />
|
|
Agentes Biológicos
|
|
</label>
|
|
</div>
|
|
<div class="col-md-8 p-l-none">
|
|
<input ng-show="editing.actividade.exposicao_agentes_biologicos" ng-model="editing.actividade.exposicao_agentes_biologicos_detalhe" type="text" class="form-control input-sm" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="checkbox">
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<label>
|
|
<input ng-model="editing.actividade.exposicao_temperaturas_extremas" value="true" type="checkbox" />
|
|
Temperaturas extremas
|
|
</label>
|
|
</div>
|
|
<div class="col-md-8 p-l-none">
|
|
<div class="checkbox-inline">
|
|
<label>
|
|
<input ng-model="editing.actividade.exposicao_temperaturas_extremas_calor" value="true" type="checkbox" />
|
|
Frio
|
|
</label>
|
|
</div>
|
|
<div class="checkbox-inline">
|
|
<label>
|
|
<input ng-model="editing.actividade.exposicao_temperaturas_extremas_frio" value="true" type="checkbox" />
|
|
Calor
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="checkbox">
|
|
<label>
|
|
<input ng-model="editing.actividade.exposicao_stress" value="true" type="checkbox" />
|
|
Stress
|
|
</label>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div> |