Sha256: d6eb3a602b0b9f672cdbab841448057eae53dca5061c674bf324991c252d48ab
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
<div class="title">RELATÓRIO DE MARCOS DE DESENVOLVIMENTO NEUROPSICOMOTOR ADIANTADOS</div> <fieldset> <legend>Paciente</legend> <p><strong>Nome:</strong> <%= @paciente.nome %></p> <p><strong>Idade atual:</strong> <%= @paciente.idade_com_meses %> (<%= format("%.2f", @paciente.idade_decimal) %>)</p> </fieldset> <table class="list"> <thead> <tr> <th width="30%">Marco</th> <th width="15%">Período normal (meses)</th> <th width="15%">Atingido com (meses)</th> <th width="40%">Observações</th> </tr> </thead> <tbody> <% @marcos.each do |marco| %> <tr> <td><%= marco.marco.nome %></td> <td><%= marco.marco.inicio %> a <%= marco.marco.fim %></td> <td><%= marco.idade %></td> <td><%= marco.observacao %></td> </tr> <% end %> </tbody> </table> <table class="assinaturas"> <tr> <td> <br/><br/>_________________________________<br/> Dr(a). <%= current_user.autenticavel.nome %><br/> <%= current_user.autenticavel.especialidade.nome %><br/> CRM <%= current_user.autenticavel.registro %> </td> </tr> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-sabia-1.0.1 | app/views/pacientes/marcos_adiantados.pdf.erb |