{# # This file is part of MedShakeEHR. # # Copyright (c) 2017 # Bertrand Boutillier # http://www.medshake.net # # MedShakeEHR is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # any later version. # # MedShakeEHR is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with MedShakeEHR. If not, see . #/ /## # Template > Outils > Roulette obstétricale # # @author Bertrand Boutillier # @contrib fr33z00 #} {% extends "page.html.twig" %} {% import "macroForm.html.twig" as f %} {% block title %}{{ config.designAppName }} : roulette obstétricale{% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block body %}

Roulette obstétricale

{{ f.input ({ 'input' : { 'type' : 'text', 'name' : 'DDR', 'id' : 'DDRID', 'placeholder' : 'ddr', 'class' : 'form-control datepic', 'autocomplete' : 'off', 'before' : '
', 'after' : '
' }, 'label' : { 'position' : 'before', 'label' : 'Date des dernières règles', } }) }}
{{ f.input ({ 'input' : { 'type' : 'text', 'name' : 'DDG', 'id' : 'DDGID', 'placeholder' : 'ddg', 'class' : 'form-control datepic', 'autocomplete' : 'off', 'before' : '
', 'after' : '
' }, 'label' : { 'position' : 'before', 'label' : 'Date de début de grossesse', } }) }}
{{ f.input ({ 'input' : { 'type' : 'text', 'name' : 'DDT', 'id' : 'DDTID', 'placeholder' : 'terme 41SA', 'class' : 'form-control datepic', 'autocomplete' : 'off', 'before' : '
', 'after' : '
' }, 'label' : { 'position' : 'before', 'label' : 'Date de terme (41 SA)', } }) }}
Calendrier général

Terme ce   :  

{% for i in 3..11 %} {% endfor %} {# #} {% for i in 13..21 %} {% endfor %} {% for i in 23..31 %} {% endfor %} {% for i in 33..40 %} {% endfor %}
Dernières règles
Début de grossesse
{{ i }} SA{% if i == 8 %}Écho datation{% endif %}
12 SA1re échographie
13 SA + 6 Limite dépistage T21
{{ i }} SA
22 SA2e échographie
{{ i }} SA
32 SA3e échographie
{{ i }} SA
Terme - 41 SA
Terme - 9 mois
Calendrier en mois révolus
{% for i in 1..9 %} {% endfor %}
{{ i }} Mois
Calculs spécifiques

Terme à une date donnée

{{ f.input ({ 'input' : { 'type' : 'text', 'name' : 'TDD', 'id' : 'TDDID', 'placeholder' : '', 'class' : 'form-control datepic', 'autocomplete' : 'off', 'before' : '

', 'after' : '
', 'disabled': 'disabled' } }) }}

{% endblock %}