Sha256: c11c78c235af0db63de56c4b3ddb4c4bee222402eb9d472d0aa9689db1bb4e39
Contents?: true
Size: 954 Bytes
Versions: 1
Compression:
Stored size: 954 Bytes
Contents
<div class="title">RELATÓRIO DE MARCOS DE DESENVOLVIMENTO NEUROPSICOMOTOR ATRASADOS</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="50%">Marco</th> <th width="50%">PerÃodo normal (meses)</th> </tr> </thead> <tbody> <% @marcos.each do |marco| %> <tr> <td><%= marco.nome %></td> <td><%= marco.inicio %> a <%= marco.fim %></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_atrasados.pdf.erb |