{{ 'labels.patient.patientData'|trans([], 'LocalizationBundle')}}
{% for head in listHead %}
{{head}} |
{% endfor %}
{# Reportes #}
{% for reports in dataReport.reports %}
{{reports.date}} |
{% if reports.study is not empty %}
{{reports.study}} -
{% endif %}
{{reports.description}}
|
|
{% endfor %}
{# Imagenes #}
{% for infoImages in dataReport.images %}
{{infoImages.date}} |
{% if infoImages.study is not empty %}
{{infoImages.study}} -
{% endif %}
{{infoImages.description}}
|
|
{% endfor %}